File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
- LC_CTYPE=en_US.UTF-8
7
7
- secure : kg5TFTNojZ9VOYHApONRUXSbwu+erLs3WSNNX/CKbkO8eQnBo+1koXHnEtOTQ641YRAVpFLX4QK7pbRfmWWWzR6ntNgXmvE4IUa1ggsUlcorApLq+cQin1Tp1es0/Ul0nYLJN8WXbcObKSLy8FOmHkrMWYuffMtH9e7qEL01ei0=
8
8
9
- before_install :
10
- - brew update
11
-
12
9
install :
10
+ - ./script/import-certificates
13
11
- carthage bootstrap --use-submodules --no-build
14
12
- pod repo update --silent
15
13
@@ -19,13 +17,12 @@ script:
19
17
- xcodebuild test -workspace APIKit.xcworkspace -scheme APIKit | xcpretty -c
20
18
- xcodebuild test -workspace APIKit.xcworkspace -scheme APIKit -sdk iphonesimulator | xcpretty -c
21
19
- xcodebuild test -workspace APIKit.xcworkspace -scheme APIKit -sdk appletvsimulator | xcpretty -c
20
+ - carthage build --no-skip-current
22
21
23
22
after_success :
24
23
- bash <(curl -s https://codecov.io/bash)
25
24
26
25
before_deploy :
27
- - ./script/import-certificates
28
- - carthage build --no-skip-current
29
26
- carthage archive APIKit
30
27
31
28
deploy :
Original file line number Diff line number Diff line change 523
523
DEFINES_MODULE = YES;
524
524
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
525
525
SWIFT_OBJC_BRIDGING_HEADER = "";
526
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
527
526
};
528
527
name = Release;
529
528
};
538
537
isa = XCBuildConfiguration;
539
538
baseConfigurationReference = 141F12401C1C9EA30026D415 /* Tests.xcconfig */;
540
539
buildSettings = {
541
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
542
540
};
543
541
name = Release;
544
542
};
You can’t perform that action at this time.
0 commit comments