Skip to content

Commit 121a198

Browse files
author
Parvesh Chauhan
committed
chore(version): Update version to 2.14.0
1 parent 780ab4f commit 121a198

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Demo/Podfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ post_install do |installer|
1515
installer.pods_project.targets.each do |target|
1616
target.build_configurations.each do |config|
1717
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
18+
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
1819
end
1920
end
20-
end
21+
end

Demo/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ SPEC CHECKSUMS:
3030
SCLAlertView: 6a77bb2edfc65e04dbe57725546cb4107a506b85
3131
Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c
3232
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
33-
VWO: 7a2ae2d77d622f1632eb3b2ad4d231e65ed83337
33+
VWO: ddd16c1727df3453ce5d977cb6d4264937b2311e
3434

35-
PODFILE CHECKSUM: 0eda591245ea776ec37a8a0a627641ec8ee6e7f6
35+
PODFILE CHECKSUM: 9010d26649830c411ddd6a8e24868b46ecc5f507
3636

3737
COCOAPODS: 1.12.1

VWO.podspec

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ Pod::Spec.new do |s|
1010
s.author = { 'VWO' => '[email protected]' }
1111
s.source = { :git => "https://github.com/wingify/vwo-ios-sdk.git",
1212
:tag => s.version.to_s }
13-
s.platform = :ios, '11.0'
13+
s.platform = :ios, '9.0'
1414
s.swift_version = '5.0'
1515
s.default_subspec = 'All'
1616

17-
s.pod_target_xcconfig = {
18-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
19-
}
20-
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
21-
2217
s.subspec 'Core' do |ss|
2318
ss.source_files = 'VWO/**/*.{m,h}'
2419
end

0 commit comments

Comments
 (0)