Skip to content

Commit 728e52f

Browse files
committed
Auto build: Bump version to v1.0.1-build.39
1 parent 458b611 commit 728e52f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

iGCS.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
CODE_SIGN_IDENTITY = "iPhone Developer";
26862686
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
26872687
COPY_PHASE_STRIP = NO;
2688-
CURRENT_PROJECT_VERSION = 38;
2688+
CURRENT_PROJECT_VERSION = 39;
26892689
GCC_C_LANGUAGE_STANDARD = gnu99;
26902690
GCC_DYNAMIC_NO_PIC = NO;
26912691
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2731,7 +2731,7 @@
27312731
CODE_SIGN_IDENTITY = "iPhone Distribution";
27322732
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
27332733
COPY_PHASE_STRIP = YES;
2734-
CURRENT_PROJECT_VERSION = 38;
2734+
CURRENT_PROJECT_VERSION = 39;
27352735
GCC_C_LANGUAGE_STANDARD = gnu99;
27362736
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
27372737
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

iGCS/Settings.bundle/Root.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<array>
77
<dict>
88
<key>DefaultValue</key>
9-
<string>1.0.1 (38)</string>
9+
<string>1.0.1 (39)</string>
1010
<key>Key</key>
1111
<string>version_preference</string>
1212
<key>Title</key>

iGCS/iGCS-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<key>CFBundleSignature</key>
4444
<string>????</string>
4545
<key>CFBundleVersion</key>
46-
<string>38</string>
46+
<string>39</string>
4747
<key>LSApplicationCategoryType</key>
4848
<string></string>
4949
<key>LSRequiresIPhoneOS</key>

iGCSTests/iGCSTests-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>38</string>
20+
<string>39</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)