Skip to content

Commit

Permalink
fix: simplify Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtao-butterflymx committed Nov 16, 2021
1 parent d516940 commit 9571f2a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class UnitTableViewCell: UITableViewCell {
return
}

let ngrokId = "6036eb46088a"
let ngrokId = "bdab-2601-801-201-bad0-49ac-3393-470b-1ebd"
let webhookUrl = "http:https://\(ngrokId).ngrok.io/webhook/?token=\(deviceToken)&type=voip"

SVProgressHUD.show()
Expand Down
7 changes: 2 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ target 'ButterflyMX Demo' do
use_frameworks!

# Pods for ButterflyMX Demo
pod 'BMXCore', '~> 2.0.0'
pod 'BMXCall', '~> 1.0.16'
pod 'Japx/CodableAlamofire', :git => 'https://github.com/runslikebutter/Japx'
pod 'BMXCall', '~> 2.0.0'
pod 'SVProgressHUD'
pod 'TwilioVideo', '~> 4.4'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
if ['BMXCall', 'BMXCore', 'Alamofire', 'Japx', 'OAuthSwift'].include? target.name
if ['BMXCall', 'BMXCore', 'Alamofire', 'Japx', 'OAuthSwift', 'TwilioVideo'].include? target.name
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64 i386'
Expand Down
47 changes: 16 additions & 31 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,58 +1,43 @@
PODS:
- Alamofire (5.2.2)
- BMXCall (1.0.16):
- BMXCore (~> 2.0.0)
- BMXCore (2.0.0):
- BMXCall (2.0.0):
- BMXCore (~> 2.0.1)
- TwilioVideo (~> 4.4)
- BMXCore (2.0.1):
- Alamofire (~> 5.2.1)
- Japx/CodableAlamofire (~> 3.0.0)
- Japx/Alamofire
- OAuthSwift (= 2.1.0)
- Japx/Alamofire (3.0.0):
- Alamofire (~> 5.0)
- Japx/Core
- Japx/Codable (3.0.0):
- Japx/Alamofire (4.0.0):
- Alamofire
- Japx/Core
- Japx/CodableAlamofire (3.0.0):
- Japx/Alamofire
- Japx/Codable
- Japx/Core (3.0.0)
- Japx/Core (4.0.0)
- OAuthSwift (2.1.0)
- SVProgressHUD (2.2.5)
- TwilioVideo (4.5.0)
- TwilioVideo (4.6.2)

DEPENDENCIES:
- BMXCall (~> 1.0.16)
- BMXCore (~> 2.0.0)
- Japx/CodableAlamofire (from `https://github.com/runslikebutter/Japx`)
- BMXCall (~> 2.0.0)
- SVProgressHUD
- TwilioVideo (~> 4.4)

SPEC REPOS:
trunk:
- Alamofire
- BMXCall
- BMXCore
- Japx
- OAuthSwift
- SVProgressHUD
- TwilioVideo

EXTERNAL SOURCES:
Japx:
:git: https://github.com/runslikebutter/Japx

CHECKOUT OPTIONS:
Japx:
:commit: 10fd9e241d0565f4bfc75f581d4e900f2820a771
:git: https://github.com/runslikebutter/Japx

SPEC CHECKSUMS:
Alamofire: 814429acc853c6c54ff123fc3d2ef66803823ce0
BMXCall: f259dee335adc047aeb00804bd5d871d6862c7e0
BMXCore: c305a0d6ff157f25f356143ced8078df45795c80
Japx: d1f7f3e4b94f2013538102e96cf96fd417005f76
BMXCall: 48be2f882c363198370fa18c6acc042d2d2ecaaf
BMXCore: 4c540d11ffbf33490d0851b5e6e9773c4afd8674
Japx: 4bb2d79d023af5e7ea44c0a2875c4b070080e111
OAuthSwift: ab1675598273e04355e0282459c328e65c9ddacd
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
TwilioVideo: a765f519bb8646187eaa0e9f7443d08529ccba0a
TwilioVideo: f8c75425bce3f41912bb24352154b0502d89a9b3

PODFILE CHECKSUM: a9d90de8cfcbfa44ff1488d8a8c453888e938f4f
PODFILE CHECKSUM: 20e7cbb2884fed261c3badd7e9e3abe5aa8a3999

COCOAPODS: 1.11.2

0 comments on commit 9571f2a

Please sign in to comment.