File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
- &test_output_folder test_output
10
10
- &default_executor
11
11
macos :
12
- xcode : " 13.2.1 "
12
+ xcode : " 14.0.0 "
13
13
14
14
env :
15
15
global :
@@ -132,13 +132,13 @@ jobs:
132
132
- store_test_results :
133
133
path : swiftlint.html
134
134
135
- test-xcode12-ios14 :
135
+ test-xcode13-ios15 :
136
136
macos :
137
- xcode : " 12.5 .0"
137
+ xcode : " 13.0 .0"
138
138
steps :
139
139
- test_main_project
140
140
141
- test-xcode13-ios15 :
141
+ test-xcode14-ios16 :
142
142
<< : *default_executor
143
143
steps :
144
144
- test_main_project
@@ -154,8 +154,8 @@ workflows:
154
154
build-and-test :
155
155
jobs :
156
156
- swiftlint :
157
- version : 0.39.2
158
- - test-xcode12-ios14
157
+ version : 0.49.1
159
158
- test-xcode13-ios15
159
+ - test-xcode14-ios16
160
160
- test-example-login
161
161
Original file line number Diff line number Diff line change 673
673
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
674
674
LIBRARY_SEARCH_PATHS = "$(inherited)";
675
675
MACOSX_DEPLOYMENT_TARGET = 10.11;
676
- MARKETING_VERSION = 1.10.2 ;
676
+ MARKETING_VERSION = 1.10.3 ;
677
677
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -Xfrontend -warn-long-expression-type-checking=300";
678
678
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Flow;
679
679
PRODUCT_NAME = "$(TARGET_NAME)";
701
701
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
702
702
LIBRARY_SEARCH_PATHS = "$(inherited)";
703
703
MACOSX_DEPLOYMENT_TARGET = 10.11;
704
- MARKETING_VERSION = 1.10.2 ;
704
+ MARKETING_VERSION = 1.10.3 ;
705
705
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -Xfrontend -warn-long-expression-type-checking=300";
706
706
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Flow;
707
707
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ public extension Future {
323
323
var futureUnitTestAliveCount : Int32 = 0
324
324
325
325
func memPrint( _ str: String , _ count: Int32 ) {
326
- //print(str, count)
326
+ // print(str, count)
327
327
}
328
328
329
329
private extension Future {
You can’t perform that action at this time.
0 commit comments