Skip to content

Commit

Permalink
fix: xcframework with ENABLE_USER_SCRIPT_SANDBOXING=NO
Browse files Browse the repository at this point in the history
  • Loading branch information
adiputrastwn committed Jun 25, 2024
1 parent 57a7912 commit ba3b6ef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 deletions WalletCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</data>
<key>Info.plist</key>
<data>
i+vAJo/But0NW+qq0TwShUZwQQU=
KhhkLzOyezhRvfWV1rbb4SYe2lk=
</data>
<key>Modules/WalletCoreKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down

0 comments on commit ba3b6ef

Please sign in to comment.