Skip to content

Commit

Permalink
Bump platform version from 9 to 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
zekunyan committed Sep 15, 2022
1 parent 373e600 commit eec325d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "TTGTags",
platforms: [.iOS(.v9)],
platforms: [.iOS(.v11)],
products: [
.library(
name: "TTGTags",
Expand Down
2 changes: 1 addition & 1 deletion TTGTagCollectionView.podspec
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://tutuge.me'

s.swift_version = "5.0"
s.platform = :ios, '9.0'
s.platform = :ios, '11.0'
s.requires_arc = true

s.source_files = 'Sources/**/*.{h,m}'
Expand Down
Expand Up @@ -332,13 +332,16 @@
BF695C55262044EB00B5B6AC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HPQ8F9926T;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = TTGTagCollectionView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -355,13 +358,16 @@
BF695C56262044EB00B5B6AC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HPQ8F9926T;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = TTGTagCollectionView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit eec325d

Please sign in to comment.