We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778f58d commit 7bf9862Copy full SHA for 7bf9862
Authenticator.xcodeproj/project.pbxproj
@@ -503,7 +503,7 @@
503
"$(inherited)",
504
);
505
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
506
- IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
507
ONLY_ACTIVE_ARCH = YES;
508
SDKROOT = iphoneos;
509
};
@@ -522,7 +522,7 @@
522
GCC_C_LANGUAGE_STANDARD = c99;
523
GCC_DYNAMIC_NO_PIC = NO;
524
GCC_PRECOMPILE_PREFIX_HEADER = YES;
525
526
527
VALIDATE_PRODUCT = YES;
528
Podfile
@@ -1,4 +1,4 @@
1
-platform :ios, '7.0'
+platform :ios, '8.0'
2
3
pod 'OneTimePassword', '~> 1.1'
4
pod 'SVProgressHUD', '~> 1.0'
0 commit comments