|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 04DED3EF195ABB41004D6CFD /* AWVersionAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DED3EE195ABB41004D6CFD /* AWVersionAgent.m */; }; |
10 | 11 | 571B2E7F16E5D4F900E69036 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 571B2E7E16E5D4F900E69036 /* UIKit.framework */; }; |
11 | 12 | 571B2E8116E5D4F900E69036 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 571B2E8016E5D4F900E69036 /* Foundation.framework */; }; |
12 | 13 | 571B2E8316E5D4F900E69036 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 571B2E8216E5D4F900E69036 /* CoreGraphics.framework */; }; |
|
18 | 19 | 571B2E9516E5D4F900E69036 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 571B2E9416E5D4F900E69036 /* [email protected] */; }; |
19 | 20 | 571B2E9816E5D4F900E69036 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 571B2E9716E5D4F900E69036 /* ViewController.m */; }; |
20 | 21 | 571B2E9B16E5D4F900E69036 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 571B2E9916E5D4F900E69036 /* ViewController.xib */; }; |
21 | | - 571B2EAD16E5D83000E69036 /* AWVersionAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 571B2EAC16E5D83000E69036 /* AWVersionAgent.m */; }; |
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXFileReference section */ |
| 25 | + 04DED3ED195ABB41004D6CFD /* AWVersionAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWVersionAgent.h; sourceTree = "<group>"; }; |
| 26 | + 04DED3EE195ABB41004D6CFD /* AWVersionAgent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWVersionAgent.m; sourceTree = "<group>"; }; |
25 | 27 | 571B2E7B16E5D4F900E69036 /* AWVersionAgentDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AWVersionAgentDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 28 | 571B2E7E16E5D4F900E69036 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
27 | 29 | 571B2E8016E5D4F900E69036 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
38 | 40 | 571B2E9616E5D4F900E69036 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
39 | 41 | 571B2E9716E5D4F900E69036 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
40 | 42 | 571B2E9A16E5D4F900E69036 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; }; |
41 | | - 571B2EAB16E5D83000E69036 /* AWVersionAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AWVersionAgent.h; sourceTree = "<group>"; }; |
42 | | - 571B2EAC16E5D83000E69036 /* AWVersionAgent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWVersionAgent.m; sourceTree = "<group>"; }; |
43 | 43 | /* End PBXFileReference section */ |
44 | 44 |
|
45 | 45 | /* Begin PBXFrameworksBuildPhase section */ |
|
56 | 56 | /* End PBXFrameworksBuildPhase section */ |
57 | 57 |
|
58 | 58 | /* Begin PBXGroup section */ |
| 59 | + 04DED3EC195ABB41004D6CFD /* AWVersionAgent */ = { |
| 60 | + isa = PBXGroup; |
| 61 | + children = ( |
| 62 | + 04DED3ED195ABB41004D6CFD /* AWVersionAgent.h */, |
| 63 | + 04DED3EE195ABB41004D6CFD /* AWVersionAgent.m */, |
| 64 | + ); |
| 65 | + name = AWVersionAgent; |
| 66 | + path = ../../AWVersionAgent; |
| 67 | + sourceTree = "<group>"; |
| 68 | + }; |
59 | 69 | 571B2E7216E5D4F900E69036 = { |
60 | 70 | isa = PBXGroup; |
61 | 71 | children = ( |
|
86 | 96 | 571B2E8416E5D4F900E69036 /* AWVersionAgentDemo */ = { |
87 | 97 | isa = PBXGroup; |
88 | 98 | children = ( |
89 | | - 571B2EA116E5D53900E69036 /* Vendor */, |
| 99 | + 04DED3EC195ABB41004D6CFD /* AWVersionAgent */, |
90 | 100 | 571B2E8D16E5D4F900E69036 /* AppDelegate.h */, |
91 | 101 | 571B2E8E16E5D4F900E69036 /* AppDelegate.m */, |
92 | 102 | 571B2E9616E5D4F900E69036 /* ViewController.h */, |
|
111 | 121 | name = "Supporting Files"; |
112 | 122 | sourceTree = "<group>"; |
113 | 123 | }; |
114 | | - 571B2EA116E5D53900E69036 /* Vendor */ = { |
115 | | - isa = PBXGroup; |
116 | | - children = ( |
117 | | - 571B2EAA16E5D83000E69036 /* AWVersionAgent */, |
118 | | - ); |
119 | | - path = Vendor; |
120 | | - sourceTree = "<group>"; |
121 | | - }; |
122 | | - 571B2EAA16E5D83000E69036 /* AWVersionAgent */ = { |
123 | | - isa = PBXGroup; |
124 | | - children = ( |
125 | | - 571B2EAB16E5D83000E69036 /* AWVersionAgent.h */, |
126 | | - 571B2EAC16E5D83000E69036 /* AWVersionAgent.m */, |
127 | | - ); |
128 | | - name = AWVersionAgent; |
129 | | - path = ../../../AWVersionAgent; |
130 | | - sourceTree = "<group>"; |
131 | | - }; |
132 | 124 | /* End PBXGroup section */ |
133 | 125 |
|
134 | 126 | /* Begin PBXNativeTarget section */ |
|
195 | 187 | isa = PBXSourcesBuildPhase; |
196 | 188 | buildActionMask = 2147483647; |
197 | 189 | files = ( |
| 190 | + 04DED3EF195ABB41004D6CFD /* AWVersionAgent.m in Sources */, |
198 | 191 | 571B2E8B16E5D4F900E69036 /* main.m in Sources */, |
199 | 192 | 571B2E8F16E5D4F900E69036 /* AppDelegate.m in Sources */, |
200 | 193 | 571B2E9816E5D4F900E69036 /* ViewController.m in Sources */, |
201 | | - 571B2EAD16E5D83000E69036 /* AWVersionAgent.m in Sources */, |
202 | 194 | ); |
203 | 195 | runOnlyForDeploymentPostprocessing = 0; |
204 | 196 | }; |
|
283 | 275 | 571B2E9F16E5D4F900E69036 /* Debug */ = { |
284 | 276 | isa = XCBuildConfiguration; |
285 | 277 | buildSettings = { |
| 278 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
286 | 279 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
287 | 280 | GCC_PREFIX_HEADER = "AWVersionAgentDemo/AWVersionAgentDemo-Prefix.pch"; |
288 | 281 | INFOPLIST_FILE = "AWVersionAgentDemo/AWVersionAgentDemo-Info.plist"; |
289 | 282 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 283 | + PROVISIONING_PROFILE = "D98F8A0C-9BCF-4CCB-8D43-E1C482A98282"; |
290 | 284 | WRAPPER_EXTENSION = app; |
291 | 285 | }; |
292 | 286 | name = Debug; |
293 | 287 | }; |
294 | 288 | 571B2EA016E5D4F900E69036 /* Release */ = { |
295 | 289 | isa = XCBuildConfiguration; |
296 | 290 | buildSettings = { |
| 291 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
297 | 292 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
298 | 293 | GCC_PREFIX_HEADER = "AWVersionAgentDemo/AWVersionAgentDemo-Prefix.pch"; |
299 | 294 | INFOPLIST_FILE = "AWVersionAgentDemo/AWVersionAgentDemo-Info.plist"; |
300 | 295 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 296 | + PROVISIONING_PROFILE = "D98F8A0C-9BCF-4CCB-8D43-E1C482A98282"; |
301 | 297 | WRAPPER_EXTENSION = app; |
302 | 298 | }; |
303 | 299 | name = Release; |
|
0 commit comments