-
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.
fix: xcframework with ENABLE_USER_SCRIPT_SANDBOXING=NO
- Loading branch information
1 parent
57a7912
commit ba3b6ef
Showing
6 changed files
with
4 additions
and
18 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 |
---|---|---|
|
@@ -8,37 +8,23 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'WalletCoreKit' | ||
s.version = '0.0.1' | ||
s.summary = 'Tada wallet core sdk' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.version = '0.0.2' | ||
s.summary = 'Tada Wallet Core SDK' | ||
s.description = <<-DESC | ||
TadaWalletKit is set of software tools and resources provided by TADA Wallet developer to assist in the creation of loyalty application | ||
DESC | ||
|
||
s.homepage = 'https://github.com/usetada/TadaWalletKit-iOS' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Adi Putra' => '[email protected]', | ||
'Faiz Baraja' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/usetada/TadaWalletKit-iOS.git', :tag => s.version.to_s } | ||
s.swift_versions = ['5.1', '5.2'] | ||
s.ios.deployment_target = '12.0' | ||
s.vendored_frameworks = 'WalletCoreKit.xcframework' | ||
#s.source_files = 'WalletCoreKit/Classes/**/*.{swift}' | ||
#s.resources = "WalletCoreKit/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,xcdatamodeld,json}" | ||
# s.resource_bundles = { | ||
# 'WalletCoreKit' => ['WalletCoreKit/Assets/*.png'] | ||
# } | ||
|
||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
s.frameworks = 'UIKit', 'Foundation', 'AppIntents' | ||
|
||
end |
Binary file modified
BIN
+0 Bytes
(100%)
WalletCoreKit.xcframework/ios-arm64/WalletCoreKit.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
WalletCoreKit.xcframework/ios-arm64/WalletCoreKit.framework/WalletCoreKit
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
WalletCoreKit.xcframework/ios-arm64_x86_64-simulator/WalletCoreKit.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(100%)
WalletCoreKit.xcframework/ios-arm64_x86_64-simulator/WalletCoreKit.framework/WalletCoreKit
Binary file not shown.
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