Skip to content

Commit

Permalink
Merge pull request #36 from salemove/spm-0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-deployer authored Mar 17, 2021
2 parents e33df29 + fc82928 commit 063042d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
Expand Down
2 changes: 1 addition & 1 deletion SalemoveSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.module_name = 'SalemoveSDK'
s.ios.deployment_target = '12.0'
s.ios.vendored_frameworks = 'SalemoveSDK.framework'
s.ios.vendored_frameworks = 'SalemoveSDK.xcframework'
s.swift_version = '5.3'

s.dependency 'Moya', '14.0.0'
Expand Down

0 comments on commit 063042d

Please sign in to comment.