Skip to content

Commit 7bf9862

Browse files
committed
Bump target to iOS 8
XIB-based launch screens may not work in iOS 7
1 parent 778f58d commit 7bf9862

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"$(inherited)",
504504
);
505505
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
506-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
506+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
507507
ONLY_ACTIVE_ARCH = YES;
508508
SDKROOT = iphoneos;
509509
};
@@ -522,7 +522,7 @@
522522
GCC_C_LANGUAGE_STANDARD = c99;
523523
GCC_DYNAMIC_NO_PIC = NO;
524524
GCC_PRECOMPILE_PREFIX_HEADER = YES;
525-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
525+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
526526
SDKROOT = iphoneos;
527527
VALIDATE_PRODUCT = YES;
528528
};

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '7.0'
1+
platform :ios, '8.0'
22

33
pod 'OneTimePassword', '~> 1.1'
44
pod 'SVProgressHUD', '~> 1.0'

0 commit comments

Comments
 (0)