diff --git a/OCRunner.podspec b/OCRunner.podspec index 708a8e4..3a07c34 100644 --- a/OCRunner.podspec +++ b/OCRunner.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OCRunner" -s.version = "1.0.5" +s.version = "1.0.6" s.summary = "OCRunner" s.description = <<-DESC Execute Objective-C code Dynamically. iOS hotfix SDK. @@ -11,6 +11,10 @@ s.author = { "SilverFruity" => "15328044115@163.com" } s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/SilverFruity/OCRunner.git", :tag => "#{s.version}" } s.source_files = "OCRunner/**/*.{h,m,c}" +s.pod_target_xcconfig = { + 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' + } +s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } s.vendored_libraries = 'OCRunner/libffi/libffi.a' s.dependency "ORPatchFile", "1.0.4" end diff --git a/OCRunnerArm64.podspec b/OCRunnerArm64.podspec index 87354cc..e9ae52b 100644 --- a/OCRunnerArm64.podspec +++ b/OCRunnerArm64.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OCRunnerArm64" -s.version = "1.0.5" +s.version = "1.0.6" s.summary = "OCRunnerArm64" s.description = <<-DESC Only Support Arm64, Execute Objective-C code Dynamically. iOS hotfix SDK.