Skip to content

Commit 25a651e

Browse files
committed
Set version to 0.5.0 and build to 2
[#118965455]
1 parent 494b2f7 commit 25a651e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

RMQClient.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10411041
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10421042
COPY_PHASE_STRIP = NO;
1043-
CURRENT_PROJECT_VERSION = 1;
1043+
CURRENT_PROJECT_VERSION = 2;
10441044
DEBUG_INFORMATION_FORMAT = dwarf;
10451045
ENABLE_STRICT_OBJC_MSGSEND = YES;
10461046
ENABLE_TESTABILITY = YES;
@@ -1087,7 +1087,7 @@
10871087
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10881088
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10891089
COPY_PHASE_STRIP = NO;
1090-
CURRENT_PROJECT_VERSION = 1;
1090+
CURRENT_PROJECT_VERSION = 2;
10911091
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10921092
ENABLE_NS_ASSERTIONS = NO;
10931093
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1114,7 +1114,7 @@
11141114
buildSettings = {
11151115
DEFINES_MODULE = YES;
11161116
DYLIB_COMPATIBILITY_VERSION = 1;
1117-
DYLIB_CURRENT_VERSION = 1;
1117+
DYLIB_CURRENT_VERSION = 2;
11181118
DYLIB_INSTALL_NAME_BASE = "@rpath";
11191119
FRAMEWORK_SEARCH_PATHS = (
11201120
"$(inherited)",
@@ -1134,7 +1134,7 @@
11341134
buildSettings = {
11351135
DEFINES_MODULE = YES;
11361136
DYLIB_COMPATIBILITY_VERSION = 1;
1137-
DYLIB_CURRENT_VERSION = 1;
1137+
DYLIB_CURRENT_VERSION = 2;
11381138
DYLIB_INSTALL_NAME_BASE = "@rpath";
11391139
FRAMEWORK_SEARCH_PATHS = (
11401140
"$(inherited)",

RMQClient/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>2</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

RMQClientIntegrationTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
</dict>
2424
</plist>

RMQClientTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)