Skip to content

Commit 7fab87a

Browse files
committed
Auto build: Bump version to v1.0-beta.32
1 parent 167855f commit 7fab87a

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
@@ -3249,7 +3249,7 @@
32493249
CODE_SIGN_IDENTITY = "iPhone Developer";
32503250
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
32513251
COPY_PHASE_STRIP = NO;
3252-
CURRENT_PROJECT_VERSION = 31;
3252+
CURRENT_PROJECT_VERSION = 32;
32533253
GCC_C_LANGUAGE_STANDARD = gnu99;
32543254
GCC_DYNAMIC_NO_PIC = NO;
32553255
GCC_OPTIMIZATION_LEVEL = 0;
@@ -3295,7 +3295,7 @@
32953295
CODE_SIGN_IDENTITY = "iPhone Distribution";
32963296
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
32973297
COPY_PHASE_STRIP = YES;
3298-
CURRENT_PROJECT_VERSION = 31;
3298+
CURRENT_PROJECT_VERSION = 32;
32993299
GCC_C_LANGUAGE_STANDARD = gnu99;
33003300
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
33013301
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 (31)</string>
9+
<string>1.0 (32)</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
@@ -45,7 +45,7 @@
4545
<key>CFBundleSignature</key>
4646
<string>????</string>
4747
<key>CFBundleVersion</key>
48-
<string>31</string>
48+
<string>32</string>
4949
<key>LSApplicationCategoryType</key>
5050
<string></string>
5151
<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>31</string>
20+
<string>32</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)