|
27 | 27 | 59994E3B148E85C800863906 /* YourApp in Resources */ = {isa = PBXBuildFile; fileRef = 59994E3A148E85C800863906 /* YourApp */; };
|
28 | 28 | /* End PBXBuildFile section */
|
29 | 29 |
|
| 30 | + |
| 31 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 32 | + EF5745029C423687AC1203A1 /* Embed Frameworks */ = { |
| 33 | + isa = PBXCopyFilesBuildPhase; |
| 34 | + buildActionMask = 2147483647; |
| 35 | + dstPath = ""; |
| 36 | + dstSubfolderSpec = 10; |
| 37 | + files = ( |
| 38 | + ); |
| 39 | + name = "Embed Frameworks"; |
| 40 | + runOnlyForDeploymentPostprocessing = 0; |
| 41 | + }; |
| 42 | +/* End PBXCopyFilesBuildPhase section */ |
| 43 | + |
30 | 44 | /* Begin PBXFileReference section */
|
31 | 45 | 01532DA9137C099F0076F6BF /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
|
32 | 46 | 1D6058910D05DD3D006BFB54 /* {{ cookiecutter.project_name }}.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = {{ cookiecutter.project_name }}.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
48 | 62 | 59738AD91A8E62D6001B2C0C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " [email protected]"; path = "LaunchImages/ [email protected]"; sourceTree = "<group>"; };
|
49 | 63 | 59738ADA1A8E62D6001B2C0C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " [email protected]"; path = "LaunchImages/ [email protected]"; sourceTree = "<group>"; };
|
50 | 64 | 59994E3A148E85C800863906 /* YourApp */ = {isa = PBXFileReference; lastKnownFileType = folder; path = YourApp; sourceTree = "<group>"; };
|
| 65 | + ACAA5ADB24791C6100C86143 /* frameworks_thinner.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = frameworks_thinner.sh; sourceTree = SOURCE_ROOT; }; |
51 | 66 | 8D1107310486CEB800E47090 /* {{ cookiecutter.project_name }}-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "{{ cookiecutter.project_name }}-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
|
52 | 67 | /* End PBXFileReference section */
|
53 | 68 |
|
|
82 | 97 | 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
83 | 98 | isa = PBXGroup;
|
84 | 99 | children = (
|
| 100 | + ACAA5ADA24791C3C00C86143 /* Scripts */, |
85 | 101 | 080E96DDFE201D6D7F000001 /* Classes */,
|
86 | 102 | 29B97315FDCFA39411CA2CEA /* Sources */,
|
87 | 103 | 29B97317FDCFA39411CA2CEA /* Resources */,
|
|
130 | 146 | name = Frameworks;
|
131 | 147 | sourceTree = "<group>";
|
132 | 148 | };
|
| 149 | + ACAA5ADA24791C3C00C86143 /* Scripts */ = { |
| 150 | + isa = PBXGroup; |
| 151 | + children = ( |
| 152 | + ACAA5ADB24791C6100C86143 /* frameworks_thinner.sh */, |
| 153 | + ); |
| 154 | + path = Scripts; |
| 155 | + sourceTree = "<group>"; |
| 156 | + }; |
133 | 157 | /* End PBXGroup section */
|
134 | 158 |
|
135 | 159 | /* Begin PBXNativeTarget section */
|
|
143 | 167 | 1D60588D0D05DD3D006BFB54 /* Resources */,
|
144 | 168 | 1D60588E0D05DD3D006BFB54 /* Sources */,
|
145 | 169 | 1D60588F0D05DD3D006BFB54 /* Frameworks */,
|
| 170 | + EF5745029C423687AC1203A1 /* Embed Frameworks */, |
| 171 | + ACAA5AD924791BF300C86143 /* ShellScript */, |
146 | 172 | );
|
147 | 173 | buildRules = (
|
148 | 174 | );
|
|
254 | 280 | };
|
255 | 281 | /* End PBXShellScriptBuildPhase section */
|
256 | 282 |
|
| 283 | +/* Begin PBXShellScriptBuildPhase section */ |
| 284 | + ACAA5AD924791BF300C86143 /* ShellScript */ = { |
| 285 | + isa = PBXShellScriptBuildPhase; |
| 286 | + buildActionMask = 2147483647; |
| 287 | + files = ( |
| 288 | + ); |
| 289 | + inputFileListPaths = ( |
| 290 | + ); |
| 291 | + inputPaths = ( |
| 292 | + ); |
| 293 | + outputFileListPaths = ( |
| 294 | + ); |
| 295 | + outputPaths = ( |
| 296 | + ); |
| 297 | + runOnlyForDeploymentPostprocessing = 0; |
| 298 | + shellPath = /bin/sh; |
| 299 | + shellScript = "\"$PROJECT_DIR\"/frameworks_thinner.sh\n"; |
| 300 | + }; |
| 301 | +/* End PBXShellScriptBuildPhase section */ |
| 302 | + |
257 | 303 | /* Begin PBXSourcesBuildPhase section */
|
258 | 304 | 1D60588E0D05DD3D006BFB54 /* Sources */ = {
|
259 | 305 | isa = PBXSourcesBuildPhase;
|
|
0 commit comments