File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ let package = Package(
7
7
. macOS( . v10_13) ,
8
8
. iOS( . v11) ,
9
9
. tvOS( . v11) ,
10
- . watchOS( . v4)
10
+ . watchOS( . v4) ,
11
+ // TODO: Enable after upgrading to Swift 5.9.
12
+ // .visionOS(.v1)
11
13
] ,
12
14
products: [
13
15
. library(
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Pod::Spec.new do |s|
19
19
s . osx . deployment_target = "10.13"
20
20
s . tvos . deployment_target = "11.0"
21
21
s . watchos . deployment_target = "4.0"
22
+ # s.visionos.deployment_target = "1.0"
22
23
23
24
s . swift_versions = [ "5" ]
24
25
Original file line number Diff line number Diff line change 1584
1584
BitByteData,
1585
1585
);
1586
1586
SDKROOT = macosx;
1587
- SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos";
1587
+ SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos xrsimulator xros ";
1588
1588
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1589
1589
SWIFT_VERSION = 5.0;
1590
1590
TVOS_DEPLOYMENT_TARGET = 11.0;
1591
1591
VERSIONING_SYSTEM = "apple-generic";
1592
1592
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1593
+ XROS_DEPLOYMENT_TARGET = 1.0;
1593
1594
};
1594
1595
name = Debug;
1595
1596
};
1667
1668
BitByteData,
1668
1669
);
1669
1670
SDKROOT = macosx;
1670
- SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos";
1671
+ SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos xrsimulator xros ";
1671
1672
SWIFT_COMPILATION_MODE = wholemodule;
1672
1673
SWIFT_VERSION = 5.0;
1673
1674
TVOS_DEPLOYMENT_TARGET = 11.0;
1674
1675
VERSIONING_SYSTEM = "apple-generic";
1675
1676
WATCHOS_DEPLOYMENT_TARGET = 4.0;
1677
+ XROS_DEPLOYMENT_TARGET = 1.0;
1676
1678
};
1677
1679
name = Release;
1678
1680
};
You can’t perform that action at this time.
0 commit comments