|
112 | 112 | 38A1C034157DD7030034EDC4 /* VJRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VJRequest.m; sourceTree = "<group>"; }; |
113 | 113 | 38A1C037157E15240034EDC4 /* VJDocument.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = VJDocument.xcdatamodel; sourceTree = "<group>"; }; |
114 | 114 | 38B0C70F164101F20044C73C /* libPods.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPods.a; path = Pods/build/Release/libPods.a; sourceTree = "<group>"; }; |
| 115 | + 38CAB03A1664F46B00181B0D /* version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = version.xcconfig; sourceTree = "<group>"; }; |
115 | 116 | C53C08C4F80849EB8B688C6C /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; }; |
116 | 117 | /* End PBXFileReference section */ |
117 | 118 |
|
|
157 | 158 | 382554BD157BE3550099CC24 /* Frameworks */, |
158 | 159 | 382554BB157BE3550099CC24 /* Products */, |
159 | 160 | C53C08C4F80849EB8B688C6C /* Pods.xcconfig */, |
| 161 | + 38CAB03A1664F46B00181B0D /* version.xcconfig */, |
160 | 162 | ); |
161 | 163 | sourceTree = "<group>"; |
162 | 164 | }; |
|
280 | 282 | isa = PBXNativeTarget; |
281 | 283 | buildConfigurationList = 38255500157BE3550099CC24 /* Build configuration list for PBXNativeTarget "VisualJSON" */; |
282 | 284 | buildPhases = ( |
| 285 | + 38CAB03C1664F48D00181B0D /* Generate Version xcconfig */, |
283 | 286 | 382554B6157BE3550099CC24 /* Sources */, |
284 | 287 | 382554B7157BE3550099CC24 /* Frameworks */, |
285 | 288 | 382554B8157BE3550099CC24 /* Resources */, |
|
406 | 409 | shellPath = /bin/sh; |
407 | 410 | shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; |
408 | 411 | }; |
| 412 | + 38CAB03C1664F48D00181B0D /* Generate Version xcconfig */ = { |
| 413 | + isa = PBXShellScriptBuildPhase; |
| 414 | + buildActionMask = 2147483647; |
| 415 | + files = ( |
| 416 | + ); |
| 417 | + inputPaths = ( |
| 418 | + ); |
| 419 | + name = "Generate Version xcconfig"; |
| 420 | + outputPaths = ( |
| 421 | + ); |
| 422 | + runOnlyForDeploymentPostprocessing = 0; |
| 423 | + shellPath = /bin/sh; |
| 424 | + shellScript = "cd xcodepkgtool\necho \"APP_VERSION=`./version.sh`\" > version.xcconfig"; |
| 425 | + }; |
409 | 426 | /* End PBXShellScriptBuildPhase section */ |
410 | 427 |
|
411 | 428 | /* Begin PBXSourcesBuildPhase section */ |
|
496 | 513 | /* Begin XCBuildConfiguration section */ |
497 | 514 | 382554FB157BE3550099CC24 /* Debug */ = { |
498 | 515 | isa = XCBuildConfiguration; |
| 516 | + baseConfigurationReference = 38CAB03A1664F46B00181B0D /* version.xcconfig */; |
499 | 517 | buildSettings = { |
500 | 518 | ALWAYS_SEARCH_USER_PATHS = NO; |
501 | 519 | ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
|
522 | 540 | }; |
523 | 541 | 382554FC157BE3550099CC24 /* Release */ = { |
524 | 542 | isa = XCBuildConfiguration; |
| 543 | + baseConfigurationReference = 38CAB03A1664F46B00181B0D /* version.xcconfig */; |
525 | 544 | buildSettings = { |
526 | 545 | ALWAYS_SEARCH_USER_PATHS = NO; |
527 | 546 | ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
|
0 commit comments