File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
OneTimePassword.xcodeproj Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 14
14
device : " iPhone 15 Pro Max"
15
15
- xcode : 15.4
16
16
runtime : " iOS 16.4"
17
- device : " iPhone 12 mini"
18
- - xcode : 15.4
19
- runtime : " iOS 15.5"
20
- device : " iPhone SE"
17
+ device : " iPhone 8"
21
18
steps :
22
19
- uses : actions/checkout@v4
23
20
with :
60
57
device : " Apple Watch Ultra 2 (49mm)"
61
58
- xcode : 15.4
62
59
runtime : " watchOS 9.4"
63
- device : " Apple Watch SE (44mm) (2nd generation)"
64
- - xcode : 15.4
65
- runtime : " watchOS 8.5"
66
- device : " Apple Watch Series 3 (38mm)"
60
+ device : " Apple Watch Series 4 (40mm)"
67
61
steps :
68
62
- uses : actions/checkout@v4
69
63
with :
Original file line number Diff line number Diff line change 576
576
baseConfigurationReference = C996EC2C1A74D5830076B105 /* Debug.xcconfig */;
577
577
buildSettings = {
578
578
DEAD_CODE_STRIPPING = YES;
579
- IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
580
- MACOSX_DEPLOYMENT_TARGET = 10.15 ;
579
+ IPHONEOS_DEPLOYMENT_TARGET = 16 .0;
580
+ MACOSX_DEPLOYMENT_TARGET = 13.0 ;
581
581
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;
582
582
SWIFT_VERSION = 5.0;
583
- WATCHOS_DEPLOYMENT_TARGET = 6 .0;
583
+ WATCHOS_DEPLOYMENT_TARGET = 9 .0;
584
584
};
585
585
name = Debug;
586
586
};
589
589
baseConfigurationReference = C996EC2E1A74D5830076B105 /* Release.xcconfig */;
590
590
buildSettings = {
591
591
DEAD_CODE_STRIPPING = YES;
592
- IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
593
- MACOSX_DEPLOYMENT_TARGET = 10.15 ;
592
+ IPHONEOS_DEPLOYMENT_TARGET = 16 .0;
593
+ MACOSX_DEPLOYMENT_TARGET = 13.0 ;
594
594
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;
595
595
SWIFT_VERSION = 5.0;
596
- WATCHOS_DEPLOYMENT_TARGET = 6 .0;
596
+ WATCHOS_DEPLOYMENT_TARGET = 9 .0;
597
597
};
598
598
name = Release;
599
599
};
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import PackageDescription
4
4
let package = Package (
5
5
name: " OneTimePassword " ,
6
6
platforms: [
7
- . iOS( . v13 ) ,
8
- . macOS( . v10_15 ) ,
9
- . watchOS( . v6 ) ,
7
+ . iOS( . v16 ) ,
8
+ . macOS( . v13 ) ,
9
+ . watchOS( . v9 ) ,
10
10
] ,
11
11
products: [
12
12
. library(
You can’t perform that action at this time.
0 commit comments