Skip to content

Commit

Permalink
兼容 arm64 模拟器
Browse files Browse the repository at this point in the history
  • Loading branch information
muzipiao committed Jun 16, 2024
1 parent f62c981 commit 24193d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GMObjC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "lifei" => "[email protected]" }
s.source = { :git => "https://github.com/muzipiao/GMObjC.git", :tag => s.version.to_s }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

s.source_files = "GMObjC/**/*.{h,m}"
s.public_header_files = "GMObjC/**/*.h"
Expand Down

0 comments on commit 24193d2

Please sign in to comment.