Commit 121a198 Parvesh Chauhan
committed
1 parent 780ab4f commit 121a198 Copy full SHA for 121a198
File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ post_install do |installer|
15
15
installer . pods_project . targets . each do |target |
16
16
target . build_configurations . each do |config |
17
17
config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11.0'
18
+ config . build_settings [ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" ] = "arm64"
18
19
end
19
20
end
20
- end
21
+ end
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ SPEC CHECKSUMS:
30
30
SCLAlertView: 6a77bb2edfc65e04dbe57725546cb4107a506b85
31
31
Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c
32
32
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
33
- VWO: 7a2ae2d77d622f1632eb3b2ad4d231e65ed83337
33
+ VWO: ddd16c1727df3453ce5d977cb6d4264937b2311e
34
34
35
- PODFILE CHECKSUM: 0eda591245ea776ec37a8a0a627641ec8ee6e7f6
35
+ PODFILE CHECKSUM: 9010d26649830c411ddd6a8e24868b46ecc5f507
36
36
37
37
COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change @@ -10,15 +10,10 @@ Pod::Spec.new do |s|
10
10
s . author = { 'VWO' => '[email protected] ' }
11
11
s . source = { :git => "https://github.com/wingify/vwo-ios-sdk.git" ,
12
12
:tag => s . version . to_s }
13
- s . platform = :ios , '11 .0'
13
+ s . platform = :ios , '9 .0'
14
14
s . swift_version = '5.0'
15
15
s . default_subspec = 'All'
16
16
17
- s . pod_target_xcconfig = {
18
- 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
19
- }
20
- s . user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
21
-
22
17
s . subspec 'Core' do |ss |
23
18
ss . source_files = 'VWO/**/*.{m,h}'
24
19
end
You can’t perform that action at this time.
0 commit comments