Skip to content

Commit

Permalink
Version 0.10.0 in framework, podspec, README.
Browse files Browse the repository at this point in the history
[#128871659]
  • Loading branch information
camelpunch committed Aug 23, 2016
1 parent 3e6e9c3 commit 121a96b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ Test-driven from Swift and implemented in Objective-C, to avoid burdening Object
1. Create a Cartfile with the following line:

```
github "rabbitmq/rabbitmq-objc-client" ~> 0.9.0
github "rabbitmq/rabbitmq-objc-client" ~> 0.10.0
```

Run carthage, for example in a new project:
Expand All @@ -53,7 +53,7 @@ this list.
1. Add the following to your Podfile:

```
pod 'RMQClient', '~> 0.9.0'
pod 'RMQClient', '~> 0.10.0'
```
We recommend adding `use_frameworks!` to enable modular imports (Objective-C only).
1. Run `pod install`.
Expand Down
2 changes: 1 addition & 1 deletion RMQClient.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RMQClient"
s.version = "0.9.0"
s.version = "0.10.0"
s.summary = "RabbitMQ client"
s.description = <<-DESC
RabbitMQ client for iOS Objective-C and Swift. Developed and supported by the
Expand Down
8 changes: 4 additions & 4 deletions RMQClient.xcodeproj/project.pbxproj
Expand Up @@ -1323,7 +1323,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1370,7 +1370,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -1397,7 +1397,7 @@
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 7;
DYLIB_CURRENT_VERSION = 8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1418,7 +1418,7 @@
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 7;
DYLIB_CURRENT_VERSION = 8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions RMQClient/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions RMQClientIntegrationTests/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions RMQClientTests/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
</dict>
</plist>

0 comments on commit 121a96b

Please sign in to comment.