Skip to content

Commit 7d88562

Browse files
committed
Auto build: Bump version to v1.0-beta.20
1 parent 14d4e08 commit 7d88562

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

iGCS.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@
29762976
CODE_SIGN_IDENTITY = "iPhone Developer";
29772977
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
29782978
COPY_PHASE_STRIP = NO;
2979-
CURRENT_PROJECT_VERSION = 19;
2979+
CURRENT_PROJECT_VERSION = 20;
29802980
GCC_C_LANGUAGE_STANDARD = gnu99;
29812981
GCC_DYNAMIC_NO_PIC = NO;
29822982
GCC_OPTIMIZATION_LEVEL = 0;
@@ -3022,7 +3022,7 @@
30223022
CODE_SIGN_IDENTITY = "iPhone Distribution";
30233023
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
30243024
COPY_PHASE_STRIP = YES;
3025-
CURRENT_PROJECT_VERSION = 19;
3025+
CURRENT_PROJECT_VERSION = 20;
30263026
GCC_C_LANGUAGE_STANDARD = gnu99;
30273027
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
30283028
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

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>19</string>
46+
<string>20</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>19</string>
20+
<string>20</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)