Skip to content

Commit 04e48a0

Browse files
committed
Auto build: Bump version to v1.0-beta.19
1 parent 91a844c commit 04e48a0

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
@@ -2966,7 +2966,7 @@
29662966
CODE_SIGN_IDENTITY = "iPhone Developer";
29672967
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
29682968
COPY_PHASE_STRIP = NO;
2969-
CURRENT_PROJECT_VERSION = 18;
2969+
CURRENT_PROJECT_VERSION = 19;
29702970
GCC_C_LANGUAGE_STANDARD = gnu99;
29712971
GCC_DYNAMIC_NO_PIC = NO;
29722972
GCC_OPTIMIZATION_LEVEL = 0;
@@ -3012,7 +3012,7 @@
30123012
CODE_SIGN_IDENTITY = "iPhone Distribution";
30133013
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
30143014
COPY_PHASE_STRIP = YES;
3015-
CURRENT_PROJECT_VERSION = 18;
3015+
CURRENT_PROJECT_VERSION = 19;
30163016
GCC_C_LANGUAGE_STANDARD = gnu99;
30173017
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
30183018
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>18</string>
46+
<string>19</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>18</string>
20+
<string>19</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)