Skip to content

Commit

Permalink
Update Demo project version as well as minimum iOS version to 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
soberman committed Dec 2, 2021
1 parent 77a78a0 commit 07f86c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ARSLineProgress.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
To install with [CocoaPods](http://cocoapods.org/), copy and paste this in your *Podfile* file:
use_frameworks!
platform :ios, '8.0'
platform :ios, '9.0'
pod 'ARSLineProgress', '~> 3.1'
### Rookie way
Expand Down Expand Up @@ -110,10 +110,11 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Yarik Arsenkin" => "[email protected]" }
s.social_media_url = "http://twitter.com/Soberman777"
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/soberman/ARSLineProgress.git", :tag => "3.1.1" }
s.source_files = "Source/*"
s.exclude_files = "Demo/*", "Carthage/*"
s.requires_arc = true
s.swift_version = '4.2'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
end
9 changes: 7 additions & 2 deletions Demo/ARSLineProgress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -268,6 +269,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -316,6 +318,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand All @@ -330,8 +333,9 @@
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = ARSLineProgress/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.arsenkin.ARSLineProgress;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
Expand All @@ -347,8 +351,9 @@
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = ARSLineProgress/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.arsenkin.ARSLineProgress;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
Expand Down
2 changes: 1 addition & 1 deletion Demo/ARSLineProgress/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 07f86c6

Please sign in to comment.