Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Update deployment target to iOS 10.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
okhanokbay committed Dec 7, 2019
1 parent 434801b commit 108a79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Example/MapViewPlus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = VR8AX8Y52G;
LastSwiftMigration = 1120;
};
};
Expand Down Expand Up @@ -442,9 +441,9 @@
baseConfigurationReference = 020AC1292024337F13297F42 /* Pods-MapViewPlus_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = VR8AX8Y52G;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MapViewPlus/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.MapViewPlus-Example.";
Expand All @@ -460,9 +459,9 @@
baseConfigurationReference = 52422279A1F30D2B76A394D4 /* Pods-MapViewPlus_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = VR8AX8Y52G;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MapViewPlus/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.MapViewPlus-Example.";
Expand Down
2 changes: 1 addition & 1 deletion MapViewPlus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.author = { 'okhanokbay' => '[email protected]' }
s.source = { :git => 'https://github.com/okhanokbay/MapViewPlus.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'

s.source_files = 'MapViewPlus/Classes/**/*'
Expand Down

0 comments on commit 108a79b

Please sign in to comment.