iOS Podspec remove iphone simulator

This commit is contained in:
pengfei.zhou 2020-11-03 18:44:42 +08:00
parent c9a9cc3227
commit f29d29102a
2 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,5 @@ Doric iOS SDK for cross platform develpment
s.dependency 'YYCache'
s.dependency 'YogaKit/Core'
s.dependency 'Yoga'
s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' }
end

View File

@ -21,4 +21,5 @@ Doric iOS Devkit for debugging & hotload.
s.dependency 'DoricCore'
s.dependency 'SocketRocket'
s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' }
end