|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 5B0588CA2F08CB540004883F /* content.js in Resources */ = {isa = PBXBuildFile; fileRef = 5B0588C92F08CB540004883F /* content.js */; }; |
11 | | - 5BSWIFTUI012F09A0000000001 /* CacheStatusApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */; }; |
12 | | - 5BSWIFTUI032F09A0000000001 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI022F09A0000000001 /* ContentView.swift */; }; |
13 | 11 | 5B8F9F1E2F07E4C60092E4D0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F1D2F07E4C60092E4D0 /* Assets.xcassets */; }; |
14 | 12 | 5B8F9F252F07E4C60092E4D0 /* CF Cache Status Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 5B8F9F242F07E4C60092E4D0 /* CF Cache Status Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
15 | 13 | 5B8F9F2A2F07E4C60092E4D0 /* SafariWebExtensionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F9F292F07E4C60092E4D0 /* SafariWebExtensionHandler.swift */; }; |
|
19 | 17 | 5B8F9F3F2F07E4C70092E4D0 /* popup.html in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F392F07E4C70092E4D0 /* popup.html */; }; |
20 | 18 | 5B8F9F402F07E4C70092E4D0 /* manifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F3A2F07E4C70092E4D0 /* manifest.json */; }; |
21 | 19 | 5B8F9F412F07E4C70092E4D0 /* popup.css in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F3B2F07E4C70092E4D0 /* popup.css */; }; |
| 20 | + 5BSWIFTUI012F09A0000000001 /* CacheStatusApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */; }; |
| 21 | + 5BSWIFTUI032F09A0000000001 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI022F09A0000000001 /* ContentView.swift */; }; |
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXContainerItemProxy section */ |
|
48 | 48 | /* Begin PBXFileReference section */ |
49 | 49 | 5B0588C92F08CB540004883F /* content.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = content.js; sourceTree = "<group>"; }; |
50 | 50 | 5B8F9F092F07E4C50092E4D0 /* CF Cache Status.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CF Cache Status.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
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>"; }; |
53 | | - 5B8F9F1B2F07E4C50092E4D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
54 | 51 | 5B8F9F1D2F07E4C60092E4D0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
55 | 52 | 5B8F9F1F2F07E4C60092E4D0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
56 | 53 | 5B8F9F242F07E4C60092E4D0 /* CF Cache Status Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "CF Cache Status Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
62 | 59 | 5B8F9F392F07E4C70092E4D0 /* popup.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = popup.html; path = Resources/popup.html; sourceTree = "<group>"; }; |
63 | 60 | 5B8F9F3A2F07E4C70092E4D0 /* manifest.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = manifest.json; path = Resources/manifest.json; sourceTree = "<group>"; }; |
64 | 61 | 5B8F9F3B2F07E4C70092E4D0 /* popup.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; name = popup.css; path = Resources/popup.css; sourceTree = "<group>"; }; |
| 62 | + 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CacheStatusApp.swift; sourceTree = "<group>"; }; |
| 63 | + 5BSWIFTUI022F09A0000000001 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
65 | 64 | /* End PBXFileReference section */ |
66 | 65 |
|
67 | 66 | /* Begin PBXFrameworksBuildPhase section */ |
|
111 | 110 | path = "CF Cache Status"; |
112 | 111 | sourceTree = "<group>"; |
113 | 112 | }; |
114 | | - 5B8F9F0E2F07E4C50092E4D0 /* Resources */ = { |
115 | | - isa = PBXGroup; |
116 | | - children = ( |
117 | | - 5B8F9F0F2F07E4C50092E4D0 /* Main.html */, |
118 | | - 5B8F9F122F07E4C50092E4D0 /* Icon.png */, |
119 | | - 5B8F9F142F07E4C50092E4D0 /* Style.css */, |
120 | | - 5B8F9F162F07E4C50092E4D0 /* Script.js */, |
121 | | - ); |
122 | | - path = Resources; |
123 | | - sourceTree = "<group>"; |
124 | | - }; |
125 | 113 | 5B8F9F282F07E4C60092E4D0 /* CF Cache Status Extension */ = { |
126 | 114 | isa = PBXGroup; |
127 | 115 | children = ( |
|
198 | 186 | attributes = { |
199 | 187 | BuildIndependentTargetsInParallel = 1; |
200 | 188 | LastSwiftUpdateCheck = 2600; |
201 | | - LastUpgradeCheck = 2600; |
| 189 | + LastUpgradeCheck = 2620; |
202 | 190 | TargetAttributes = { |
203 | 191 | 5B8F9F082F07E4C50092E4D0 = { |
204 | 192 | CreatedOnToolsVersion = 26.0; |
|
281 | 269 | }; |
282 | 270 | /* End PBXTargetDependency section */ |
283 | 271 |
|
284 | | -/* Begin PBXVariantGroup section */ |
285 | | - 5B8F9F0F2F07E4C50092E4D0 /* Main.html */ = { |
286 | | - isa = PBXVariantGroup; |
287 | | - children = ( |
288 | | - 5B8F9F102F07E4C50092E4D0 /* Base */, |
289 | | - ); |
290 | | - name = Main.html; |
291 | | - sourceTree = "<group>"; |
292 | | - }; |
293 | | - 5B8F9F1A2F07E4C50092E4D0 /* Main.storyboard */ = { |
294 | | - isa = PBXVariantGroup; |
295 | | - children = ( |
296 | | - 5B8F9F1B2F07E4C50092E4D0 /* Base */, |
297 | | - ); |
298 | | - name = Main.storyboard; |
299 | | - sourceTree = "<group>"; |
300 | | - }; |
301 | | -/* End PBXVariantGroup section */ |
302 | | - |
303 | 272 | /* Begin XCBuildConfiguration section */ |
304 | 273 | 5B8F9F2C2F07E4C60092E4D0 /* Debug */ = { |
305 | 274 | isa = XCBuildConfiguration; |
|
335 | 304 | CLANG_WARN_UNREACHABLE_CODE = YES; |
336 | 305 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
337 | 306 | COPY_PHASE_STRIP = NO; |
| 307 | + DEAD_CODE_STRIPPING = YES; |
338 | 308 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 309 | + DEVELOPMENT_TEAM = H95JUDBHF7; |
339 | 310 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
340 | 311 | ENABLE_TESTABILITY = YES; |
341 | 312 | ENABLE_USER_SCRIPT_SANDBOXING = YES; |
|
359 | 330 | MTL_FAST_MATH = YES; |
360 | 331 | ONLY_ACTIVE_ARCH = YES; |
361 | 332 | SDKROOT = macosx; |
| 333 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
362 | 334 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
363 | 335 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
364 | 336 | }; |
|
398 | 370 | CLANG_WARN_UNREACHABLE_CODE = YES; |
399 | 371 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
400 | 372 | COPY_PHASE_STRIP = NO; |
| 373 | + DEAD_CODE_STRIPPING = YES; |
401 | 374 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 375 | + DEVELOPMENT_TEAM = H95JUDBHF7; |
402 | 376 | ENABLE_NS_ASSERTIONS = NO; |
403 | 377 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
404 | 378 | ENABLE_USER_SCRIPT_SANDBOXING = YES; |
|
415 | 389 | MTL_ENABLE_DEBUG_INFO = NO; |
416 | 390 | MTL_FAST_MATH = YES; |
417 | 391 | SDKROOT = macosx; |
| 392 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
418 | 393 | SWIFT_COMPILATION_MODE = wholemodule; |
419 | 394 | }; |
420 | 395 | name = Release; |
|
424 | 399 | buildSettings = { |
425 | 400 | CODE_SIGN_STYLE = Automatic; |
426 | 401 | CURRENT_PROJECT_VERSION = 1; |
427 | | - DEVELOPMENT_TEAM = H95JUDBHF7; |
| 402 | + DEAD_CODE_STRIPPING = YES; |
428 | 403 | ENABLE_APP_SANDBOX = YES; |
429 | 404 | ENABLE_HARDENED_RUNTIME = YES; |
430 | 405 | ENABLE_USER_SELECTED_FILES = readonly; |
|
437 | 412 | "@executable_path/../Frameworks", |
438 | 413 | "@executable_path/../../../../Frameworks", |
439 | 414 | ); |
440 | | - MACOSX_DEPLOYMENT_TARGET = 10.14; |
| 415 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
441 | 416 | MARKETING_VERSION = 1.0; |
442 | 417 | OTHER_LDFLAGS = ( |
443 | 418 | "-framework", |
|
459 | 434 | buildSettings = { |
460 | 435 | CODE_SIGN_STYLE = Automatic; |
461 | 436 | CURRENT_PROJECT_VERSION = 1; |
462 | | - DEVELOPMENT_TEAM = H95JUDBHF7; |
| 437 | + DEAD_CODE_STRIPPING = YES; |
463 | 438 | ENABLE_APP_SANDBOX = YES; |
464 | 439 | ENABLE_HARDENED_RUNTIME = YES; |
465 | 440 | ENABLE_USER_SELECTED_FILES = readonly; |
|
472 | 447 | "@executable_path/../Frameworks", |
473 | 448 | "@executable_path/../../../../Frameworks", |
474 | 449 | ); |
475 | | - MACOSX_DEPLOYMENT_TARGET = 10.14; |
| 450 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
476 | 451 | MARKETING_VERSION = 1.0; |
477 | 452 | OTHER_LDFLAGS = ( |
478 | 453 | "-framework", |
|
497 | 472 | CODE_SIGN_STYLE = Automatic; |
498 | 473 | COMBINE_HIDPI_IMAGES = YES; |
499 | 474 | CURRENT_PROJECT_VERSION = 1; |
500 | | - DEVELOPMENT_TEAM = H95JUDBHF7; |
| 475 | + DEAD_CODE_STRIPPING = YES; |
501 | 476 | ENABLE_APP_SANDBOX = YES; |
502 | 477 | ENABLE_HARDENED_RUNTIME = YES; |
503 | 478 | ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES; |
|
535 | 510 | CODE_SIGN_STYLE = Automatic; |
536 | 511 | COMBINE_HIDPI_IMAGES = YES; |
537 | 512 | CURRENT_PROJECT_VERSION = 1; |
538 | | - DEVELOPMENT_TEAM = H95JUDBHF7; |
| 513 | + DEAD_CODE_STRIPPING = YES; |
539 | 514 | ENABLE_APP_SANDBOX = YES; |
540 | 515 | ENABLE_HARDENED_RUNTIME = YES; |
541 | 516 | ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES; |
|
0 commit comments