Skip to content

Commit 03cf6b2

Browse files
committed
Oops, set the project version this time.
1 parent 1dfb6b6 commit 03cf6b2

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
@@ -1044,7 +1044,7 @@
10441044
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10451045
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10461046
COPY_PHASE_STRIP = NO;
1047-
CURRENT_PROJECT_VERSION = 2;
1047+
CURRENT_PROJECT_VERSION = 3;
10481048
DEBUG_INFORMATION_FORMAT = dwarf;
10491049
ENABLE_STRICT_OBJC_MSGSEND = YES;
10501050
ENABLE_TESTABILITY = YES;
@@ -1091,7 +1091,7 @@
10911091
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10921092
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10931093
COPY_PHASE_STRIP = NO;
1094-
CURRENT_PROJECT_VERSION = 2;
1094+
CURRENT_PROJECT_VERSION = 3;
10951095
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10961096
ENABLE_NS_ASSERTIONS = NO;
10971097
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1118,7 +1118,7 @@
11181118
buildSettings = {
11191119
DEFINES_MODULE = YES;
11201120
DYLIB_COMPATIBILITY_VERSION = 1;
1121-
DYLIB_CURRENT_VERSION = 2;
1121+
DYLIB_CURRENT_VERSION = 3;
11221122
DYLIB_INSTALL_NAME_BASE = "@rpath";
11231123
ENABLE_BITCODE = NO;
11241124
FRAMEWORK_SEARCH_PATHS = (
@@ -1139,7 +1139,7 @@
11391139
buildSettings = {
11401140
DEFINES_MODULE = YES;
11411141
DYLIB_COMPATIBILITY_VERSION = 1;
1142-
DYLIB_CURRENT_VERSION = 2;
1142+
DYLIB_CURRENT_VERSION = 3;
11431143
DYLIB_INSTALL_NAME_BASE = "@rpath";
11441144
ENABLE_BITCODE = NO;
11451145
FRAMEWORK_SEARCH_PATHS = (

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>0.5.0</string>
18+
<string>0.6.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</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>0.5.0</string>
18+
<string>0.6.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</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>0.5.0</string>
18+
<string>0.6.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)