Skip to content

Commit e55de37

Browse files
committed
Auto build: Bump version to v1.0-beta.14
1 parent 9a12333 commit e55de37

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
@@ -2930,7 +2930,7 @@
29302930
CODE_SIGN_IDENTITY = "iPhone Developer";
29312931
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
29322932
COPY_PHASE_STRIP = NO;
2933-
CURRENT_PROJECT_VERSION = 13;
2933+
CURRENT_PROJECT_VERSION = 14;
29342934
GCC_C_LANGUAGE_STANDARD = gnu99;
29352935
GCC_DYNAMIC_NO_PIC = NO;
29362936
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2976,7 +2976,7 @@
29762976
CODE_SIGN_IDENTITY = "iPhone Distribution";
29772977
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
29782978
COPY_PHASE_STRIP = YES;
2979-
CURRENT_PROJECT_VERSION = 13;
2979+
CURRENT_PROJECT_VERSION = 14;
29802980
GCC_C_LANGUAGE_STANDARD = gnu99;
29812981
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
29822982
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>13</string>
46+
<string>14</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>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)