This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Lib/StudyplusSDK.xcodeproj Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 374
374
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
375
375
GCC_WARN_UNUSED_FUNCTION = YES;
376
376
GCC_WARN_UNUSED_VARIABLE = YES;
377
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
377
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
378
378
MTL_ENABLE_DEBUG_INFO = YES;
379
379
ONLY_ACTIVE_ARCH = YES;
380
380
OTHER_SWIFT_FLAGS = "-D DEBUG";
433
433
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
434
434
GCC_WARN_UNUSED_FUNCTION = YES;
435
435
GCC_WARN_UNUSED_VARIABLE = YES;
436
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
436
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
437
437
MTL_ENABLE_DEBUG_INFO = NO;
438
438
OTHER_SWIFT_FLAGS = "-D RELEASE";
439
439
SDKROOT = iphoneos;
Original file line number Diff line number Diff line change 304
304
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
305
305
GCC_WARN_UNUSED_FUNCTION = YES;
306
306
GCC_WARN_UNUSED_VARIABLE = YES;
307
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
307
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
308
308
MTL_ENABLE_DEBUG_INFO = YES;
309
309
ONLY_ACTIVE_ARCH = YES;
310
310
OTHER_SWIFT_FLAGS = "-D DEBUG";
363
363
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
364
364
GCC_WARN_UNUSED_FUNCTION = YES;
365
365
GCC_WARN_UNUSED_VARIABLE = YES;
366
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
366
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
367
367
MTL_ENABLE_DEBUG_INFO = NO;
368
368
OTHER_SWIFT_FLAGS = "-D RELEASE";
369
369
SDKROOT = iphoneos;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
5
5
let package = Package (
6
6
name: " StudyplusSDK-V2 " ,
7
7
platforms: [
8
- . iOS( . v9 )
8
+ . iOS( . v11 )
9
9
] ,
10
10
products: [
11
11
. library( name: " StudyplusSDK-V2 " , targets: [ " StudyplusSDK-V2 " ] )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Pod::Spec.new do |s|
7
7
s . source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git" , :tag => s . version }
8
8
s . source_files = "StudyplusSDK" , "Lib/StudyplusSDK/**/*.{swift}"
9
9
s . requires_arc = true
10
- s . platform = :ios , '9 .0'
11
- s . ios . deployment_target = '9 .0'
10
+ s . platform = :ios , '11 .0'
11
+ s . ios . deployment_target = '11 .0'
12
12
s . ios . frameworks = [ 'UIKit' , 'Foundation' ]
13
13
s . author = { 'Studyplus inc' => '[email protected] ' }
14
14
s . swift_versions = [ '4.2' , '5.0' ]
You can’t perform that action at this time.
0 commit comments