|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 0D1336C0461A88D01186E375 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BCEA90A70F4BEAD7E9FA28B2 /* libPods-example.a */; }; |
| 10 | + 0D1336C0461A88D01186E375 /* libPods-<%= project.name %>Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BCEA90A70F4BEAD7E9FA28B2 /* libPods-<%= project.name %>Example.a */; }; |
11 | 11 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
12 | 12 | 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
|
13 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
23 | 23 | containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
24 | 24 | proxyType = 1;
|
25 | 25 | remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
26 |
| - remoteInfo = example; |
| 26 | + remoteInfo = <%= project.name %>Example; |
27 | 27 | };
|
28 | 28 | /* End PBXContainerItemProxy section */
|
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */
|
31 | 31 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
|
32 | 32 | 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
33 |
| - 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
34 |
| - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; }; |
35 |
| - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = example/AppDelegate.m; sourceTree = "<group>"; }; |
| 33 | + 13B07F961A680F5B00A75B9A /* <%= project.name %>Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = <%= project.name %>Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 34 | + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = <%= project.name %>Example/AppDelegate.h; sourceTree = "<group>"; }; |
| 35 | + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = <%= project.name %>Example/AppDelegate.m; sourceTree = "<group>"; }; |
36 | 36 | 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
37 |
| - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; }; |
38 |
| - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; }; |
39 |
| - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; }; |
40 |
| - 4D7192F03A36A017E887435B /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; }; |
41 |
| - 871719007ECC5EAD276C345C /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; }; |
42 |
| - BCEA90A70F4BEAD7E9FA28B2 /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 37 | + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = <%= project.name %>Example/Images.xcassets; sourceTree = "<group>"; }; |
| 38 | + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = <%= project.name %>Example/Info.plist; sourceTree = "<group>"; }; |
| 39 | + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = <%= project.name %>Example/main.m; sourceTree = "<group>"; }; |
| 40 | + 4D7192F03A36A017E887435B /* Pods-<%= project.name %>Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-<%= project.name %>Example.release.xcconfig"; path = "Target Support Files/Pods-<%= project.name %>Example/Pods-<%= project.name %>Example.release.xcconfig"; sourceTree = "<group>"; }; |
| 41 | + 871719007ECC5EAD276C345C /* Pods-<%= project.name %>Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-<%= project.name %>Example.debug.xcconfig"; path = "Target Support Files/Pods-<%= project.name %>Example/Pods-<%= project.name %>Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 42 | + BCEA90A70F4BEAD7E9FA28B2 /* libPods-<%= project.name %>Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-<%= project.name %>Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
43 | 43 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
44 | 44 | /* End PBXFileReference section */
|
45 | 45 |
|
|
55 | 55 | isa = PBXFrameworksBuildPhase;
|
56 | 56 | buildActionMask = 2147483647;
|
57 | 57 | files = (
|
58 |
| - 0D1336C0461A88D01186E375 /* libPods-example.a in Frameworks */, |
| 58 | + 0D1336C0461A88D01186E375 /* libPods-<%= project.name %>Example.a in Frameworks */, |
59 | 59 | );
|
60 | 60 | runOnlyForDeploymentPostprocessing = 0;
|
61 | 61 | };
|
|
84 | 84 | name = "Supporting Files";
|
85 | 85 | sourceTree = "<group>";
|
86 | 86 | };
|
87 |
| - 13B07FAE1A68108700A75B9A /* example */ = { |
| 87 | + 13B07FAE1A68108700A75B9A /* <%= project.name %>Example */ = { |
88 | 88 | isa = PBXGroup;
|
89 | 89 | children = (
|
90 | 90 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
|
95 | 95 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
|
96 | 96 | 13B07FB71A68108700A75B9A /* main.m */,
|
97 | 97 | );
|
98 |
| - name = example; |
| 98 | + name = <%= project.name %>Example; |
99 | 99 | sourceTree = "<group>";
|
100 | 100 | };
|
101 | 101 | 1CFFDEF7170271C97B8B7E5A /* Pods */ = {
|
102 | 102 | isa = PBXGroup;
|
103 | 103 | children = (
|
104 |
| - 871719007ECC5EAD276C345C /* Pods-example.debug.xcconfig */, |
105 |
| - 4D7192F03A36A017E887435B /* Pods-example.release.xcconfig */, |
| 104 | + 871719007ECC5EAD276C345C /* Pods-<%= project.name %>Example.debug.xcconfig */, |
| 105 | + 4D7192F03A36A017E887435B /* Pods-<%= project.name %>Example.release.xcconfig */, |
106 | 106 | );
|
107 | 107 | name = Pods;
|
108 | 108 | path = Pods;
|
|
112 | 112 | isa = PBXGroup;
|
113 | 113 | children = (
|
114 | 114 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
115 |
| - BCEA90A70F4BEAD7E9FA28B2 /* libPods-example.a */, |
| 115 | + BCEA90A70F4BEAD7E9FA28B2 /* libPods-<%= project.name %>Example.a */, |
116 | 116 | );
|
117 | 117 | name = Frameworks;
|
118 | 118 | sourceTree = "<group>";
|
|
127 | 127 | 83CBB9F61A601CBA00E9B192 = {
|
128 | 128 | isa = PBXGroup;
|
129 | 129 | children = (
|
130 |
| - 13B07FAE1A68108700A75B9A /* example */, |
| 130 | + 13B07FAE1A68108700A75B9A /* <%= project.name %>Example */, |
131 | 131 | 832341AE1AAA6A7D00B99B32 /* Libraries */,
|
132 | 132 | 83CBBA001A601CBA00E9B192 /* Products */,
|
133 | 133 | 2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
141 | 141 | 83CBBA001A601CBA00E9B192 /* Products */ = {
|
142 | 142 | isa = PBXGroup;
|
143 | 143 | children = (
|
144 |
| - 13B07F961A680F5B00A75B9A /* example.app */, |
| 144 | + 13B07F961A680F5B00A75B9A /* <%= project.name %>Example.app */, |
145 | 145 | );
|
146 | 146 | name = Products;
|
147 | 147 | sourceTree = "<group>";
|
148 | 148 | };
|
149 | 149 | /* End PBXGroup section */
|
150 | 150 |
|
151 | 151 | /* Begin PBXNativeTarget section */
|
152 |
| - 13B07F861A680F5B00A75B9A /* example */ = { |
| 152 | + 13B07F861A680F5B00A75B9A /* <%= project.name %>Example */ = { |
153 | 153 | isa = PBXNativeTarget;
|
154 |
| - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */; |
| 154 | + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "<%= project.name %>Example" */; |
155 | 155 | buildPhases = (
|
156 | 156 | CCCC07BCAFDEF1FCADC0D0C9 /* [CP] Check Pods Manifest.lock */,
|
157 | 157 | FD10A7F022414F080027D42C /* Start Packager */,
|
|
164 | 164 | );
|
165 | 165 | dependencies = (
|
166 | 166 | );
|
167 |
| - name = example; |
168 |
| - productName = example; |
169 |
| - productReference = 13B07F961A680F5B00A75B9A /* example.app */; |
| 167 | + name = <%= project.name %>Example; |
| 168 | + productName = <%= project.name %>Example; |
| 169 | + productReference = 13B07F961A680F5B00A75B9A /* <%= project.name %>Example.app */; |
170 | 170 | productType = "com.apple.product-type.application";
|
171 | 171 | };
|
172 | 172 | /* End PBXNativeTarget section */
|
|
193 | 193 | };
|
194 | 194 | };
|
195 | 195 | };
|
196 |
| - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */; |
| 196 | + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "<%= project.name %>Example" */; |
197 | 197 | compatibilityVersion = "Xcode 3.2";
|
198 | 198 | developmentRegion = English;
|
199 | 199 | hasScannedForEncodings = 0;
|
|
206 | 206 | projectDirPath = "";
|
207 | 207 | projectRoot = "";
|
208 | 208 | targets = (
|
209 |
| - 13B07F861A680F5B00A75B9A /* example */, |
| 209 | + 13B07F861A680F5B00A75B9A /* <%= project.name %>Example */, |
210 | 210 | );
|
211 | 211 | };
|
212 | 212 | /* End PBXProject section */
|
|
289 | 289 | outputFileListPaths = (
|
290 | 290 | );
|
291 | 291 | outputPaths = (
|
292 |
| - "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt", |
| 292 | + "$(DERIVED_FILE_DIR)/Pods-<%= project.name %>Example-checkManifestLockResult.txt", |
293 | 293 | );
|
294 | 294 | runOnlyForDeploymentPostprocessing = 0;
|
295 | 295 | shellPath = /bin/sh;
|
|
360 | 360 | /* Begin PBXTargetDependency section */
|
361 | 361 | 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
362 | 362 | isa = PBXTargetDependency;
|
363 |
| - target = 13B07F861A680F5B00A75B9A /* example */; |
| 363 | + target = 13B07F861A680F5B00A75B9A /* <%= project.name %>Example */; |
364 | 364 | targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
365 | 365 | };
|
366 | 366 | /* End PBXTargetDependency section */
|
|
372 | 372 | 13B07FB21A68108700A75B9A /* Base */,
|
373 | 373 | );
|
374 | 374 | name = LaunchScreen.xib;
|
375 |
| - path = example; |
| 375 | + path = <%= project.name %>Example; |
376 | 376 | sourceTree = "<group>";
|
377 | 377 | };
|
378 | 378 | /* End PBXVariantGroup section */
|
379 | 379 |
|
380 | 380 | /* Begin XCBuildConfiguration section */
|
381 | 381 | 13B07F941A680F5B00A75B9A /* Debug */ = {
|
382 | 382 | isa = XCBuildConfiguration;
|
383 |
| - baseConfigurationReference = 871719007ECC5EAD276C345C /* Pods-example.debug.xcconfig */; |
| 383 | + baseConfigurationReference = 871719007ECC5EAD276C345C /* Pods-<%= project.name %>Example.debug.xcconfig */; |
384 | 384 | buildSettings = {
|
385 | 385 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
386 | 386 | CURRENT_PROJECT_VERSION = 1;
|
387 | 387 | DEAD_CODE_STRIPPING = NO;
|
388 |
| - INFOPLIST_FILE = example/Info.plist; |
| 388 | + INFOPLIST_FILE = <%= project.name %>Example/Info.plist; |
389 | 389 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
390 | 390 | OTHER_LDFLAGS = (
|
391 | 391 | "$(inherited)",
|
392 | 392 | "-ObjC",
|
393 | 393 | "-lc++",
|
394 | 394 | );
|
395 |
| - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
396 |
| - PRODUCT_NAME = example; |
| 395 | + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.<%= project.name %>Example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 396 | + PRODUCT_NAME = <%= project.name %>Example; |
397 | 397 | VERSIONING_SYSTEM = "apple-generic";
|
398 | 398 | };
|
399 | 399 | name = Debug;
|
400 | 400 | };
|
401 | 401 | 13B07F951A680F5B00A75B9A /* Release */ = {
|
402 | 402 | isa = XCBuildConfiguration;
|
403 |
| - baseConfigurationReference = 4D7192F03A36A017E887435B /* Pods-example.release.xcconfig */; |
| 403 | + baseConfigurationReference = 4D7192F03A36A017E887435B /* Pods-<%= project.name %>Example.release.xcconfig */; |
404 | 404 | buildSettings = {
|
405 | 405 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
406 | 406 | CURRENT_PROJECT_VERSION = 1;
|
407 |
| - INFOPLIST_FILE = example/Info.plist; |
| 407 | + INFOPLIST_FILE = <%= project.name %>Example/Info.plist; |
408 | 408 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
409 | 409 | OTHER_LDFLAGS = (
|
410 | 410 | "$(inherited)",
|
411 | 411 | "-ObjC",
|
412 | 412 | "-lc++",
|
413 | 413 | );
|
414 |
| - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
415 |
| - PRODUCT_NAME = example; |
| 414 | + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.<%= project.name %>Example.$(PRODUCT_NAME:rfc1034identifier)"; |
| 415 | + PRODUCT_NAME = <%= project.name %>Example; |
416 | 416 | VERSIONING_SYSTEM = "apple-generic";
|
417 | 417 | };
|
418 | 418 | name = Release;
|
|
519 | 519 | /* End XCBuildConfiguration section */
|
520 | 520 |
|
521 | 521 | /* Begin XCConfigurationList section */
|
522 |
| - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = { |
| 522 | + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "<%= project.name %>Example" */ = { |
523 | 523 | isa = XCConfigurationList;
|
524 | 524 | buildConfigurations = (
|
525 | 525 | 13B07F941A680F5B00A75B9A /* Debug */,
|
|
528 | 528 | defaultConfigurationIsVisible = 0;
|
529 | 529 | defaultConfigurationName = Release;
|
530 | 530 | };
|
531 |
| - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = { |
| 531 | + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "<%= project.name %>Example" */ = { |
532 | 532 | isa = XCConfigurationList;
|
533 | 533 | buildConfigurations = (
|
534 | 534 | 83CBBA201A601CBA00E9B192 /* Debug */,
|
|
0 commit comments