-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sacepoint * savepoint * savepoint * savepoint * savepoint * savepoint * savepoint * savepoint * savepoint * update swift package generation * update release workflow * update script * update * update release workflow * update comment * update pods * chore: update Package.swift and podspec for version 0.2.16 * chore: update Package.swift and podspec for version 0.2.17 * savepoint * fix debug and release * add cocoapods release * chore: update Package.swift and podspec for version 0.2.18 * chore: update Package.swift and podspec for version 0.2.19 * fix podspec * chore: update Package.swift and podspec for version 0.2.20 * update build script for ios 13 * update podspec * chore: update Package.swift and podspec for version 02.21 * update workflow * chore: update Package.swift and podspec for version 0.2.22 * lint * add comment * update ci * comment out swift ci * update * add back swift tests to ci workflow --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a6cc40b
commit 6622a3e
Showing
22 changed files
with
5,170 additions
and
237 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- run: rustup update stable && rustup default stable | ||
- run: make build-ios-bindings | ||
- run: make build-xcframework | ||
- name: Select Xcode 15.4 | ||
run: sudo xcode-select -s /Applications/Xcode_15.4.app | ||
- name: Build ${{ matrix.config }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
use std::path::PathBuf; | ||
//use std::path::PathBuf; | ||
|
||
fn main() { | ||
let out_dir = PathBuf::from("./generated"); | ||
println!("cargo:rerun-if-changed={}", out_dir.display()); | ||
|
||
let bridges = vec!["src/lib.rs"]; | ||
for path in &bridges { | ||
println!("cargo:rerun-if-changed={}", path); | ||
} | ||
|
||
swift_bridge_build::parse_bridges(bridges) | ||
.write_all_concatenated(out_dir, env!("CARGO_PKG_NAME")); | ||
// let out_dir = PathBuf::from("./generated"); | ||
// println!("cargo:rerun-if-changed={}", out_dir.display()); | ||
// | ||
// let bridges = vec!["src/lib.rs"]; | ||
// for path in &bridges { | ||
// println!("cargo:rerun-if-changed={}", path); | ||
// } | ||
// | ||
// swift_bridge_build::parse_bridges(bridges) | ||
// .write_all_concatenated(out_dir, env!("CARGO_PKG_NAME")); | ||
} |
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
Oops, something went wrong.