Skip to content

Commit 91e694b

Browse files
committed
build: 아이폰 빌드 타켓 11.0으로 변경
1 parent 86fa998 commit 91e694b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use_frameworks!
22

3-
platform :ios, '10.0'
3+
platform :ios, '11.0'
44

55
target 'RandomNumberTextField_Example' do
66
pod 'RandomNumberTextField', :path => '../'

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/RandomNumberTextField.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
420420
GCC_WARN_UNUSED_FUNCTION = YES;
421421
GCC_WARN_UNUSED_VARIABLE = YES;
422-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
422+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
423423
MTL_ENABLE_DEBUG_INFO = YES;
424424
ONLY_ACTIVE_ARCH = YES;
425425
SDKROOT = iphoneos;
@@ -465,7 +465,7 @@
465465
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466466
GCC_WARN_UNUSED_FUNCTION = YES;
467467
GCC_WARN_UNUSED_VARIABLE = YES;
468-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
468+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
469469
MTL_ENABLE_DEBUG_INFO = NO;
470470
SDKROOT = iphoneos;
471471
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

RandomNumberTextField.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'RandomNumberTextField'
11-
s.version = '0.1.1'
11+
s.version = '0.1.2'
1212
s.summary = 'A short description of RandomNumberTextField.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -28,7 +28,8 @@ TODO: Add long description of the pod here.
2828
s.source = { :git => 'https://github.com/beomsoo0/RandomNumberTextField.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

31-
s.ios.deployment_target = '10.0'
31+
s.ios.deployment_target = '11.0'
32+
s.swift_versions = '5.0'
3233

3334
s.source_files = 'RandomNumberTextField/Classes/**/*'
3435

0 commit comments

Comments
 (0)