File tree Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1+ 3.1.2
Original file line number Diff line number Diff line change 22
33##### Breaking
44
5- - None .
5+ - Swift 5.6 or later is now required .
66
77##### Enhancements
88
Original file line number Diff line number Diff line change 33 specs:
44 CFPropertyList (3.0.5 )
55 rexml
6- activesupport (6.1.5 )
6+ activesupport (6.1.7 )
77 concurrent-ruby (~> 1.0 , >= 1.0.2 )
88 i18n (>= 1.6 , < 2 )
99 minitest (>= 5.1 )
1010 tzinfo (~> 2.0 )
1111 zeitwerk (~> 2.3 )
12- addressable (2.8.0 )
13- public_suffix (>= 2.0.2 , < 5 .0 )
12+ addressable (2.8.1 )
13+ public_suffix (>= 2.0.2 , < 6 .0 )
1414 algoliasearch (1.27.5 )
1515 httpclient (~> 2.8 , >= 2.8.3 )
1616 json (>= 1.5.1 )
6363 fuzzy_match (2.0.4 )
6464 gh_inspector (1.1.3 )
6565 httpclient (2.8.3 )
66- i18n (1.10 .0 )
66+ i18n (1.12 .0 )
6767 concurrent-ruby (~> 1.0 )
68- json (2.6.1 )
69- minitest (5.15.0 )
68+ json (2.6.2 )
69+ minitest (5.16.3 )
7070 molinillo (0.8.0 )
7171 nanaimo (0.3.0 )
7272 nap (1.1.0 )
7676 ruby-macho (2.5.1 )
7777 typhoeus (1.4.0 )
7878 ethon (>= 0.9.0 )
79- tzinfo (2.0.4 )
79+ tzinfo (2.0.5 )
8080 concurrent-ruby (~> 1.0 )
81- xcodeproj (1.21 .0 )
81+ xcodeproj (1.22 .0 )
8282 CFPropertyList (>= 2.3.3 , < 4.0 )
8383 atomos (~> 0.1.3 )
8484 claide (>= 1.0.2 , < 2.0 )
8585 colored2 (~> 3.1 )
8686 nanaimo (~> 0.3.0 )
8787 rexml (~> 3.2.4 )
88- zeitwerk (2.5.4 )
88+ zeitwerk (2.6.0 )
8989
9090PLATFORMS
9191 ruby
Original file line number Diff line number Diff line change 11BUILD_PATH =.build
2- SWIFT_BUILD_FLAGS =--configuration release --disable-sandbox --build -path ${BUILD_PATH}
2+ SWIFT_BUILD_FLAGS =--configuration release --disable-sandbox --scratch -path ${BUILD_PATH}
33
44EXECUTABLE_X86_64 =$(shell swift build ${SWIFT_BUILD_FLAGS} --arch x86_64 --show-bin-path) /periphery
55EXECUTABLE_ARM64 =$(shell swift build ${SWIFT_BUILD_FLAGS} --arch arm64 --show-bin-path) /periphery
You can’t perform that action at this time.
0 commit comments