mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
441770c136
-> the phonenumbers are canonicalized with the default country Code (extracted from the SIM card) A setting will be added to replaced/defined it. The phonenumbers are also 3PID so the international format is unique.
18 lines
362 B
Ruby
18 lines
362 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, "6.0"
|
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
target "matrixConsole" do
|
|
|
|
# Points to SDK local sources file
|
|
pod 'MatrixSDK', :path => '../../MatrixSDK.podspec'
|
|
pod 'HPGrowingTextView', '~> 1.1'
|
|
pod 'libPhoneNumber-iOS', '~> 0.7.6'
|
|
end
|
|
|
|
target "matrixConsole" do
|
|
|
|
end
|
|
|