Skip to content

Commit 2cf88da

Browse files
committed
prepare 0.0.3-alpha
1 parent 2c6d925 commit 2cf88da

File tree

328 files changed

+11
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

CTSoftPhone.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CTSoftPhone"
3-
s.version = '0.0.2-alpha'
3+
s.version = '0.0.3-alpha'
44
s.summary = "Basic PJSUA/PJSIP wrapper enabling iOS voip calling"
55
s.homepage = "https://github.com/CleverTap/CTSoftPhone"
66
s.source = { :http => "https://github.com/CleverTap/CTSoftPhone/releases/download/#{s.version}/CTSoftPhone.xcframework.zip" }
@@ -12,9 +12,6 @@ s.module_name = 'CTSoftPhone'
1212
s.platform = :ios, '10.0'
1313
s.ios.deployment_target = '10.0'
1414

15-
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
16-
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
17-
1815
s.ios.frameworks = 'Foundation', 'UIKit', 'Security', 'CoreGraphics', 'CoreImage', 'CoreFoundation', 'AVFoundation', 'AudioToolbox', 'VideoToolbox'
1916
s.vendored_frameworks = 'CTSoftPhone.xcframework'
2017

CTSoftPhone.xcframework/Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64_i386_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>CTSoftPhone.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>i386</string>
1516
<string>x86_64</string>
1617
</array>
1718
<key>SupportedPlatform</key>
Binary file not shown.

0 commit comments

Comments
 (0)