Skip to content

Commit 6f70a56

Browse files
committed
Set deployment platform to 8 in Xcode and podspec
Issue #63 [#120088719]
1 parent f0739a5 commit 6f70a56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RMQClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = "Mozilla Public License, Version 1.1 and Apache License, Version 2.0"
1111
s.author = { "RabbitMQ team" => "[email protected]" }
1212
s.social_media_url = "https://twitter.com/rabbitmq"
13-
s.platform = :ios
13+
s.platform = :ios, "8.0"
1414
s.source = { :git => "https://github.com/rabbitmq/rabbitmq-objc-client.git", :tag => "v#{s.version}" }
1515
s.source_files = "RMQClient", "RMQClient/**/*.{h,m}"
1616
s.dependency "JKVValue"

RMQClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@
13351335
);
13361336
INFOPLIST_FILE = RMQClient/Info.plist;
13371337
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1338+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13381339
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13391340
PRODUCT_BUNDLE_IDENTIFIER = io.pivotal.RMQClient;
13401341
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1355,6 +1356,7 @@
13551356
);
13561357
INFOPLIST_FILE = RMQClient/Info.plist;
13571358
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1359+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13581360
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13591361
PRODUCT_BUNDLE_IDENTIFIER = io.pivotal.RMQClient;
13601362
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)