|
17 | 17 | 9EB336A919F01C2600C82FD3 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9EB336A719F01C2600C82FD3 /* LaunchScreen.xib */; }; |
18 | 18 | 9EB336B519F01C2600C82FD3 /* ThemeManagerDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB336B419F01C2600C82FD3 /* ThemeManagerDemoTests.m */; }; |
19 | 19 | 9EB336C119F01CAC00C82FD3 /* AWLThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB336C019F01CAC00C82FD3 /* AWLThemeManager.m */; }; |
| 20 | + B5410EA41C853269006203C9 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5410EA31C853269006203C9 /* Media.xcassets */; }; |
| 21 | + B5410EA91C853541006203C9 /* defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = B5410EA81C853541006203C9 /* defaults.plist */; }; |
| 22 | + B5410EAC1C85358F006203C9 /* Assets.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B5410E9D1C853236006203C9 /* Assets.bundle */; }; |
20 | 23 | /* End PBXBuildFile section */ |
21 | 24 |
|
22 | 25 | /* Begin PBXContainerItemProxy section */ |
|
27 | 30 | remoteGlobalIDString = 9EB3369419F01C2600C82FD3; |
28 | 31 | remoteInfo = ThemeManagerDemo; |
29 | 32 | }; |
| 33 | + B5410EAA1C853581006203C9 /* PBXContainerItemProxy */ = { |
| 34 | + isa = PBXContainerItemProxy; |
| 35 | + containerPortal = 9EB3368D19F01C2600C82FD3 /* Project object */; |
| 36 | + proxyType = 1; |
| 37 | + remoteGlobalIDString = B5410E9C1C853236006203C9; |
| 38 | + remoteInfo = Assets; |
| 39 | + }; |
30 | 40 | /* End PBXContainerItemProxy section */ |
31 | 41 |
|
32 | 42 | /* Begin PBXFileReference section */ |
|
47 | 57 | 9EB336B419F01C2600C82FD3 /* ThemeManagerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ThemeManagerDemoTests.m; sourceTree = "<group>"; }; |
48 | 58 | 9EB336BF19F01CAC00C82FD3 /* AWLThemeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWLThemeManager.h; sourceTree = "<group>"; }; |
49 | 59 | 9EB336C019F01CAC00C82FD3 /* AWLThemeManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWLThemeManager.m; sourceTree = "<group>"; }; |
| 60 | + B5410E9D1C853236006203C9 /* Assets.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Assets.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 61 | + B5410E9F1C853236006203C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 62 | + B5410EA31C853269006203C9 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; }; |
| 63 | + B5410EA81C853541006203C9 /* defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = defaults.plist; sourceTree = "<group>"; }; |
50 | 64 | /* End PBXFileReference section */ |
51 | 65 |
|
52 | 66 | /* Begin PBXFrameworksBuildPhase section */ |
|
64 | 78 | ); |
65 | 79 | runOnlyForDeploymentPostprocessing = 0; |
66 | 80 | }; |
| 81 | + B5410E9A1C853236006203C9 /* Frameworks */ = { |
| 82 | + isa = PBXFrameworksBuildPhase; |
| 83 | + buildActionMask = 2147483647; |
| 84 | + files = ( |
| 85 | + ); |
| 86 | + runOnlyForDeploymentPostprocessing = 0; |
| 87 | + }; |
67 | 88 | /* End PBXFrameworksBuildPhase section */ |
68 | 89 |
|
69 | 90 | /* Begin PBXGroup section */ |
|
73 | 94 | 9EB336BE19F01C4900C82FD3 /* AWLThemeManager */, |
74 | 95 | 9EB3369719F01C2600C82FD3 /* ThemeManagerDemo */, |
75 | 96 | 9EB336B119F01C2600C82FD3 /* ThemeManagerDemoTests */, |
| 97 | + B5410E9E1C853236006203C9 /* Assets */, |
76 | 98 | 9EB3369619F01C2600C82FD3 /* Products */, |
77 | 99 | ); |
78 | 100 | sourceTree = "<group>"; |
|
82 | 104 | children = ( |
83 | 105 | 9EB3369519F01C2600C82FD3 /* ThemeManagerDemo.app */, |
84 | 106 | 9EB336AE19F01C2600C82FD3 /* ThemeManagerDemoTests.xctest */, |
| 107 | + B5410E9D1C853236006203C9 /* Assets.bundle */, |
85 | 108 | ); |
86 | 109 | name = Products; |
87 | 110 | sourceTree = "<group>"; |
88 | 111 | }; |
89 | 112 | 9EB3369719F01C2600C82FD3 /* ThemeManagerDemo */ = { |
90 | 113 | isa = PBXGroup; |
91 | 114 | children = ( |
| 115 | + B5410EA71C853415006203C9 /* AssetsBundle */, |
92 | 116 | 0479A2E41AB05A4A00E544E6 /* BaseSample.bundle */, |
93 | 117 | 0479A2E21AB0385E00E544E6 /* Sample.bundle */, |
94 | 118 | 9EB3369C19F01C2600C82FD3 /* AppDelegate.h */, |
|
139 | 163 | path = ../AWLThemeManager; |
140 | 164 | sourceTree = "<group>"; |
141 | 165 | }; |
| 166 | + B5410E9E1C853236006203C9 /* Assets */ = { |
| 167 | + isa = PBXGroup; |
| 168 | + children = ( |
| 169 | + B5410E9F1C853236006203C9 /* Info.plist */, |
| 170 | + ); |
| 171 | + path = Assets; |
| 172 | + sourceTree = "<group>"; |
| 173 | + }; |
| 174 | + B5410EA71C853415006203C9 /* AssetsBundle */ = { |
| 175 | + isa = PBXGroup; |
| 176 | + children = ( |
| 177 | + B5410EA81C853541006203C9 /* defaults.plist */, |
| 178 | + B5410EA31C853269006203C9 /* Media.xcassets */, |
| 179 | + ); |
| 180 | + name = AssetsBundle; |
| 181 | + sourceTree = "<group>"; |
| 182 | + }; |
142 | 183 | /* End PBXGroup section */ |
143 | 184 |
|
144 | 185 | /* Begin PBXNativeTarget section */ |
|
153 | 194 | buildRules = ( |
154 | 195 | ); |
155 | 196 | dependencies = ( |
| 197 | + B5410EAB1C853581006203C9 /* PBXTargetDependency */, |
156 | 198 | ); |
157 | 199 | name = ThemeManagerDemo; |
158 | 200 | productName = ThemeManagerDemo; |
|
177 | 219 | productReference = 9EB336AE19F01C2600C82FD3 /* ThemeManagerDemoTests.xctest */; |
178 | 220 | productType = "com.apple.product-type.bundle.unit-test"; |
179 | 221 | }; |
| 222 | + B5410E9C1C853236006203C9 /* Assets */ = { |
| 223 | + isa = PBXNativeTarget; |
| 224 | + buildConfigurationList = B5410EA21C853236006203C9 /* Build configuration list for PBXNativeTarget "Assets" */; |
| 225 | + buildPhases = ( |
| 226 | + B5410E991C853236006203C9 /* Sources */, |
| 227 | + B5410E9A1C853236006203C9 /* Frameworks */, |
| 228 | + B5410E9B1C853236006203C9 /* Resources */, |
| 229 | + ); |
| 230 | + buildRules = ( |
| 231 | + ); |
| 232 | + dependencies = ( |
| 233 | + ); |
| 234 | + name = Assets; |
| 235 | + productName = Assets; |
| 236 | + productReference = B5410E9D1C853236006203C9 /* Assets.bundle */; |
| 237 | + productType = "com.apple.product-type.bundle"; |
| 238 | + }; |
180 | 239 | /* End PBXNativeTarget section */ |
181 | 240 |
|
182 | 241 | /* Begin PBXProject section */ |
|
193 | 252 | CreatedOnToolsVersion = 6.0.1; |
194 | 253 | TestTargetID = 9EB3369419F01C2600C82FD3; |
195 | 254 | }; |
| 255 | + B5410E9C1C853236006203C9 = { |
| 256 | + CreatedOnToolsVersion = 7.2; |
| 257 | + }; |
196 | 258 | }; |
197 | 259 | }; |
198 | 260 | buildConfigurationList = 9EB3369019F01C2600C82FD3 /* Build configuration list for PBXProject "ThemeManagerDemo" */; |
|
210 | 272 | targets = ( |
211 | 273 | 9EB3369419F01C2600C82FD3 /* ThemeManagerDemo */, |
212 | 274 | 9EB336AD19F01C2600C82FD3 /* ThemeManagerDemoTests */, |
| 275 | + B5410E9C1C853236006203C9 /* Assets */, |
213 | 276 | ); |
214 | 277 | }; |
215 | 278 | /* End PBXProject section */ |
|
219 | 282 | isa = PBXResourcesBuildPhase; |
220 | 283 | buildActionMask = 2147483647; |
221 | 284 | files = ( |
| 285 | + B5410EAC1C85358F006203C9 /* Assets.bundle in Resources */, |
222 | 286 | 9EB336A419F01C2600C82FD3 /* Main.storyboard in Resources */, |
223 | 287 | 0479A2E51AB05A4A00E544E6 /* BaseSample.bundle in Resources */, |
224 | 288 | 9EB336A919F01C2600C82FD3 /* LaunchScreen.xib in Resources */, |
|
234 | 298 | ); |
235 | 299 | runOnlyForDeploymentPostprocessing = 0; |
236 | 300 | }; |
| 301 | + B5410E9B1C853236006203C9 /* Resources */ = { |
| 302 | + isa = PBXResourcesBuildPhase; |
| 303 | + buildActionMask = 2147483647; |
| 304 | + files = ( |
| 305 | + B5410EA91C853541006203C9 /* defaults.plist in Resources */, |
| 306 | + B5410EA41C853269006203C9 /* Media.xcassets in Resources */, |
| 307 | + ); |
| 308 | + runOnlyForDeploymentPostprocessing = 0; |
| 309 | + }; |
237 | 310 | /* End PBXResourcesBuildPhase section */ |
238 | 311 |
|
239 | 312 | /* Begin PBXSourcesBuildPhase section */ |
|
256 | 329 | ); |
257 | 330 | runOnlyForDeploymentPostprocessing = 0; |
258 | 331 | }; |
| 332 | + B5410E991C853236006203C9 /* Sources */ = { |
| 333 | + isa = PBXSourcesBuildPhase; |
| 334 | + buildActionMask = 2147483647; |
| 335 | + files = ( |
| 336 | + ); |
| 337 | + runOnlyForDeploymentPostprocessing = 0; |
| 338 | + }; |
259 | 339 | /* End PBXSourcesBuildPhase section */ |
260 | 340 |
|
261 | 341 | /* Begin PBXTargetDependency section */ |
|
264 | 344 | target = 9EB3369419F01C2600C82FD3 /* ThemeManagerDemo */; |
265 | 345 | targetProxy = 9EB336AF19F01C2600C82FD3 /* PBXContainerItemProxy */; |
266 | 346 | }; |
| 347 | + B5410EAB1C853581006203C9 /* PBXTargetDependency */ = { |
| 348 | + isa = PBXTargetDependency; |
| 349 | + target = B5410E9C1C853236006203C9 /* Assets */; |
| 350 | + targetProxy = B5410EAA1C853581006203C9 /* PBXContainerItemProxy */; |
| 351 | + }; |
267 | 352 | /* End PBXTargetDependency section */ |
268 | 353 |
|
269 | 354 | /* Begin PBXVariantGroup section */ |
|
418 | 503 | }; |
419 | 504 | name = Release; |
420 | 505 | }; |
| 506 | + B5410EA01C853236006203C9 /* Debug */ = { |
| 507 | + isa = XCBuildConfiguration; |
| 508 | + buildSettings = { |
| 509 | + CODE_SIGN_IDENTITY = "-"; |
| 510 | + COMBINE_HIDPI_IMAGES = YES; |
| 511 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 512 | + ENABLE_TESTABILITY = YES; |
| 513 | + GCC_NO_COMMON_BLOCKS = YES; |
| 514 | + INFOPLIST_FILE = Assets/Info.plist; |
| 515 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
| 516 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 517 | + PRODUCT_BUNDLE_IDENTIFIER = com.appwill.Assets; |
| 518 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 519 | + SDKROOT = iphoneos; |
| 520 | + SKIP_INSTALL = YES; |
| 521 | + WRAPPER_EXTENSION = bundle; |
| 522 | + }; |
| 523 | + name = Debug; |
| 524 | + }; |
| 525 | + B5410EA11C853236006203C9 /* Release */ = { |
| 526 | + isa = XCBuildConfiguration; |
| 527 | + buildSettings = { |
| 528 | + CODE_SIGN_IDENTITY = "-"; |
| 529 | + COMBINE_HIDPI_IMAGES = YES; |
| 530 | + COPY_PHASE_STRIP = NO; |
| 531 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 532 | + GCC_NO_COMMON_BLOCKS = YES; |
| 533 | + INFOPLIST_FILE = Assets/Info.plist; |
| 534 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
| 535 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 536 | + PRODUCT_BUNDLE_IDENTIFIER = com.appwill.Assets; |
| 537 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 538 | + SDKROOT = iphoneos; |
| 539 | + SKIP_INSTALL = YES; |
| 540 | + WRAPPER_EXTENSION = bundle; |
| 541 | + }; |
| 542 | + name = Release; |
| 543 | + }; |
421 | 544 | /* End XCBuildConfiguration section */ |
422 | 545 |
|
423 | 546 | /* Begin XCConfigurationList section */ |
|
448 | 571 | defaultConfigurationIsVisible = 0; |
449 | 572 | defaultConfigurationName = Release; |
450 | 573 | }; |
| 574 | + B5410EA21C853236006203C9 /* Build configuration list for PBXNativeTarget "Assets" */ = { |
| 575 | + isa = XCConfigurationList; |
| 576 | + buildConfigurations = ( |
| 577 | + B5410EA01C853236006203C9 /* Debug */, |
| 578 | + B5410EA11C853236006203C9 /* Release */, |
| 579 | + ); |
| 580 | + defaultConfigurationIsVisible = 0; |
| 581 | + }; |
451 | 582 | /* End XCConfigurationList section */ |
452 | 583 | }; |
453 | 584 | rootObject = 9EB3368D19F01C2600C82FD3 /* Project object */; |
|
0 commit comments