Skip to content

Commit a20c9ad

Browse files
committed
Project.swift: build static framework.
1 parent a9b4171 commit a20c9ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Lottie-Legacy.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
906906
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
907907
SWIFT_COMPILATION_MODE = wholemodule;
908-
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
908+
SWIFT_OPTIMIZATION_LEVEL = "-O";
909909
SWIFT_VERSION = 5.0;
910910
TARGETED_DEVICE_FAMILY = "1,2";
911911
};
@@ -1034,7 +1034,7 @@
10341034
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
10351035
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
10361036
SWIFT_COMPILATION_MODE = wholemodule;
1037-
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1037+
SWIFT_OPTIMIZATION_LEVEL = "-O";
10381038
SWIFT_VERSION = 5.0;
10391039
TARGETED_DEVICE_FAMILY = "1,2";
10401040
VERSIONING_SYSTEM = "apple-generic";

Lottie-Legacy.xcodeproj/xcshareddata/xcschemes/Lottie-Legacy.xcscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
<TestableReference
32-
skipped = "NO">
32+
skipped = "NO"
33+
parallelizable = "NO">
3334
<BuildableReference
3435
BuildableIdentifier = "primary"
3536
BlueprintIdentifier = "4E2C53F0488CF2615FE58178"

0 commit comments

Comments
 (0)