|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 2CA045BF17117439006DEE8B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2CA045B717117439006DEE8B /* InfoPlist.strings */; }; |
| 11 | + 2CA045C017117439006DEE8B /* ExampleApp-iOS-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2CA045B917117439006DEE8B /* ExampleApp-iOS-Info.plist */; }; |
| 12 | + 2CA045C117117439006DEE8B /* ExampleApp.html in Resources */ = {isa = PBXBuildFile; fileRef = 2CA045BB17117439006DEE8B /* ExampleApp.html */; }; |
| 13 | + 2CA045C217117439006DEE8B /* ExampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA045BD17117439006DEE8B /* ExampleAppDelegate.m */; }; |
| 14 | + 2CA045C317117439006DEE8B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA045BE17117439006DEE8B /* main.m */; }; |
| 15 | + 2CA045C81711745D006DEE8B /* WebViewJavascriptBridge.js.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2CA045C61711745D006DEE8B /* WebViewJavascriptBridge.js.txt */; }; |
| 16 | + 2CA045C91711745D006DEE8B /* WebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA045C71711745D006DEE8B /* WebViewJavascriptBridge.m */; }; |
10 | 17 | 2CEB3EC01602563600548120 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CEB3EBF1602563600548120 /* UIKit.framework */; }; |
11 | 18 | 2CEB3EC21602563600548120 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CEB3EC11602563600548120 /* Foundation.framework */; }; |
12 | 19 | 2CEB3EC41602563600548120 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CEB3EC31602563600548120 /* CoreGraphics.framework */; }; |
13 | | - 2CEB3ECA1602563600548120 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2CEB3EC81602563600548120 /* InfoPlist.strings */; }; |
14 | | - 2CEB3ECC1602563600548120 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CEB3ECB1602563600548120 /* main.m */; }; |
15 | | - 2CEB3ED01602563600548120 /* ExampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CEB3ECF1602563600548120 /* ExampleAppDelegate.m */; }; |
16 | | - 2CEB3F5216025A4E00548120 /* WebViewJavascriptBridge.js.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2CEB3F5016025A4E00548120 /* WebViewJavascriptBridge.js.txt */; }; |
17 | | - 2CEB3F5316025A4E00548120 /* WebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CEB3F5116025A4E00548120 /* WebViewJavascriptBridge.m */; }; |
18 | | - 2CEB3F5516025A9000548120 /* ExampleApp.html in Resources */ = {isa = PBXBuildFile; fileRef = 2CEB3F5416025A9000548120 /* ExampleApp.html */; }; |
19 | 20 | 2CF988CE170E0BA500CA0CC7 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2CF988CD170E0BA500CA0CC7 /* [email protected] */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXFileReference section */ |
23 | | - 2CEB3EBB1602563600548120 /* ExampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 24 | + 2CA045B817117439006DEE8B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 25 | + 2CA045B917117439006DEE8B /* ExampleApp-iOS-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ExampleApp-iOS-Info.plist"; sourceTree = "<group>"; }; |
| 26 | + 2CA045BA17117439006DEE8B /* ExampleApp-iOS-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ExampleApp-iOS-Prefix.pch"; sourceTree = "<group>"; }; |
| 27 | + 2CA045BB17117439006DEE8B /* ExampleApp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ExampleApp.html; sourceTree = "<group>"; }; |
| 28 | + 2CA045BC17117439006DEE8B /* ExampleAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleAppDelegate.h; sourceTree = "<group>"; }; |
| 29 | + 2CA045BD17117439006DEE8B /* ExampleAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleAppDelegate.m; sourceTree = "<group>"; }; |
| 30 | + 2CA045BE17117439006DEE8B /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 31 | + 2CA045C51711745D006DEE8B /* WebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewJavascriptBridge.h; sourceTree = "<group>"; }; |
| 32 | + 2CA045C61711745D006DEE8B /* WebViewJavascriptBridge.js.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebViewJavascriptBridge.js.txt; sourceTree = "<group>"; }; |
| 33 | + 2CA045C71711745D006DEE8B /* WebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewJavascriptBridge.m; sourceTree = "<group>"; }; |
| 34 | + 2CEB3EBB1602563600548120 /* ExampleApp-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ExampleApp-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 35 | 2CEB3EBF1602563600548120 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
25 | 36 | 2CEB3EC11602563600548120 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
26 | 37 | 2CEB3EC31602563600548120 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
27 | | - 2CEB3EC71602563600548120 /* ExampleApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ExampleApp-Info.plist"; sourceTree = "<group>"; }; |
28 | | - 2CEB3EC91602563600548120 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
29 | | - 2CEB3ECB1602563600548120 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
30 | | - 2CEB3ECD1602563600548120 /* ExampleApp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ExampleApp-Prefix.pch"; sourceTree = "<group>"; }; |
31 | | - 2CEB3ECE1602563600548120 /* ExampleAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExampleAppDelegate.h; sourceTree = "<group>"; }; |
32 | | - 2CEB3ECF1602563600548120 /* ExampleAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExampleAppDelegate.m; sourceTree = "<group>"; }; |
33 | | - 2CEB3F4F16025A4E00548120 /* WebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = WebViewJavascriptBridge.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
34 | | - 2CEB3F5016025A4E00548120 /* WebViewJavascriptBridge.js.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 0; path = WebViewJavascriptBridge.js.txt; sourceTree = "<group>"; }; |
35 | | - 2CEB3F5116025A4E00548120 /* WebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = WebViewJavascriptBridge.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; |
36 | | - 2CEB3F5416025A9000548120 /* ExampleApp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ExampleApp.html; sourceTree = "<group>"; }; |
37 | 38 | 2CF988CD170E0BA500CA0CC7 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
38 | 39 | /* End PBXFileReference section */ |
39 | 40 |
|
|
51 | 52 | /* End PBXFrameworksBuildPhase section */ |
52 | 53 |
|
53 | 54 | /* Begin PBXGroup section */ |
| 55 | + 2CA045B617117439006DEE8B /* ExampleApp-iOS */ = { |
| 56 | + isa = PBXGroup; |
| 57 | + children = ( |
| 58 | + 2CA045C41711745D006DEE8B /* WebViewJavascriptBridge */, |
| 59 | + 2CA045B717117439006DEE8B /* InfoPlist.strings */, |
| 60 | + 2CA045B917117439006DEE8B /* ExampleApp-iOS-Info.plist */, |
| 61 | + 2CA045BA17117439006DEE8B /* ExampleApp-iOS-Prefix.pch */, |
| 62 | + 2CA045BB17117439006DEE8B /* ExampleApp.html */, |
| 63 | + 2CA045BC17117439006DEE8B /* ExampleAppDelegate.h */, |
| 64 | + 2CA045BD17117439006DEE8B /* ExampleAppDelegate.m */, |
| 65 | + 2CA045BE17117439006DEE8B /* main.m */, |
| 66 | + ); |
| 67 | + path = "ExampleApp-iOS"; |
| 68 | + sourceTree = "<group>"; |
| 69 | + }; |
| 70 | + 2CA045C41711745D006DEE8B /* WebViewJavascriptBridge */ = { |
| 71 | + isa = PBXGroup; |
| 72 | + children = ( |
| 73 | + 2CA045C51711745D006DEE8B /* WebViewJavascriptBridge.h */, |
| 74 | + 2CA045C61711745D006DEE8B /* WebViewJavascriptBridge.js.txt */, |
| 75 | + 2CA045C71711745D006DEE8B /* WebViewJavascriptBridge.m */, |
| 76 | + ); |
| 77 | + path = WebViewJavascriptBridge; |
| 78 | + sourceTree = SOURCE_ROOT; |
| 79 | + }; |
54 | 80 | 2CEB3EB01602563600548120 = { |
55 | 81 | isa = PBXGroup; |
56 | 82 | children = ( |
57 | 83 | 2CF988CD170E0BA500CA0CC7 /* [email protected] */, |
58 | | - 2CEB3EC51602563600548120 /* ExampleApp */, |
| 84 | + 2CA045B617117439006DEE8B /* ExampleApp-iOS */, |
59 | 85 | 2CEB3EBE1602563600548120 /* Frameworks */, |
60 | 86 | 2CEB3EBC1602563600548120 /* Products */, |
61 | 87 | ); |
|
64 | 90 | 2CEB3EBC1602563600548120 /* Products */ = { |
65 | 91 | isa = PBXGroup; |
66 | 92 | children = ( |
67 | | - 2CEB3EBB1602563600548120 /* ExampleApp.app */, |
| 93 | + 2CEB3EBB1602563600548120 /* ExampleApp-iOS.app */, |
68 | 94 | ); |
69 | 95 | name = Products; |
70 | 96 | sourceTree = "<group>"; |
|
79 | 105 | name = Frameworks; |
80 | 106 | sourceTree = "<group>"; |
81 | 107 | }; |
82 | | - 2CEB3EC51602563600548120 /* ExampleApp */ = { |
83 | | - isa = PBXGroup; |
84 | | - children = ( |
85 | | - 2CEB3ECE1602563600548120 /* ExampleAppDelegate.h */, |
86 | | - 2CEB3ECF1602563600548120 /* ExampleAppDelegate.m */, |
87 | | - 2CEB3F5416025A9000548120 /* ExampleApp.html */, |
88 | | - 2CEB3F4E16025A4E00548120 /* WebViewJavascriptBridge */, |
89 | | - 2CEB3EC61602563600548120 /* Supporting Files */, |
90 | | - ); |
91 | | - path = ExampleApp; |
92 | | - sourceTree = "<group>"; |
93 | | - }; |
94 | | - 2CEB3EC61602563600548120 /* Supporting Files */ = { |
95 | | - isa = PBXGroup; |
96 | | - children = ( |
97 | | - 2CEB3EC71602563600548120 /* ExampleApp-Info.plist */, |
98 | | - 2CEB3EC81602563600548120 /* InfoPlist.strings */, |
99 | | - 2CEB3ECB1602563600548120 /* main.m */, |
100 | | - 2CEB3ECD1602563600548120 /* ExampleApp-Prefix.pch */, |
101 | | - ); |
102 | | - name = "Supporting Files"; |
103 | | - sourceTree = "<group>"; |
104 | | - }; |
105 | | - 2CEB3F4E16025A4E00548120 /* WebViewJavascriptBridge */ = { |
106 | | - isa = PBXGroup; |
107 | | - children = ( |
108 | | - 2CEB3F4F16025A4E00548120 /* WebViewJavascriptBridge.h */, |
109 | | - 2CEB3F5016025A4E00548120 /* WebViewJavascriptBridge.js.txt */, |
110 | | - 2CEB3F5116025A4E00548120 /* WebViewJavascriptBridge.m */, |
111 | | - ); |
112 | | - path = WebViewJavascriptBridge; |
113 | | - sourceTree = SOURCE_ROOT; |
114 | | - }; |
115 | 108 | /* End PBXGroup section */ |
116 | 109 |
|
117 | 110 | /* Begin PBXNativeTarget section */ |
118 | | - 2CEB3EBA1602563600548120 /* ExampleApp */ = { |
| 111 | + 2CEB3EBA1602563600548120 /* ExampleApp-iOS */ = { |
119 | 112 | isa = PBXNativeTarget; |
120 | | - buildConfigurationList = 2CEB3ED31602563600548120 /* Build configuration list for PBXNativeTarget "ExampleApp" */; |
| 113 | + buildConfigurationList = 2CEB3ED31602563600548120 /* Build configuration list for PBXNativeTarget "ExampleApp-iOS" */; |
121 | 114 | buildPhases = ( |
122 | 115 | 2CEB3EB71602563600548120 /* Sources */, |
123 | 116 | 2CEB3EB81602563600548120 /* Frameworks */, |
|
127 | 120 | ); |
128 | 121 | dependencies = ( |
129 | 122 | ); |
130 | | - name = ExampleApp; |
| 123 | + name = "ExampleApp-iOS"; |
131 | 124 | productName = ExampleApp; |
132 | | - productReference = 2CEB3EBB1602563600548120 /* ExampleApp.app */; |
| 125 | + productReference = 2CEB3EBB1602563600548120 /* ExampleApp-iOS.app */; |
133 | 126 | productType = "com.apple.product-type.application"; |
134 | 127 | }; |
135 | 128 | /* End PBXNativeTarget section */ |
|
141 | 134 | LastUpgradeCheck = 0450; |
142 | 135 | ORGANIZATIONNAME = "Marcus Westin"; |
143 | 136 | }; |
144 | | - buildConfigurationList = 2CEB3EB51602563600548120 /* Build configuration list for PBXProject "ExampleApp" */; |
| 137 | + buildConfigurationList = 2CEB3EB51602563600548120 /* Build configuration list for PBXProject "ExampleApp-iOS" */; |
145 | 138 | compatibilityVersion = "Xcode 3.2"; |
146 | 139 | developmentRegion = English; |
147 | 140 | hasScannedForEncodings = 0; |
|
153 | 146 | projectDirPath = ""; |
154 | 147 | projectRoot = ""; |
155 | 148 | targets = ( |
156 | | - 2CEB3EBA1602563600548120 /* ExampleApp */, |
| 149 | + 2CEB3EBA1602563600548120 /* ExampleApp-iOS */, |
157 | 150 | ); |
158 | 151 | }; |
159 | 152 | /* End PBXProject section */ |
|
163 | 156 | isa = PBXResourcesBuildPhase; |
164 | 157 | buildActionMask = 2147483647; |
165 | 158 | files = ( |
166 | | - 2CEB3ECA1602563600548120 /* InfoPlist.strings in Resources */, |
167 | | - 2CEB3F5216025A4E00548120 /* WebViewJavascriptBridge.js.txt in Resources */, |
168 | | - 2CEB3F5516025A9000548120 /* ExampleApp.html in Resources */, |
169 | 159 | 2CF988CE170E0BA500CA0CC7 /* [email protected] in Resources */, |
| 160 | + 2CA045BF17117439006DEE8B /* InfoPlist.strings in Resources */, |
| 161 | + 2CA045C017117439006DEE8B /* ExampleApp-iOS-Info.plist in Resources */, |
| 162 | + 2CA045C117117439006DEE8B /* ExampleApp.html in Resources */, |
| 163 | + 2CA045C81711745D006DEE8B /* WebViewJavascriptBridge.js.txt in Resources */, |
170 | 164 | ); |
171 | 165 | runOnlyForDeploymentPostprocessing = 0; |
172 | 166 | }; |
|
177 | 171 | isa = PBXSourcesBuildPhase; |
178 | 172 | buildActionMask = 2147483647; |
179 | 173 | files = ( |
180 | | - 2CEB3ECC1602563600548120 /* main.m in Sources */, |
181 | | - 2CEB3ED01602563600548120 /* ExampleAppDelegate.m in Sources */, |
182 | | - 2CEB3F5316025A4E00548120 /* WebViewJavascriptBridge.m in Sources */, |
| 174 | + 2CA045C217117439006DEE8B /* ExampleAppDelegate.m in Sources */, |
| 175 | + 2CA045C317117439006DEE8B /* main.m in Sources */, |
| 176 | + 2CA045C91711745D006DEE8B /* WebViewJavascriptBridge.m in Sources */, |
183 | 177 | ); |
184 | 178 | runOnlyForDeploymentPostprocessing = 0; |
185 | 179 | }; |
186 | 180 | /* End PBXSourcesBuildPhase section */ |
187 | 181 |
|
188 | 182 | /* Begin PBXVariantGroup section */ |
189 | | - 2CEB3EC81602563600548120 /* InfoPlist.strings */ = { |
| 183 | + 2CA045B717117439006DEE8B /* InfoPlist.strings */ = { |
190 | 184 | isa = PBXVariantGroup; |
191 | 185 | children = ( |
192 | | - 2CEB3EC91602563600548120 /* en */, |
| 186 | + 2CA045B817117439006DEE8B /* en */, |
193 | 187 | ); |
194 | 188 | name = InfoPlist.strings; |
195 | 189 | sourceTree = "<group>"; |
|
248 | 242 | isa = XCBuildConfiguration; |
249 | 243 | buildSettings = { |
250 | 244 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
251 | | - GCC_PREFIX_HEADER = "ExampleApp/ExampleApp-Prefix.pch"; |
252 | | - INFOPLIST_FILE = "ExampleApp/ExampleApp-Info.plist"; |
253 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 245 | + GCC_PREFIX_HEADER = "ExampleApp-iOS/ExampleApp-iOS-Prefix.pch"; |
| 246 | + INFOPLIST_FILE = "ExampleApp-iOS/ExampleApp-iOS-Info.plist"; |
| 247 | + PRODUCT_NAME = "ExampleApp-iOS"; |
254 | 248 | WRAPPER_EXTENSION = app; |
255 | 249 | }; |
256 | 250 | name = Debug; |
|
259 | 253 | isa = XCBuildConfiguration; |
260 | 254 | buildSettings = { |
261 | 255 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
262 | | - GCC_PREFIX_HEADER = "ExampleApp/ExampleApp-Prefix.pch"; |
263 | | - INFOPLIST_FILE = "ExampleApp/ExampleApp-Info.plist"; |
264 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 256 | + GCC_PREFIX_HEADER = "ExampleApp-iOS/ExampleApp-iOS-Prefix.pch"; |
| 257 | + INFOPLIST_FILE = "ExampleApp-iOS/ExampleApp-iOS-Info.plist"; |
| 258 | + PRODUCT_NAME = "ExampleApp-iOS"; |
265 | 259 | WRAPPER_EXTENSION = app; |
266 | 260 | }; |
267 | 261 | name = Release; |
268 | 262 | }; |
269 | 263 | /* End XCBuildConfiguration section */ |
270 | 264 |
|
271 | 265 | /* Begin XCConfigurationList section */ |
272 | | - 2CEB3EB51602563600548120 /* Build configuration list for PBXProject "ExampleApp" */ = { |
| 266 | + 2CEB3EB51602563600548120 /* Build configuration list for PBXProject "ExampleApp-iOS" */ = { |
273 | 267 | isa = XCConfigurationList; |
274 | 268 | buildConfigurations = ( |
275 | 269 | 2CEB3ED11602563600548120 /* Debug */, |
|
278 | 272 | defaultConfigurationIsVisible = 0; |
279 | 273 | defaultConfigurationName = Release; |
280 | 274 | }; |
281 | | - 2CEB3ED31602563600548120 /* Build configuration list for PBXNativeTarget "ExampleApp" */ = { |
| 275 | + 2CEB3ED31602563600548120 /* Build configuration list for PBXNativeTarget "ExampleApp-iOS" */ = { |
282 | 276 | isa = XCConfigurationList; |
283 | 277 | buildConfigurations = ( |
284 | 278 | 2CEB3ED41602563600548120 /* Debug */, |
|
0 commit comments