Skip to content

Commit 7f27717

Browse files
committed
Auto build: Bump version to v1.1.0-build.42
1 parent ffdd8a1 commit 7f27717

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
@@ -2735,7 +2735,7 @@
27352735
CODE_SIGN_IDENTITY = "iPhone Developer";
27362736
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
27372737
COPY_PHASE_STRIP = NO;
2738-
CURRENT_PROJECT_VERSION = 41;
2738+
CURRENT_PROJECT_VERSION = 42;
27392739
GCC_C_LANGUAGE_STANDARD = gnu99;
27402740
GCC_DYNAMIC_NO_PIC = NO;
27412741
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2781,7 +2781,7 @@
27812781
CODE_SIGN_IDENTITY = "iPhone Distribution";
27822782
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
27832783
COPY_PHASE_STRIP = YES;
2784-
CURRENT_PROJECT_VERSION = 41;
2784+
CURRENT_PROJECT_VERSION = 42;
27852785
GCC_C_LANGUAGE_STANDARD = gnu99;
27862786
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
27872787
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.1.0 (41)</string>
9+
<string>1.1.0 (42)</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>41</string>
46+
<string>42</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>41</string>
20+
<string>42</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)