|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 5B0588CA2F08CB540004883F /* content.js in Resources */ = {isa = PBXBuildFile; fileRef = 5B0588C92F08CB540004883F /* content.js */; }; |
11 | | - 5B8F9F0D2F07E4C50092E4D0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F9F0C2F07E4C50092E4D0 /* AppDelegate.swift */; }; |
12 | | - 5B8F9F112F07E4C50092E4D0 /* Main.html in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F0F2F07E4C50092E4D0 /* Main.html */; }; |
13 | | - 5B8F9F132F07E4C50092E4D0 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F122F07E4C50092E4D0 /* Icon.png */; }; |
14 | | - 5B8F9F152F07E4C50092E4D0 /* Style.css in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F142F07E4C50092E4D0 /* Style.css */; }; |
15 | | - 5B8F9F172F07E4C50092E4D0 /* Script.js in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F162F07E4C50092E4D0 /* Script.js */; }; |
16 | | - 5B8F9F192F07E4C50092E4D0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F9F182F07E4C50092E4D0 /* ViewController.swift */; }; |
17 | | - 5B8F9F1C2F07E4C50092E4D0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F1A2F07E4C50092E4D0 /* Main.storyboard */; }; |
| 11 | + 5BSWIFTUI012F09A0000000001 /* CacheStatusApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */; }; |
| 12 | + 5BSWIFTUI032F09A0000000001 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI022F09A0000000001 /* ContentView.swift */; }; |
18 | 13 | 5B8F9F1E2F07E4C60092E4D0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F1D2F07E4C60092E4D0 /* Assets.xcassets */; }; |
19 | 14 | 5B8F9F252F07E4C60092E4D0 /* CF Cache Status Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 5B8F9F242F07E4C60092E4D0 /* CF Cache Status Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
20 | 15 | 5B8F9F2A2F07E4C60092E4D0 /* SafariWebExtensionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F9F292F07E4C60092E4D0 /* SafariWebExtensionHandler.swift */; }; |
|
53 | 48 | /* Begin PBXFileReference section */ |
54 | 49 | 5B0588C92F08CB540004883F /* content.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = content.js; sourceTree = "<group>"; }; |
55 | 50 | 5B8F9F092F07E4C50092E4D0 /* CF Cache Status.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CF Cache Status.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | | - 5B8F9F0C2F07E4C50092E4D0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
57 | | - 5B8F9F102F07E4C50092E4D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Base; path = Base.lproj/Main.html; sourceTree = "<group>"; }; |
58 | | - 5B8F9F122F07E4C50092E4D0 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; |
59 | | - 5B8F9F142F07E4C50092E4D0 /* Style.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = Style.css; sourceTree = "<group>"; }; |
60 | | - 5B8F9F162F07E4C50092E4D0 /* Script.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = Script.js; sourceTree = "<group>"; }; |
61 | | - 5B8F9F182F07E4C50092E4D0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 51 | + 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CacheStatusApp.swift; sourceTree = "<group>"; }; |
| 52 | + 5BSWIFTUI022F09A0000000001 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
62 | 53 | 5B8F9F1B2F07E4C50092E4D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
63 | 54 | 5B8F9F1D2F07E4C60092E4D0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
64 | 55 | 5B8F9F1F2F07E4C60092E4D0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
520 | 511 | INFOPLIST_FILE = "CF Cache Status/Info.plist"; |
521 | 512 | INFOPLIST_KEY_CFBundleDisplayName = "Cache Status"; |
522 | 513 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
523 | | - INFOPLIST_KEY_NSMainStoryboardFile = Main; |
524 | | - INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
525 | 514 | LD_RUNPATH_SEARCH_PATHS = ( |
526 | 515 | "$(inherited)", |
527 | 516 | "@executable_path/../Frameworks", |
|
530 | 519 | OTHER_LDFLAGS = ( |
531 | 520 | "-framework", |
532 | 521 | SafariServices, |
533 | | - "-framework", |
534 | | - WebKit, |
535 | 522 | ); |
536 | 523 | PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status"; |
537 | 524 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
562 | 549 | INFOPLIST_FILE = "CF Cache Status/Info.plist"; |
563 | 550 | INFOPLIST_KEY_CFBundleDisplayName = "Cache Status"; |
564 | 551 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
565 | | - INFOPLIST_KEY_NSMainStoryboardFile = Main; |
566 | | - INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
567 | 552 | LD_RUNPATH_SEARCH_PATHS = ( |
568 | 553 | "$(inherited)", |
569 | 554 | "@executable_path/../Frameworks", |
|
572 | 557 | OTHER_LDFLAGS = ( |
573 | 558 | "-framework", |
574 | 559 | SafariServices, |
575 | | - "-framework", |
576 | | - WebKit, |
577 | 560 | ); |
578 | 561 | PRODUCT_BUNDLE_IDENTIFIER = "com.cfcachestatus.CF-Cache-Status"; |
579 | 562 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments