|
11 | 11 | 34B4DB172CBCAD7E001F31C6 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B4DB162CBCAD7E001F31C6 /* ContentView.swift */; }; |
12 | 12 | 34B4DB192CBCAD7F001F31C6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 34B4DB182CBCAD7F001F31C6 /* Assets.xcassets */; }; |
13 | 13 | 34B4DB1C2CBCAD7F001F31C6 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 34B4DB1B2CBCAD7F001F31C6 /* Preview Assets.xcassets */; }; |
| 14 | + 34B4DB2A2CBCADFD001F31C6 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34B4DB292CBCADFD001F31C6 /* Quartz.framework */; }; |
| 15 | + 34B4DB372CBCADFD001F31C6 /* QuickCodeColorLook.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 34B4DB272CBCADFD001F31C6 /* QuickCodeColorLook.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 16 | + 34B4DB3D2CBCC51D001F31C6 /* PreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B4DB2C2CBCADFD001F31C6 /* PreviewViewController.swift */; }; |
| 17 | + 34B4DB3E2CBCC5F3001F31C6 /* PreviewProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B4DB2E2CBCADFD001F31C6 /* PreviewProvider.swift */; }; |
14 | 18 | /* End PBXBuildFile section */ |
15 | 19 |
|
| 20 | +/* Begin PBXContainerItemProxy section */ |
| 21 | + 34B4DB352CBCADFD001F31C6 /* PBXContainerItemProxy */ = { |
| 22 | + isa = PBXContainerItemProxy; |
| 23 | + containerPortal = 34B4DB092CBCAD7E001F31C6 /* Project object */; |
| 24 | + proxyType = 1; |
| 25 | + remoteGlobalIDString = 34B4DB262CBCADFD001F31C6; |
| 26 | + remoteInfo = QuickCodeColorLook; |
| 27 | + }; |
| 28 | +/* End PBXContainerItemProxy section */ |
| 29 | + |
| 30 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 31 | + 34B4DB3B2CBCADFD001F31C6 /* Embed Foundation Extensions */ = { |
| 32 | + isa = PBXCopyFilesBuildPhase; |
| 33 | + buildActionMask = 2147483647; |
| 34 | + dstPath = ""; |
| 35 | + dstSubfolderSpec = 13; |
| 36 | + files = ( |
| 37 | + 34B4DB372CBCADFD001F31C6 /* QuickCodeColorLook.appex in Embed Foundation Extensions */, |
| 38 | + ); |
| 39 | + name = "Embed Foundation Extensions"; |
| 40 | + runOnlyForDeploymentPostprocessing = 0; |
| 41 | + }; |
| 42 | +/* End PBXCopyFilesBuildPhase section */ |
| 43 | + |
16 | 44 | /* Begin PBXFileReference section */ |
17 | 45 | 34B4DB112CBCAD7E001F31C6 /* CodeColors.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeColors.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | 46 | 34B4DB142CBCAD7E001F31C6 /* CodeColorsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeColorsApp.swift; sourceTree = "<group>"; }; |
19 | 47 | 34B4DB162CBCAD7E001F31C6 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
20 | 48 | 34B4DB182CBCAD7F001F31C6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
21 | 49 | 34B4DB1B2CBCAD7F001F31C6 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
22 | 50 | 34B4DB1D2CBCAD7F001F31C6 /* CodeColors.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CodeColors.entitlements; sourceTree = "<group>"; }; |
| 51 | + 34B4DB272CBCADFD001F31C6 /* QuickCodeColorLook.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = QuickCodeColorLook.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 52 | + 34B4DB292CBCADFD001F31C6 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; }; |
| 53 | + 34B4DB2C2CBCADFD001F31C6 /* PreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewViewController.swift; sourceTree = "<group>"; }; |
| 54 | + 34B4DB2E2CBCADFD001F31C6 /* PreviewProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewProvider.swift; sourceTree = "<group>"; }; |
| 55 | + 34B4DB332CBCADFD001F31C6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 56 | + 34B4DB342CBCADFD001F31C6 /* QuickCodeColorLook.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = QuickCodeColorLook.entitlements; sourceTree = "<group>"; }; |
23 | 57 | /* End PBXFileReference section */ |
24 | 58 |
|
25 | 59 | /* Begin PBXFrameworksBuildPhase section */ |
|
30 | 64 | ); |
31 | 65 | runOnlyForDeploymentPostprocessing = 0; |
32 | 66 | }; |
| 67 | + 34B4DB242CBCADFD001F31C6 /* Frameworks */ = { |
| 68 | + isa = PBXFrameworksBuildPhase; |
| 69 | + buildActionMask = 2147483647; |
| 70 | + files = ( |
| 71 | + 34B4DB2A2CBCADFD001F31C6 /* Quartz.framework in Frameworks */, |
| 72 | + ); |
| 73 | + runOnlyForDeploymentPostprocessing = 0; |
| 74 | + }; |
33 | 75 | /* End PBXFrameworksBuildPhase section */ |
34 | 76 |
|
35 | 77 | /* Begin PBXGroup section */ |
36 | 78 | 34B4DB082CBCAD7E001F31C6 = { |
37 | 79 | isa = PBXGroup; |
38 | 80 | children = ( |
39 | 81 | 34B4DB132CBCAD7E001F31C6 /* CodeColors */, |
| 82 | + 34B4DB2B2CBCADFD001F31C6 /* QuickCodeColorLook */, |
| 83 | + 34B4DB282CBCADFD001F31C6 /* Frameworks */, |
40 | 84 | 34B4DB122CBCAD7E001F31C6 /* Products */, |
41 | 85 | ); |
42 | 86 | sourceTree = "<group>"; |
|
45 | 89 | isa = PBXGroup; |
46 | 90 | children = ( |
47 | 91 | 34B4DB112CBCAD7E001F31C6 /* CodeColors.app */, |
| 92 | + 34B4DB272CBCADFD001F31C6 /* QuickCodeColorLook.appex */, |
48 | 93 | ); |
49 | 94 | name = Products; |
50 | 95 | sourceTree = "<group>"; |
|
69 | 114 | path = "Preview Content"; |
70 | 115 | sourceTree = "<group>"; |
71 | 116 | }; |
| 117 | + 34B4DB282CBCADFD001F31C6 /* Frameworks */ = { |
| 118 | + isa = PBXGroup; |
| 119 | + children = ( |
| 120 | + 34B4DB292CBCADFD001F31C6 /* Quartz.framework */, |
| 121 | + ); |
| 122 | + name = Frameworks; |
| 123 | + sourceTree = "<group>"; |
| 124 | + }; |
| 125 | + 34B4DB2B2CBCADFD001F31C6 /* QuickCodeColorLook */ = { |
| 126 | + isa = PBXGroup; |
| 127 | + children = ( |
| 128 | + 34B4DB2C2CBCADFD001F31C6 /* PreviewViewController.swift */, |
| 129 | + 34B4DB2E2CBCADFD001F31C6 /* PreviewProvider.swift */, |
| 130 | + 34B4DB332CBCADFD001F31C6 /* Info.plist */, |
| 131 | + 34B4DB342CBCADFD001F31C6 /* QuickCodeColorLook.entitlements */, |
| 132 | + ); |
| 133 | + path = QuickCodeColorLook; |
| 134 | + sourceTree = "<group>"; |
| 135 | + }; |
72 | 136 | /* End PBXGroup section */ |
73 | 137 |
|
74 | 138 | /* Begin PBXNativeTarget section */ |
|
79 | 143 | 34B4DB0D2CBCAD7E001F31C6 /* Sources */, |
80 | 144 | 34B4DB0E2CBCAD7E001F31C6 /* Frameworks */, |
81 | 145 | 34B4DB0F2CBCAD7E001F31C6 /* Resources */, |
| 146 | + 34B4DB3B2CBCADFD001F31C6 /* Embed Foundation Extensions */, |
82 | 147 | ); |
83 | 148 | buildRules = ( |
84 | 149 | ); |
85 | 150 | dependencies = ( |
| 151 | + 34B4DB362CBCADFD001F31C6 /* PBXTargetDependency */, |
86 | 152 | ); |
87 | 153 | name = CodeColors; |
88 | 154 | productName = CodeColors; |
89 | 155 | productReference = 34B4DB112CBCAD7E001F31C6 /* CodeColors.app */; |
90 | 156 | productType = "com.apple.product-type.application"; |
91 | 157 | }; |
| 158 | + 34B4DB262CBCADFD001F31C6 /* QuickCodeColorLook */ = { |
| 159 | + isa = PBXNativeTarget; |
| 160 | + buildConfigurationList = 34B4DB382CBCADFD001F31C6 /* Build configuration list for PBXNativeTarget "QuickCodeColorLook" */; |
| 161 | + buildPhases = ( |
| 162 | + 34B4DB232CBCADFD001F31C6 /* Sources */, |
| 163 | + 34B4DB242CBCADFD001F31C6 /* Frameworks */, |
| 164 | + 34B4DB252CBCADFD001F31C6 /* Resources */, |
| 165 | + ); |
| 166 | + buildRules = ( |
| 167 | + ); |
| 168 | + dependencies = ( |
| 169 | + ); |
| 170 | + name = QuickCodeColorLook; |
| 171 | + productName = QuickCodeColorLook; |
| 172 | + productReference = 34B4DB272CBCADFD001F31C6 /* QuickCodeColorLook.appex */; |
| 173 | + productType = "com.apple.product-type.app-extension"; |
| 174 | + }; |
92 | 175 | /* End PBXNativeTarget section */ |
93 | 176 |
|
94 | 177 | /* Begin PBXProject section */ |
|
102 | 185 | 34B4DB102CBCAD7E001F31C6 = { |
103 | 186 | CreatedOnToolsVersion = 15.4; |
104 | 187 | }; |
| 188 | + 34B4DB262CBCADFD001F31C6 = { |
| 189 | + CreatedOnToolsVersion = 15.4; |
| 190 | + }; |
105 | 191 | }; |
106 | 192 | }; |
107 | 193 | buildConfigurationList = 34B4DB0C2CBCAD7E001F31C6 /* Build configuration list for PBXProject "CodeColors" */; |
|
118 | 204 | projectRoot = ""; |
119 | 205 | targets = ( |
120 | 206 | 34B4DB102CBCAD7E001F31C6 /* CodeColors */, |
| 207 | + 34B4DB262CBCADFD001F31C6 /* QuickCodeColorLook */, |
121 | 208 | ); |
122 | 209 | }; |
123 | 210 | /* End PBXProject section */ |
|
132 | 219 | ); |
133 | 220 | runOnlyForDeploymentPostprocessing = 0; |
134 | 221 | }; |
| 222 | + 34B4DB252CBCADFD001F31C6 /* Resources */ = { |
| 223 | + isa = PBXResourcesBuildPhase; |
| 224 | + buildActionMask = 2147483647; |
| 225 | + files = ( |
| 226 | + ); |
| 227 | + runOnlyForDeploymentPostprocessing = 0; |
| 228 | + }; |
135 | 229 | /* End PBXResourcesBuildPhase section */ |
136 | 230 |
|
137 | 231 | /* Begin PBXSourcesBuildPhase section */ |
|
144 | 238 | ); |
145 | 239 | runOnlyForDeploymentPostprocessing = 0; |
146 | 240 | }; |
| 241 | + 34B4DB232CBCADFD001F31C6 /* Sources */ = { |
| 242 | + isa = PBXSourcesBuildPhase; |
| 243 | + buildActionMask = 2147483647; |
| 244 | + files = ( |
| 245 | + 34B4DB3D2CBCC51D001F31C6 /* PreviewViewController.swift in Sources */, |
| 246 | + 34B4DB3E2CBCC5F3001F31C6 /* PreviewProvider.swift in Sources */, |
| 247 | + ); |
| 248 | + runOnlyForDeploymentPostprocessing = 0; |
| 249 | + }; |
147 | 250 | /* End PBXSourcesBuildPhase section */ |
148 | 251 |
|
| 252 | +/* Begin PBXTargetDependency section */ |
| 253 | + 34B4DB362CBCADFD001F31C6 /* PBXTargetDependency */ = { |
| 254 | + isa = PBXTargetDependency; |
| 255 | + target = 34B4DB262CBCADFD001F31C6 /* QuickCodeColorLook */; |
| 256 | + targetProxy = 34B4DB352CBCADFD001F31C6 /* PBXContainerItemProxy */; |
| 257 | + }; |
| 258 | +/* End PBXTargetDependency section */ |
| 259 | + |
149 | 260 | /* Begin XCBuildConfiguration section */ |
150 | 261 | 34B4DB1E2CBCAD7F001F31C6 /* Debug */ = { |
151 | 262 | isa = XCBuildConfiguration; |
|
268 | 379 | 34B4DB212CBCAD7F001F31C6 /* Debug */ = { |
269 | 380 | isa = XCBuildConfiguration; |
270 | 381 | buildSettings = { |
| 382 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
271 | 383 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
272 | 384 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
273 | 385 | CODE_SIGN_ENTITLEMENTS = CodeColors/CodeColors.entitlements; |
|
295 | 407 | 34B4DB222CBCAD7F001F31C6 /* Release */ = { |
296 | 408 | isa = XCBuildConfiguration; |
297 | 409 | buildSettings = { |
| 410 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
298 | 411 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
299 | 412 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
300 | 413 | CODE_SIGN_ENTITLEMENTS = CodeColors/CodeColors.entitlements; |
|
319 | 432 | }; |
320 | 433 | name = Release; |
321 | 434 | }; |
| 435 | + 34B4DB392CBCADFD001F31C6 /* Debug */ = { |
| 436 | + isa = XCBuildConfiguration; |
| 437 | + buildSettings = { |
| 438 | + CODE_SIGN_ENTITLEMENTS = QuickCodeColorLook/QuickCodeColorLook.entitlements; |
| 439 | + CODE_SIGN_STYLE = Automatic; |
| 440 | + CURRENT_PROJECT_VERSION = 1; |
| 441 | + DEVELOPMENT_TEAM = 46WUYUUA8V; |
| 442 | + ENABLE_HARDENED_RUNTIME = YES; |
| 443 | + GENERATE_INFOPLIST_FILE = YES; |
| 444 | + INFOPLIST_FILE = QuickCodeColorLook/Info.plist; |
| 445 | + INFOPLIST_KEY_CFBundleDisplayName = QuickCodeColorLook; |
| 446 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
| 447 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 448 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 449 | + "$(inherited)", |
| 450 | + "@executable_path/../Frameworks", |
| 451 | + "@executable_path/../../../../Frameworks", |
| 452 | + ); |
| 453 | + MARKETING_VERSION = 1.0; |
| 454 | + PRODUCT_BUNDLE_IDENTIFIER = com.oil3.CodeColors.QuickCodeColorLook; |
| 455 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 456 | + SKIP_INSTALL = YES; |
| 457 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 458 | + SWIFT_VERSION = 5.0; |
| 459 | + }; |
| 460 | + name = Debug; |
| 461 | + }; |
| 462 | + 34B4DB3A2CBCADFD001F31C6 /* Release */ = { |
| 463 | + isa = XCBuildConfiguration; |
| 464 | + buildSettings = { |
| 465 | + CODE_SIGN_ENTITLEMENTS = QuickCodeColorLook/QuickCodeColorLook.entitlements; |
| 466 | + CODE_SIGN_STYLE = Automatic; |
| 467 | + CURRENT_PROJECT_VERSION = 1; |
| 468 | + DEVELOPMENT_TEAM = 46WUYUUA8V; |
| 469 | + ENABLE_HARDENED_RUNTIME = YES; |
| 470 | + GENERATE_INFOPLIST_FILE = YES; |
| 471 | + INFOPLIST_FILE = QuickCodeColorLook/Info.plist; |
| 472 | + INFOPLIST_KEY_CFBundleDisplayName = QuickCodeColorLook; |
| 473 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
| 474 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 475 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 476 | + "$(inherited)", |
| 477 | + "@executable_path/../Frameworks", |
| 478 | + "@executable_path/../../../../Frameworks", |
| 479 | + ); |
| 480 | + MARKETING_VERSION = 1.0; |
| 481 | + PRODUCT_BUNDLE_IDENTIFIER = com.oil3.CodeColors.QuickCodeColorLook; |
| 482 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 483 | + SKIP_INSTALL = YES; |
| 484 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 485 | + SWIFT_VERSION = 5.0; |
| 486 | + }; |
| 487 | + name = Release; |
| 488 | + }; |
322 | 489 | /* End XCBuildConfiguration section */ |
323 | 490 |
|
324 | 491 | /* Begin XCConfigurationList section */ |
|
340 | 507 | defaultConfigurationIsVisible = 0; |
341 | 508 | defaultConfigurationName = Release; |
342 | 509 | }; |
| 510 | + 34B4DB382CBCADFD001F31C6 /* Build configuration list for PBXNativeTarget "QuickCodeColorLook" */ = { |
| 511 | + isa = XCConfigurationList; |
| 512 | + buildConfigurations = ( |
| 513 | + 34B4DB392CBCADFD001F31C6 /* Debug */, |
| 514 | + 34B4DB3A2CBCADFD001F31C6 /* Release */, |
| 515 | + ); |
| 516 | + defaultConfigurationIsVisible = 0; |
| 517 | + defaultConfigurationName = Release; |
| 518 | + }; |
343 | 519 | /* End XCConfigurationList section */ |
344 | 520 | }; |
345 | 521 | rootObject = 34B4DB092CBCAD7E001F31C6 /* Project object */; |
|
0 commit comments