-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from wwt/fix-209
Fixes an issue where skipping views with a NavigationStack or Modal presentation style didn't work correctly with SwiftUI
- Loading branch information
Showing
17 changed files
with
85 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,23 +35,6 @@ platform :ios do | |
end | ||
end | ||
|
||
lane :CLI_test do | ||
Dir.chdir("..") do | ||
setup_ci() | ||
match( | ||
app_identifier: ["WWT.SwiftCurrent-IRGeneratorTests"], | ||
readonly: is_ci, | ||
git_url: "[email protected]:wwt/swiftcurrent-ios-certs-and-profiles.git" | ||
) | ||
xcodebuild( | ||
test: true, | ||
scheme: 'SwiftCurrent_CLI', | ||
workspace: 'SwiftCurrent.xcworkspace', | ||
destination: [ 'platform=macOS' ] | ||
) | ||
end | ||
end | ||
|
||
lane :build_swiftpm do | ||
# Confirm Core can build against Swift without any Apple SDK requirements | ||
sh('rm -rf ../../SwiftCurrent.xcworkspace/') | ||
|
@@ -144,3 +127,16 @@ platform :ios do | |
echo(message: "##[set-output name=version;]#{version}") | ||
end | ||
end | ||
|
||
platform :mac do | ||
lane :CLI_test do | ||
scan( | ||
code_coverage: true, | ||
scheme: 'SwiftCurrent_CLI', | ||
workspace: '../SwiftCurrent.xcworkspace', | ||
derived_data_path: "~/Library/Developer/Xcode/DerivedData", | ||
result_bundle: true, | ||
destination: "platform=macOS" | ||
) | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters