-
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.
* add podspec remove dotenv * savepoint * pass linting * add steps in release swift * refactor release swift * Update YttriumWrapper.podspec Co-authored-by: Chris Smith <[email protected]> --------- Co-authored-by: Chris Smith <[email protected]>
- Loading branch information
1 parent
d644ce4
commit 7a49a95
Showing
7 changed files
with
55 additions
and
52 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'YttriumWrapper' | ||
s.version = '0.0.0' | ||
s.summary = '4337 implementation' | ||
s.description = '4337 implementation ' | ||
s.homepage = 'https://reown.com' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = 'reown inc.' | ||
|
||
s.source = { :git => 'https://github.com/reown-com/yttrium.git', :tag => s.version.to_s } | ||
|
||
s.platform = :ios, '13.0' | ||
|
||
s.swift_version = '5.9' | ||
|
||
# Include the Swift source files | ||
s.source_files = 'crates/ffi/YttriumCore/Sources/YttriumCore/**/*.{swift,h}' | ||
|
||
# Include the vendored framework | ||
s.prepare_command = <<-SCRIPT | ||
curl -L -o RustXcframework.xcframework.zip 'https://github.com/reown-com/yttrium/releases/download/0.0.0/RustXcframework.xcframework.zip' | ||
unzip -o RustXcframework.xcframework.zip -d crates/ffi/YttriumCore/ | ||
rm RustXcframework.xcframework.zip | ||
SCRIPT | ||
|
||
s.vendored_frameworks = 'crates/ffi/YttriumCore/RustXcframework.xcframework' | ||
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