Skip to content

Commit

Permalink
빌드셋팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HanweeeeLee committed Oct 28, 2020
1 parent d473cf4 commit 9dd6447
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions FlexibleModelProtocol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
Pod::Spec.new do |spec|

spec.name = "FlexibleModelProtocol"
spec.version = "1.1.2"
spec.version = "1.1.3"
spec.license = 'MIT'
spec.summary = "Model protocol with flexible, diverse types of conversion"
spec.homepage = "https://github.com/HanweeeeLee/FlexibleModelProtocol"
spec.author = { "hanwe lee" => "mobiledev@kakao.com" }
spec.source = { :git => "https://github.com/HanweeeeLee/FlexibleModelProtocol.git", :tag => "1.1.2" }
spec.source = { :git => "https://github.com/HanweeeeLee/FlexibleModelProtocol.git", :tag => "1.1.3" }

spec.platform = :ios, "11.0"
spec.osx.deployment_target = '10.12'
spec.tvos.deployment_target = '10.0'
spec.watchos.deployment_target = '3.0'

spec.swift_version = '5.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,17 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TVOS_DEPLOYMENT_TARGET = 10.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -372,14 +375,17 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
TVOS_DEPLOYMENT_TARGET = 10.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Release;
};
Expand All @@ -388,7 +394,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = P4ZJYAK634;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -401,7 +407,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.hanwe.FlexibleModelProtocol;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -416,7 +422,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = P4ZJYAK634;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -429,7 +435,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.hanwe.FlexibleModelProtocol;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 9dd6447

Please sign in to comment.