diff --git a/Exotel-Voice-Sample/.gitignore b/Exotel-Voice-Sample/.gitignore index 84b96b1..e4ef621 100644 --- a/Exotel-Voice-Sample/.gitignore +++ b/Exotel-Voice-Sample/.gitignore @@ -122,3 +122,4 @@ build_output ExotelVoice.framework libCloudonixSDK.a libthirdparty.a +ExotelVoice.xcframework diff --git a/Exotel-Voice-Sample/Changelog.md b/Exotel-Voice-Sample/Changelog.md index 3470df9..7fca4c1 100644 --- a/Exotel-Voice-Sample/Changelog.md +++ b/Exotel-Voice-Sample/Changelog.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added * [AP2AP-245](https://exotel.atlassian.net/browse/AP2AP-245) : using new bluetooth toggeling APIs to topgle audio * [AP2AP-207](https://exotel.atlassian.net/browse/AP2AP-207) : integrated call kit UI +* [VST-668](https://exotel.atlassian.net/browse/VST-668) : resolved ios simulator build issue and added xcframework . ## [v1.0 build 92] 28-08-2023 diff --git a/Exotel-Voice-Sample/ExotelVoice-1.0.2.framework.zip b/Exotel-Voice-Sample/ExotelVoice-1.0.2.framework.zip deleted file mode 100644 index c610aa6..0000000 Binary files a/Exotel-Voice-Sample/ExotelVoice-1.0.2.framework.zip and /dev/null differ diff --git a/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/project.pbxproj b/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/project.pbxproj index b601fcb..b62eca3 100644 --- a/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/project.pbxproj +++ b/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -42,17 +42,12 @@ 4D48BEDA282CBA2B00B9647F /* CallContextEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D48BED9282CBA2B00B9647F /* CallContextEvents.swift */; }; 4D57386B27BF813E0027AF0A /* RingTonePlayback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D57386A27BF813E0027AF0A /* RingTonePlayback.swift */; }; 4D85D25628ABBA5500E14E03 /* ExotelVoice.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D85D25528ABBA5500E14E03 /* ExotelVoice.framework */; }; - 4D85D25728ABBA5500E14E03 /* ExotelVoice.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4D85D25528ABBA5500E14E03 /* ExotelVoice.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 4D85D7ED27CE436900FE8121 /* BuildConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D85D7EC27CE436900FE8121 /* BuildConfig.swift */; }; 4D86C03227BE261F00FEF9B2 /* SharedPreferencesHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D86C03127BE261F00FEF9B2 /* SharedPreferencesHelper.swift */; }; 4DC4C05227BBC07D0080F3AD /* CallType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC4C05127BBC07D0080F3AD /* CallType.swift */; }; 4DC4C05427BBC0D10080F3AD /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC4C05327BBC0D10080F3AD /* DatabaseHelper.swift */; }; 4DC4C05627BBC13C0080F3AD /* RecentCallDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC4C05527BBC13C0080F3AD /* RecentCallDetails.swift */; }; 57C2B7012881622800472AD4 /* exotel_ringtone_20.wav in Resources */ = {isa = PBXBuildFile; fileRef = 57C2B7002881622800472AD4 /* exotel_ringtone_20.wav */; }; - 57D242B2285C376E007AE331 /* callwaiting_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 57D242AE285C376E007AE331 /* callwaiting_tone.mp3 */; }; - 57D242B3285C376E007AE331 /* exotel_ringtone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 57D242AF285C376E007AE331 /* exotel_ringtone.mp3 */; }; - 57D242B4285C376E007AE331 /* busy_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 57D242B0285C376E007AE331 /* busy_tone.mp3 */; }; - 57D242B5285C376E007AE331 /* reorder_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 57D242B1285C376E007AE331 /* reorder_tone.mp3 */; }; 9F180CF027B8E36F0056DBA4 /* VoiceAppError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F180CEF27B8E36F0056DBA4 /* VoiceAppError.swift */; }; 9F180CF227B94DCF0056DBA4 /* PushNotificationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F180CF127B94DCF0056DBA4 /* PushNotificationData.swift */; }; 9FB8E5C627B3CE9100916F9E /* VoiceAppService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FB8E5C527B3CE9100916F9E /* VoiceAppService.swift */; }; @@ -60,8 +55,13 @@ 9FB8E5CC27B55CBE00916F9E /* VoiceAppStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FB8E5CB27B55CBE00916F9E /* VoiceAppStatus.swift */; }; 9FB8E5CE27B55D0F00916F9E /* VoiceAppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FB8E5CD27B55D0F00916F9E /* VoiceAppState.swift */; }; C9F38D7EE797CC72A603EA06 /* Pods_ExotelVoiceSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC5C09D70209821A63016F57 /* Pods_ExotelVoiceSample.framework */; }; + FA19D25C2BECC390008A84AE /* exotel_ringtone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FA19D2572BECC38F008A84AE /* exotel_ringtone.mp3 */; }; + FA19D25D2BECC390008A84AE /* callwaiting_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FA19D2582BECC38F008A84AE /* callwaiting_tone.mp3 */; }; + FA19D25E2BECC390008A84AE /* busy_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FA19D25A2BECC38F008A84AE /* busy_tone.mp3 */; }; + FA19D25F2BECC390008A84AE /* reorder_tone.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = FA19D25B2BECC390008A84AE /* reorder_tone.mp3 */; }; FA8780252AE71D9B00313E89 /* ProviderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8780242AE71D9B00313E89 /* ProviderDelegate.swift */; }; FA8780272AF1551900313E89 /* CallKitUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8780262AF1551800313E89 /* CallKitUtils.swift */; }; + FACF8FA22BF217FD005991BD /* ExotelVoice.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FACF8F9E2BF2171C005991BD /* ExotelVoice.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -71,7 +71,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 4D85D25728ABBA5500E14E03 /* ExotelVoice.framework in Embed Frameworks */, + FACF8FA22BF217FD005991BD /* ExotelVoice.xcframework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -138,8 +138,14 @@ A7459C87E3A92BAF78825AA0 /* Pods-ExotelVoiceSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExotelVoiceSample.debug.xcconfig"; path = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.debug.xcconfig"; sourceTree = ""; }; BC82E0B75CC0AAF3CD983048 /* Pods-ExotelVoiceSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExotelVoiceSample.release.xcconfig"; path = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.release.xcconfig"; sourceTree = ""; }; DC5C09D70209821A63016F57 /* Pods_ExotelVoiceSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExotelVoiceSample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FA19D2572BECC38F008A84AE /* exotel_ringtone.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = exotel_ringtone.mp3; path = ExotelVoiceSample/Sound/exotel_ringtone.mp3; sourceTree = ""; }; + FA19D2582BECC38F008A84AE /* callwaiting_tone.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = callwaiting_tone.mp3; path = ExotelVoiceSample/Sound/callwaiting_tone.mp3; sourceTree = ""; }; + FA19D2592BECC38F008A84AE /* exotel_ringtone_20.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = exotel_ringtone_20.wav; path = ExotelVoiceSample/Sound/exotel_ringtone_20.wav; sourceTree = ""; }; + FA19D25A2BECC38F008A84AE /* busy_tone.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = busy_tone.mp3; path = ExotelVoiceSample/Sound/busy_tone.mp3; sourceTree = ""; }; + FA19D25B2BECC390008A84AE /* reorder_tone.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = reorder_tone.mp3; path = ExotelVoiceSample/Sound/reorder_tone.mp3; sourceTree = ""; }; FA8780242AE71D9B00313E89 /* ProviderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProviderDelegate.swift; sourceTree = ""; }; FA8780262AF1551800313E89 /* CallKitUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallKitUtils.swift; sourceTree = ""; }; + FACF8F9E2BF2171C005991BD /* ExotelVoice.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = ExotelVoice.xcframework; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -178,6 +184,12 @@ 01499AC527390465009387FD = { isa = PBXGroup; children = ( + FACF8F9E2BF2171C005991BD /* ExotelVoice.xcframework */, + FA19D25A2BECC38F008A84AE /* busy_tone.mp3 */, + FA19D2582BECC38F008A84AE /* callwaiting_tone.mp3 */, + FA19D2592BECC38F008A84AE /* exotel_ringtone_20.wav */, + FA19D2572BECC38F008A84AE /* exotel_ringtone.mp3 */, + FA19D25B2BECC390008A84AE /* reorder_tone.mp3 */, 01499AD027390465009387FD /* ExotelVoiceSample */, 01499ACF27390465009387FD /* Products */, EB996DBB445622343C7C8BEA /* Pods */, @@ -316,12 +328,12 @@ buildConfigurationList = 01499AE227390467009387FD /* Build configuration list for PBXNativeTarget "ExotelVoiceSample" */; buildPhases = ( 2D7592BE7C292B82571FE0C1 /* [CP] Check Pods Manifest.lock */, + 4D85D25828ABBA5500E14E03 /* Embed Frameworks */, 01499ACA27390465009387FD /* Sources */, 01499ACB27390465009387FD /* Frameworks */, 01499ACC27390465009387FD /* Resources */, 8776CE53FA97E609FD49713B /* [CP] Embed Pods Frameworks */, 57C3033A28605BC10009144B /* ShellScript */, - 4D85D25828ABBA5500E14E03 /* Embed Frameworks */, ); buildRules = ( ); @@ -338,8 +350,9 @@ 01499AC627390465009387FD /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 1250; - LastUpgradeCheck = 1330; + LastUpgradeCheck = 1530; TargetAttributes = { 01499ACD27390465009387FD = { CreatedOnToolsVersion = 12.5; @@ -369,26 +382,26 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + FA19D25C2BECC390008A84AE /* exotel_ringtone.mp3 in Resources */, + FA19D25D2BECC390008A84AE /* callwaiting_tone.mp3 in Resources */, + 57C2B7012881622800472AD4 /* exotel_ringtone_20.wav in Resources */, + FA19D25E2BECC390008A84AE /* busy_tone.mp3 in Resources */, + FA19D25F2BECC390008A84AE /* reorder_tone.mp3 in Resources */, 012436A6273927EA004F36E9 /* Roboto-BoldItalic.ttf in Resources */, 012436A1273927EA004F36E9 /* Roboto-ThinItalic.ttf in Resources */, 012436AB273927EA004F36E9 /* Roboto-LightItalic.ttf in Resources */, 012436A4273927EA004F36E9 /* Roboto-Regular.ttf in Resources */, - 57D242B3285C376E007AE331 /* exotel_ringtone.mp3 in Resources */, 012436A8273927EA004F36E9 /* Roboto-Light.ttf in Resources */, 01499ADE27390467009387FD /* LaunchScreen.storyboard in Resources */, 012436A3273927EA004F36E9 /* Roboto-Thin.ttf in Resources */, 012436AC273927EA004F36E9 /* Roboto-Italic.ttf in Resources */, - 57D242B2285C376E007AE331 /* callwaiting_tone.mp3 in Resources */, - 57C2B7012881622800472AD4 /* exotel_ringtone_20.wav in Resources */, 012436A5273927EA004F36E9 /* LICENSE.txt in Resources */, 012436A2273927EA004F36E9 /* Roboto-Bold.ttf in Resources */, 012436A9273927EA004F36E9 /* Roboto-Medium.ttf in Resources */, 012436AA273927EA004F36E9 /* Roboto-Black.ttf in Resources */, 1863461627A2A9FC00CA4870 /* GoogleService-Info.plist in Resources */, - 57D242B4285C376E007AE331 /* busy_tone.mp3 in Resources */, 012436AD273927EA004F36E9 /* Roboto-MediumItalic.ttf in Resources */, 012436A7273927EA004F36E9 /* Roboto-BlackItalic.ttf in Resources */, - 57D242B5285C376E007AE331 /* reorder_tone.mp3 in Resources */, 01499ADB27390467009387FD /* Assets.xcassets in Resources */, 01499AD927390465009387FD /* Main.storyboard in Resources */, ); @@ -439,6 +452,7 @@ outputFileListPaths = ( ); outputPaths = ( + "$(DERIVED_FILE_DIR)/newOutputFile", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -563,6 +577,7 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -627,6 +642,7 @@ ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -656,11 +672,12 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 92; + CURRENT_PROJECT_VERSION = 95; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = D6JC9BY9C7; - "DEVELOPMENT_TEAM[sdk=iphoneos*]" = D6JC9BY9C7; + "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9MNNV436TM; ENABLE_BITCODE = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -668,18 +685,18 @@ ); GCC_C_LANGUAGE_STANDARD = gnu99; INFOPLIST_FILE = ExotelVoiceSample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = ""; + MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; MARKETING_VERSION = 1.0; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DHIDE_MULTI_CALL"; - PRODUCT_BUNDLE_IDENTIFIER = com.exotel.voicesample; + PRODUCT_BUNDLE_IDENTIFIER = com.exotel.apptoapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Exotel Voice Sample App Developer Profile"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Exotel Voice App2App Developer Profile"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; TVOS_DEPLOYMENT_TARGET = ""; @@ -699,10 +716,11 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 93; + CURRENT_PROJECT_VERSION = 95; DEVELOPMENT_TEAM = ""; - "DEVELOPMENT_TEAM[sdk=iphoneos*]" = D6JC9BY9C7; + "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9MNNV436TM; ENABLE_BITCODE = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -710,18 +728,18 @@ ); GCC_C_LANGUAGE_STANDARD = gnu99; INFOPLIST_FILE = ExotelVoiceSample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = ""; + MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; MARKETING_VERSION = 1.0; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DHIDE_MULTI_CALL"; - PRODUCT_BUNDLE_IDENTIFIER = com.exotel.voicesample; + PRODUCT_BUNDLE_IDENTIFIER = com.exotel.apptoapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Exotel Voice Sample App Developer Profile"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Exotel Voice App2App Developer Profile"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; TVOS_DEPLOYMENT_TARGET = ""; diff --git a/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/xcshareddata/xcschemes/ExotelVoiceSample.xcscheme b/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/xcshareddata/xcschemes/ExotelVoiceSample.xcscheme index 5ddfe53..fac3394 100644 --- a/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/xcshareddata/xcschemes/ExotelVoiceSample.xcscheme +++ b/Exotel-Voice-Sample/ExotelVoiceSample.xcodeproj/xcshareddata/xcschemes/ExotelVoiceSample.xcscheme @@ -1,6 +1,6 @@ app-store provisioningProfiles - com.exotel.voicesample + com.exotel.apptoapp Exotel Voice Sample App Distribution Profile signingCertificate diff --git a/Exotel-Voice-Sample/Podfile b/Exotel-Voice-Sample/Podfile index 713ec9b..046059e 100644 --- a/Exotel-Voice-Sample/Podfile +++ b/Exotel-Voice-Sample/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' + platform :ios, '13.0' target 'ExotelVoiceSample' do # Comment the next line if you don't want to use dynamic frameworks @@ -8,10 +8,20 @@ target 'ExotelVoiceSample' do # Pods for ExotelVoiceSample pod 'IQKeyboardManagerSwift', '6.3.0' pod 'DropDown' - pod 'Alamofire', '~> 4.0' + pod 'Alamofire' pod 'SVProgressHUD' - pod 'Firebase/Analytics', '8.13.0' - pod 'Firebase/Messaging', '8.13.0' + pod 'Firebase/Analytics' + pod 'Firebase/Messaging' pod 'Firebase/Crashlytics' pod 'SQLite.swift', '~> 0.11.5' end + +post_install do |installer| + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' + end + end + end +end diff --git a/Exotel-Voice-Sample/Podfile.lock b/Exotel-Voice-Sample/Podfile.lock index ba7f8f9..9019701 100644 --- a/Exotel-Voice-Sample/Podfile.lock +++ b/Exotel-Voice-Sample/Podfile.lock @@ -118,11 +118,11 @@ PODS: - SVProgressHUD (2.2.5) DEPENDENCIES: - - Alamofire (~> 4.0) + - Alamofire - DropDown - - Firebase/Analytics (= 8.13.0) + - Firebase/Analytics - Firebase/Crashlytics - - Firebase/Messaging (= 8.13.0) + - Firebase/Messaging - IQKeyboardManagerSwift (= 6.3.0) - SQLite.swift (~> 0.11.5) - SVProgressHUD @@ -166,6 +166,6 @@ SPEC CHECKSUMS: SQLite.swift: 46d890be8601964454bd3392527f863d1b802d45 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 -PODFILE CHECKSUM: b2fab8bf7b8f54a51e4cd06493c8ebae3512c40c +PODFILE CHECKSUM: 43e01d14d18b8cf179054d173bbf67c5478e642e -COCOAPODS: 1.11.2 +COCOAPODS: 1.15.2 diff --git a/Exotel-Voice-Sample/Pods/Manifest.lock b/Exotel-Voice-Sample/Pods/Manifest.lock index ba7f8f9..9019701 100644 --- a/Exotel-Voice-Sample/Pods/Manifest.lock +++ b/Exotel-Voice-Sample/Pods/Manifest.lock @@ -118,11 +118,11 @@ PODS: - SVProgressHUD (2.2.5) DEPENDENCIES: - - Alamofire (~> 4.0) + - Alamofire - DropDown - - Firebase/Analytics (= 8.13.0) + - Firebase/Analytics - Firebase/Crashlytics - - Firebase/Messaging (= 8.13.0) + - Firebase/Messaging - IQKeyboardManagerSwift (= 6.3.0) - SQLite.swift (~> 0.11.5) - SVProgressHUD @@ -166,6 +166,6 @@ SPEC CHECKSUMS: SQLite.swift: 46d890be8601964454bd3392527f863d1b802d45 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 -PODFILE CHECKSUM: b2fab8bf7b8f54a51e4cd06493c8ebae3512c40c +PODFILE CHECKSUM: 43e01d14d18b8cf179054d173bbf67c5478e642e -COCOAPODS: 1.11.2 +COCOAPODS: 1.15.2 diff --git a/Exotel-Voice-Sample/Pods/Pods.xcodeproj/project.pbxproj b/Exotel-Voice-Sample/Pods/Pods.xcodeproj/project.pbxproj index 14b15cf..b56d680 100644 --- a/Exotel-Voice-Sample/Pods/Pods.xcodeproj/project.pbxproj +++ b/Exotel-Voice-Sample/Pods/Pods.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ @@ -19,7 +19,6 @@ B564D24E426FFC698E340FCD4561264F /* PBXTargetDependency */, ); name = Firebase; - productName = Firebase; }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; @@ -32,7 +31,6 @@ 20185691614EE62DE91BB1C7A8434C82 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; - productName = GoogleAppMeasurement; }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; @@ -48,7 +46,6 @@ 7EEBAE677FE0FB80E03B4A71F5F9CC12 /* PBXTargetDependency */, ); name = FirebaseAnalytics; - productName = FirebaseAnalytics; }; /* End PBXAggregateTarget section */ @@ -1151,7 +1148,7 @@ 01DCC6C28B90ADC881A24299C03FFBAB /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; 02023A0EF50184170C27641B229AB91E /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; 02936E3F1CE93691AF64FA073059B244 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - 03473E20FB470BD4057B9E5934548B38 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + 03473E20FB470BD4057B9E5934548B38 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; 03665EB938A99CA528331EC4DACF0003 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; 042356F05E7E758033EDEE797150CFC0 /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.h; sourceTree = ""; }; 0435794E715AF4403714599BC0D26C81 /* Coding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Coding.swift; path = Sources/SQLite/Typed/Coding.swift; sourceTree = ""; }; @@ -1161,14 +1158,14 @@ 05A72FC9340F072DF9F5AE53E87BE5DD /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; 05EC5D5855A4143A5D8CFA537C9E40CF /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = FirebaseMessaging/Sources/FIRMessagingPubSub.m; sourceTree = ""; }; 068E4B95C1A61A10EA79C383E953160D /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 07112FC1E06EBEC4DB8B98980CF1EE81 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; 072D360F0DBEB75DAEA9473BDF506970 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; 073C1DDCDC5C486269891EB9B63FE162 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; 07CB755C0FE20AFC4563465E6B5DD8DB /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; 080B77D38957074B5D3645BF2E11202A /* SQLite.swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SQLite.swift.debug.xcconfig; sourceTree = ""; }; 08B69DAF2A95635350A0887F1B50DD9F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 0927D1E3ADF4C98EA940519CC704EDE6 /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + 0927D1E3ADF4C98EA940519CC704EDE6 /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; 092C4B64E29793F645D0183C3ADB8BE8 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; 0966D34F0D94F9386A1CA41A22ADE0F6 /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = FirebaseMessaging/Sources/FIRMessagingExtensionHelper.m; sourceTree = ""; }; 09A8C06B17C92036498A130BB0A619C3 /* SQLite.swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SQLite.swift-Info.plist"; sourceTree = ""; }; @@ -1201,7 +1198,7 @@ 12DAB15ED643972375C5DEEF48327198 /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = FirebaseMessaging/Sources/FIRMessagingPubSub.h; sourceTree = ""; }; 131ADF0F2A883F61DB38C31B0E92331A /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; 13A12214B026C91542D9158F8E8FC6E7 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 141031EDD34C16FC5566DA0C10F9A787 /* DropDown.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DropDown.debug.xcconfig; sourceTree = ""; }; 142A44EB86EA4F67CCB6E898BA0C8DB7 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; 14B165538826963147480A107BF46A14 /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; @@ -1234,7 +1231,7 @@ 1E38EA16C7E77A32DFB059C93153B79E /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = FirebaseMessaging/Sources/FIRMessagingLogger.m; sourceTree = ""; }; 1E79C823B8D3905D29C4FBB10F13676E /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; 1EB684973539D29221FD3D4BD28CE299 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; - 1EFFC52D8430F65FD8D7178768979C16 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + 1EFFC52D8430F65FD8D7178768979C16 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; 1F114F7BEA800498C50BB61FE6C453E8 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; 1F54A90E2326A62B70F9773F6B1D6529 /* Statement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Statement.swift; path = Sources/SQLite/Core/Statement.swift; sourceTree = ""; }; 1FC5B8B8BD8FE9DB83AC1181837D560D /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; @@ -1294,7 +1291,7 @@ 2F550CD5F3CDC05E03F59AB6AAC816E7 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; 2F58160EF92357D49430A4EA5EF369B5 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.h"; sourceTree = ""; }; 2F5DC15B699F21D2EDC3D160D47D341B /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; - 2FDAEE783E08EFF14CBE054DDE26EF81 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_common.c; sourceTree = ""; }; + 2FDAEE783E08EFF14CBE054DDE26EF81 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; 2FE60F168E953862063CB04EA75E8985 /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = FirebaseMessaging/Sources/FIRMessagingUtilities.h; sourceTree = ""; }; 302AE5A716955C2862A166A7F5B4B30F /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; 30D3FD9D340CBAB77CDF0C08BC3B2BCB /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; @@ -1303,7 +1300,7 @@ 3282512A3B5ABB3C2062A2E0D227FFA5 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; 32909B4D15A08773A6E54C112A36C856 /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; 33424F981BC825866382899DB43A4088 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; - 3347A1AB6546F0A3977529B8F199DC41 /* FBLPromises.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3379759C828CD59B11BB5808442FE77C /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; 338A99570ED8EB1BA44F0378BB44E92E /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; 338D71CC4E6DED81E1F881A589CA35BC /* FIRCLSMetricKitManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMetricKitManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.m; sourceTree = ""; }; @@ -1333,7 +1330,7 @@ 3DC4999CC65CA32FCE1EE58C1701B9B4 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; 3E33BF1C2244B69902FF97CCDB2D44AE /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; 3EE87E6E26019B0CF549126818E7DECB /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 3F04E2727FB3057D7A85C5F7FA46CE20 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + 3F04E2727FB3057D7A85C5F7FA46CE20 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; 3FB372226C72E6CEEA4E3C55BA82DCAA /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; 409FEBDF1092ECC757065201B866606C /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; 40B40365E28CAAD3FF3BF183D2C698E5 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; @@ -1349,7 +1346,7 @@ 443C6E7F47B662AAF0DF7F993CB94B5A /* FIRMessagingTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenFetchOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.m; sourceTree = ""; }; 448F55D09C5F355F494FB8F514BE4167 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; 44938456CEC49B00222AEDDA81D877CE /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - 44A9D397628357E63E04C9159CD8F2E9 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + 44A9D397628357E63E04C9159CD8F2E9 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; 44DBEA0876ED72ACC45002BC9DB6F6E1 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; 44E6490DE8C712C37C2BCF391E148DE9 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; 454BE94527EA6F839FC8B8AEA93A8CD0 /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; @@ -1385,7 +1382,7 @@ 51CBD6093F2872067A5A211997C5A64F /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; 5279627057A8F15EFAC7F62EBE9D1588 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; 52C8F4DF41927B1533D897853D42A540 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 54411D2CEFD448ED74148FE3A8A11864 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + 54411D2CEFD448ED74148FE3A8A11864 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; 54CE3305AA8FFC7EFD5B93264B530D23 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; 56BB20D65354E432B0E9AEDFE068B07C /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; 56FADD8FCA65CAF176EAF4DD96B55FC4 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; @@ -1396,13 +1393,13 @@ 5A18326AB326F8F9320D29EF296EA604 /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; 5B2F65AAFCB09E2DC2962D378E19289E /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; 5B36D37D24B5559B633054829288F974 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseMessaging; path = FirebaseMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5B856C7AAACD168717C8040675F0EF7E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 5C9E8EACA75479279DD97AF603261F80 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; 5CF4D567BF2EA8BD20FB8164BC402E97 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; 5D6AC95727312F37BDE0F994E3E19EBA /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; 5D6BB5FB0AECACE62A9C8EC76D0860B3 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5D891D9125304444F0F8F72BFBE31DDF /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; 5D894F821744216F0E4010B7B99A8B11 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; 5D9B4471C891FEA82E86B9CF16BD7D44 /* FIRMessagingTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenFetchOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.h; sourceTree = ""; }; @@ -1416,7 +1413,7 @@ 6083C517E223E33AC58773D3EFBD1B50 /* FIRCrashlyticsReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport_Private.h; path = Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h; sourceTree = ""; }; 60C03E0664C87EC231E05DA41A206027 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; 615D1BFE95DCC84A41C19C82E5A66ED7 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/FirebaseMessaging.h; sourceTree = ""; }; - 619F076C7BDFD6EC08CCB6C49990FB57 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + 619F076C7BDFD6EC08CCB6C49990FB57 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; 623E5F5F3554D661E3DA163452E86CC8 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; 624235AA60C70D40AB830D8ABCA356AB /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; 62E84A61C195E9367D614B59D75AF26B /* Pods-ExotelVoiceSample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ExotelVoiceSample-umbrella.h"; sourceTree = ""; }; @@ -1444,7 +1441,7 @@ 6A8448B05DE7639754E909ED140D9032 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; 6BA45F05340B647CC324EAFE8EE730BC /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; 6CCAD23FFE3887CF6C6FDC3EAC33FEAD /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 6E48D51D7CAC0836A4E9A698B0074602 /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; + 6E48D51D7CAC0836A4E9A698B0074602 /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; 6F37CC6A6D989F67214B90AEC0FCF1E9 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; 6F4B58D644BC53EF3AF8CD12849E3CE2 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; 701CBF46043CDD49152522243986A0C5 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; @@ -1459,7 +1456,7 @@ 73710C87624BF61DF67A737DB0E13505 /* SQLite.swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SQLite.swift-prefix.pch"; sourceTree = ""; }; 749B8DB9605B3B997A45F7FA17E3BAA9 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; 749BCFEC9161F594B7C90070247951DE /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - 74B279E1659B5102FE7C804A6C35F7EC /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; + 74B279E1659B5102FE7C804A6C35F7EC /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; 751809318697A50F8664B364ACB1E912 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; 7536DB66A815D7EF4D8E821C7098727B /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; 76078C56430E8187BF7C369D2069133F /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; @@ -1469,20 +1466,20 @@ 76D222814E3E2DDADEE300394BEA1459 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; 77CBE4685D852A591A20FB952F21CC1F /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; 781250377F6B7FEDA2CC6BDC1445CE2C /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 7832DA5FAF47E0115C6A85789E4B2899 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_decode.c; sourceTree = ""; }; + 7832DA5FAF47E0115C6A85789E4B2899 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; 78F24A1F21CB30CCC156660E38341C58 /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; 791C67733127D01F639D7D0ACC928DD6 /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h; sourceTree = ""; }; 795AF4A9618FB176F21C1B84FD292140 /* FIRCLSSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h; sourceTree = ""; }; 7988D1587941A80BBA556EEDB0036951 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; 7A7D97393D5D78697FF98342F9388B41 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - 7A98D3C5958C7C859AC9EFB77406F475 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; + 7A98D3C5958C7C859AC9EFB77406F475 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; 7AA40C9B8C4672E448596E77837194A7 /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; 7AA4F8E9E8A40373D5A4FF7EA6C4E174 /* DPDConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DPDConstants.swift; path = DropDown/helpers/DPDConstants.swift; sourceTree = ""; }; 7ADCD1EBDEF75C52B42BA360935E617A /* Collation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collation.swift; path = Sources/SQLite/Typed/Collation.swift; sourceTree = ""; }; 7B057C5EE546DFAB66E7A47BC78DE922 /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; 7B21D803692E7B82A4F76BEA9F524BC5 /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = FirebaseMessaging/Sources/FIRMessagingDefines.h; sourceTree = ""; }; 7B3F893D903150566E117813BE6E345B /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; - 7B63B7DFAB3A12C3D5DB3C47CECCA895 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; + 7B63B7DFAB3A12C3D5DB3C47CECCA895 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; 7BA67E460CB57EECE565F18C3CC7C310 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; 7C5B98C7ED23388D8D081B0B5A22F86E /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; 7C78F1C8F274A429B2AAFA9BA0165A9F /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; @@ -1509,17 +1506,17 @@ 82455738480640161C71A85B4FF553B9 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; 82FA97E3E265E9CC83E02B005A35B9E7 /* DropDown-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DropDown-Info.plist"; sourceTree = ""; }; 8302636FA6245F664D736E7A89326FD2 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 831D0A8B1ABAE5CAD0C7AE0EDE4151A3 /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; + 831D0A8B1ABAE5CAD0C7AE0EDE4151A3 /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; 83A15A01F6143EA939CECB25F04E4CF7 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; 83ACE3A201C8C62B7AE7875FD6452092 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; 83ECBB0F431EED08B976C921EF78C929 /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; 840AC7913E79C63BF229BAF79ADAA442 /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; 842D28DC01870659C25B89EC4DBC5987 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; 8433105514958D8C0C972ED20B53F5C8 /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; - 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 85A78417B317EF86367F697318C563D7 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 862FB0EC88F3CCD9C0F9778893675BEC /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; - 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseCrashlytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransport; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 85A78417B317EF86367F697318C563D7 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; + 862FB0EC88F3CCD9C0F9778893675BEC /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; + 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCrashlytics; path = FirebaseCrashlytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8680B6B24B8247BEA99336A99C64FFBE /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; 8711AA27BACCACA83A5B8A92C72A8DB7 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; 87492D2DC0DA5C32B993C9A2997204F1 /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; @@ -1534,11 +1531,11 @@ 8A4A0A1BE333EB8505825A6A38DFB11F /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; 8A5034C769A12305017D0C2B112EB28C /* SVProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVProgressHUD-dummy.m"; sourceTree = ""; }; 8A8C583A1D3739BB76AFAEB8FD5D49BC /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; - 8B455859CE50EA1465747A9B17E5469F /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; + 8B455859CE50EA1465747A9B17E5469F /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; 8B81872F63F760DE092F6E79EC003B72 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; 8C35BBA9FD48F4C2DD663B0F730A7DD6 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/SQLite/Typed/Expression.swift; sourceTree = ""; }; 8C4651438D8308112852040E5A491D4F /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessaging.h; sourceTree = ""; }; - 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseCoreDiagnostics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreDiagnostics; path = FirebaseCoreDiagnostics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8DA772A9A08E9A127759D8E5547F538A /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; 8DA773A2EAC6146B711BC17BB68F9784 /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.m; sourceTree = ""; }; 8DA99D29451D7A3EBA3667D591D6A74B /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; @@ -1551,7 +1548,7 @@ 9087F9D8DC9FA5A7CDF2826EE8F2BE1E /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; 90ED3C7852F50120D86E4F21A115BBE9 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; 9139C667A3E696A7EAEB99B571B71EAA /* FIRMessagingCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.m; sourceTree = ""; }; - 91EA47D880E7356EC9CACA4AA1A6992F /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; + 91EA47D880E7356EC9CACA4AA1A6992F /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; 92A4BDB8B7668936B5F8C63364F4E784 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; 930016A909574DE96BD2C2A78EE928A5 /* FirebaseMessaging.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.debug.xcconfig; sourceTree = ""; }; 93F583B4FD26633DC20E847317A96EBD /* Pods-ExotelVoiceSample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ExotelVoiceSample.modulemap"; sourceTree = ""; }; @@ -1575,7 +1572,7 @@ 9906AAB6D77EA8D40BC991276B4A2F98 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; 9B18E59CCD7F7E47DD89A0C505D7A955 /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; 9B331825CC2CE959035848CBFD41A230 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 9B6725B782188F18CB76A740433F14E4 /* DropDown.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DropDown.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9B6725B782188F18CB76A740433F14E4 /* DropDown */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DropDown; path = DropDown.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 9B9AB8B269F0558680F4D1E8A9D20E41 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; 9BB3DE3022A37D80F9F92D112E521B92 /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/SQLite/Typed/Operators.swift; sourceTree = ""; }; 9BD7D45CAFA3FA88884F8D0470F99BE5 /* Pods-ExotelVoiceSample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExotelVoiceSample-acknowledgements.markdown"; sourceTree = ""; }; @@ -1584,7 +1581,7 @@ 9D1F7E70B1BBC0C0B7F3BF6A629886EE /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; 9D28E254FB35A5970CFD1A7CB651DDF9 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; 9D559728B06BC5E1801D0720432CBC11 /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9D9980838E1C3F930CE423D229D78BB5 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; 9D9F181375247916F6A3A31025AEFAA6 /* Foundation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Foundation.swift; path = Sources/SQLite/Foundation.swift; sourceTree = ""; }; 9EC3905F156E2F0C0998932CEDF743A4 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; @@ -1610,7 +1607,7 @@ A5678AD69ADF473BF9B129434EBF88E7 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; A5C18D8A7FEF36E20FA3C4D7B8F3301B /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; A5FBF82E5C2C1673D1F6D5B5F7326F50 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; - A64D179C1A7B63C4DD1FE96A7ED54B37 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; + A64D179C1A7B63C4DD1FE96A7ED54B37 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; A662FC6B841AD6FD20A7DF1BC3ECF23B /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; A68F4C0A1035C3A4E24E8FD16CE6C703 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; A6D365E4A4D9B37CA2794D3DCD5ED435 /* DPDKeyboardListener.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DPDKeyboardListener.swift; path = DropDown/helpers/DPDKeyboardListener.swift; sourceTree = ""; }; @@ -1621,10 +1618,10 @@ A8141E000B4F273C6404AF21F939E578 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; A890BB22BD4EBAE4E1E27534F5942D1F /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; A8B01EDF0F79FC04E478B7FBD64CA1A8 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A8FFE4A6AB9BBCEC220DE203ABB6F18D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; A957316737A06AF139FDA7F94DDB1D7F /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; - AA3ABCD50F4041235AB18B77E90493BB /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; + AA3ABCD50F4041235AB18B77E90493BB /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; AA5833023305460EAA41666DE843B579 /* FIRCLSSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m; sourceTree = ""; }; AA9F475A0404EAA38E87C4541F4605A5 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; AAE1BA3F24F49BD9BD9940277D28FD78 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; @@ -1661,17 +1658,17 @@ B3A453BE68C86CA6C3A909EB9856DC8D /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; B426E424A3A12FE624BF5DA91BFEB309 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; B42D5B22163E7E8CF3521A974DBF707F /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; - B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B4AFCDC82E15F7C772242F974714FA80 /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; B4DB0F83055D4DFDC40BC6A75DAE8684 /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; - B51D5F09969EFD60FDAA9DAA3CEF9378 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_encode.c; sourceTree = ""; }; + B51D5F09969EFD60FDAA9DAA3CEF9378 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; B5438A3BAA2FB270833489B5E601817B /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; B593CDC83EAD12DB472BAA49D51C4AC5 /* FIRMessagingBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingBackupExcludedPlist.m; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.m; sourceTree = ""; }; B6A54295DEEB6B6043DCDC8D965419C5 /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; B6B478DFA64E9B6721E60191B22C2784 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; B6E64683639475A37AA193CA8A322442 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; B6F355C6520C8BA8ABAFAADED0D46502 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - B736B5594E5690394C598B5A1E8BD158 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; + B736B5594E5690394C598B5A1E8BD158 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; B74500CCDF2241C562BB6FCE875F05A4 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; B7826391339988B8314C58453CD7409E /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; B7896D0476B31E50CABC37A723DB8C02 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; @@ -1700,7 +1697,7 @@ BF34EF8B36F04368A4500F6118BD30F9 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; BFE94969F37A542D18520BD3FCECED93 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h"; sourceTree = ""; }; C003965DE03961A0A33413A6E7F5F82E /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - C02BB1763A05C2CB9BD23A90DEEA4F26 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; + C02BB1763A05C2CB9BD23A90DEEA4F26 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; C06A7BD1767C0A3BE1A3F05883B760BA /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; C1525511DD5969EB92178DE84AFC8758 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; C247B91479029A52B6A36648A6125DF1 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; @@ -1710,7 +1707,7 @@ C38944FD03AC947533F011AB22443CDF /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; C3DE12DFFFA920EE7C68646297FBFE24 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; C3EAD8FEE212E2AC9F59FDE751C990A7 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - C42046E583F5580A97528641695A8F3D /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; + C42046E583F5580A97528641695A8F3D /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; C420974ED88EBC5D58A4E986D5065616 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; C464547A038B2A6B46C3D2817B3AB5D7 /* SQLite.swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SQLite.swift-dummy.m"; sourceTree = ""; }; C54624FE4E787E88C6C7F6DE591909D1 /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h; sourceTree = ""; }; @@ -1739,7 +1736,7 @@ CDFB41ADCEBE8EAE339BE7AB12226B92 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; CF03C9A64863DC425A6A23350B88CD68 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; CF5E50BF849380AEB98B3BA83EA649A9 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; - D04898218E259389FB904B2AC2A96531 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; + D04898218E259389FB904B2AC2A96531 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; D0A186D1783A4595A6E5FCC90DF39A56 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; D0A4FFE194A183A4BEE8B391F248AA85 /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; D11CBD55A69EC4A187B96FCAF5A04326 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; @@ -1781,7 +1778,7 @@ DD373BDA533C923713C7FE56D5BEBB00 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; DD4D66875F4454FC9CB891216C8DEF34 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; DD8DEEB83047327C931D76C17A8B3C4F /* SVProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVProgressHUD.debug.xcconfig; sourceTree = ""; }; - DDC61740279F93545F0256F15801FFE4 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + DDC61740279F93545F0256F15801FFE4 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; DDE9E821A7260A6995E9197C0F4CC3BF /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; DE8494E622FADF24FAEE0B954EE9118F /* FIRMessagingTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.m; sourceTree = ""; }; DF031BAC6D9A1E236511D140AA0C9FB6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; @@ -1791,7 +1788,7 @@ E1E595653C91EE36977D3CFEE92CE69D /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; E23350BE4CD9192A26F3E448E515DCD4 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; E27A50DA9E35674F4C6C06BCBDB66E28 /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E3284B58CECFD140C277A837A9E16BE5 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; E3312108B5126B9D764D0F685845B05C /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; E339BE937B5BD25D234FBBA42907C063 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; @@ -1815,7 +1812,7 @@ E87B92436336751CBA4FE89B9FF47900 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; E8B8996AF6CEB04DDAC85B7968A8C35C /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; E8F4D8F3D454BCBA2D72DE68D71299AC /* Pods-ExotelVoiceSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExotelVoiceSample.release.xcconfig"; sourceTree = ""; }; - E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SVProgressHUD; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E97F35ACE199C59990F3CF21CDA8AA76 /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; EA18BFAA15F7D188D9512EDBBC68FD65 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; EA5BC7ACE7447691B2D5DD0993488C2F /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; @@ -1850,7 +1847,7 @@ F4FB31B4A1BE5E92A7F707DFCB1AD426 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; F57E7BAEC44089F9886BDB1708FBA234 /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; F5D9FE3D11776F4C308679F413A0CC3C /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.swift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SQLite.swift; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F6983E5D7312FE92668D221D1C98FA09 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; F6AFF3D48768EF94F59A9551D566BC02 /* FIRCLSLaunchMarkerModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLaunchMarkerModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m; sourceTree = ""; }; F6F2A8813F13D8E0E93167867B8F216D /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; @@ -1859,7 +1856,7 @@ F8731CAEC5A6E57298B74C4D514ACB0B /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVIndefiniteAnimatedView.m; path = SVProgressHUD/SVIndefiniteAnimatedView.m; sourceTree = ""; }; F87A5C05B4C9F13375DE949E02211089 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; F8AE26D733AA98FA550032558E7321CA /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = FirebaseMessaging/Sources/FIRMessagingTopicsCommon.h; sourceTree = ""; }; - F91A9D7F1DB2390414676ACC6010B80B /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; + F91A9D7F1DB2390414676ACC6010B80B /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; F96124018A2ACF14EDD7AD02691B347C /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; FA27C326C93314067992ABCF955C30E8 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; FA3F15E18709D796D4AF3A522F21B978 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; @@ -2048,6 +2045,7 @@ 2971D8C0B92E74A19BF3FA46394929C6 /* Support Files */, 13C46F56ECA57E64451693D164F3AAD0 /* WithoutAdIdSupport */, ); + name = GoogleAppMeasurement; path = GoogleAppMeasurement; sourceTree = ""; }; @@ -2065,6 +2063,7 @@ 7E87BB034C032892C069865F5A079CD4 /* AdIdSupport */, F9F239464B4C6F8397BAB976229E42B6 /* Support Files */, ); + name = FirebaseAnalytics; path = FirebaseAnalytics; sourceTree = ""; }; @@ -2139,6 +2138,7 @@ 02023A0EF50184170C27641B229AB91E /* FIROptionsInternal.h */, 4A7F1CE1E15A65A0AB70F757B5B1F8B4 /* Support Files */, ); + name = FirebaseInstallations; path = FirebaseInstallations; sourceTree = ""; }; @@ -2164,6 +2164,7 @@ 1C3AC478226E13A981DAFDFBAC8F31EB /* CoreOnly */, B8EBF274DB5AF90EEA1539F35AA79FD3 /* Support Files */, ); + name = Firebase; path = Firebase; sourceTree = ""; }; @@ -2296,6 +2297,7 @@ 67323D1DF50D425A61D6801A6D7A133A /* FIRVersion.m */, BC243BD348C0D74BA1E0E80BF69C500D /* Support Files */, ); + name = FirebaseCore; path = FirebaseCore; sourceTree = ""; }; @@ -2357,6 +2359,7 @@ FF1885D64387BD0F4067C720C6075650 /* Resources */, C34FF9C0B0CBAD3419E889ED7A054138 /* Support Files */, ); + name = SVProgressHUD; path = SVProgressHUD; sourceTree = ""; }; @@ -2416,21 +2419,21 @@ 8E848BCCA3EC9FD37AD935AC1FB9F451 /* Products */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 9B6725B782188F18CB76A740433F14E4 /* DropDown.framework */, - E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore.framework */, - 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics.framework */, - 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics.framework */, - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations.framework */, - 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging.framework */, - 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport.framework */, - B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb.framework */, + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */, + 9B6725B782188F18CB76A740433F14E4 /* DropDown */, + E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */, + 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */, + 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */, + 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */, + 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */, + 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */, + B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */, + 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */, EBC10491D22DEE094AF6D6A1731C8D78 /* Pods-ExotelVoiceSample */, - 3347A1AB6546F0A3977529B8F199DC41 /* FBLPromises.framework */, - F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.framework */, - E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD.framework */, + 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */, + F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.swift */, + E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */, ); name = Products; sourceTree = ""; @@ -2462,6 +2465,7 @@ 20870D522196AA09BEB5144D22BEB287 /* Resources */, 919E37F164935112F4625BF3F4FC2472 /* Support Files */, ); + name = DropDown; path = DropDown; sourceTree = ""; }; @@ -2479,6 +2483,7 @@ 510AC5765F374AD8870810944A39E196 /* encode */, 9D4F96872A82810EF9ACB9256937D62C /* Support Files */, ); + name = nanopb; path = nanopb; sourceTree = ""; }; @@ -2526,6 +2531,7 @@ 2E876FDB2655E1F74A567F8A1B8968A4 /* standard */, 9AA390A1CB015A46F94812257B179A76 /* Support Files */, ); + name = SQLite.swift; path = SQLite.swift; sourceTree = ""; }; @@ -2542,6 +2548,7 @@ 3BB2AD8B85BA5F76C063EFDAAE49D44F /* Support Files */, 07F6BD6B7AAEE14E5BDC473A561AFAF7 /* UserDefaults */, ); + name = GoogleUtilities; path = GoogleUtilities; sourceTree = ""; }; @@ -2567,6 +2574,7 @@ AD39DE8998A5B4B1A64956DD7960E994 /* Validation.swift */, CBD4011892E6C591351CDC28D7940B8C /* Support Files */, ); + name = Alamofire; path = Alamofire; sourceTree = ""; }; @@ -2668,6 +2676,7 @@ 30D3FD9D340CBAB77CDF0C08BC3B2BCB /* GoogleDataTransport.h */, 800FA2FF74AF04375AF22F61AEAFDEAB /* Support Files */, ); + name = GoogleDataTransport; path = GoogleDataTransport; sourceTree = ""; }; @@ -2890,6 +2899,7 @@ D49694330EAE999EA216B318B1C549FE /* FIRStackFrame_Private.h */, 648B36E3042B515B8F1F8AEF8D47AB0A /* Support Files */, ); + name = FirebaseCrashlytics; path = FirebaseCrashlytics; sourceTree = ""; }; @@ -2912,6 +2922,7 @@ B38B430DDF5BF1AF8E2A5B5BB065EEA8 /* firebasecore.nanopb.h */, E12B6E06160B9FACA86999D270A6B72B /* Support Files */, ); + name = FirebaseCoreDiagnostics; path = FirebaseCoreDiagnostics; sourceTree = ""; }; @@ -2990,6 +3001,7 @@ 49EF3E903314737467611113DD9C1203 /* FBLPromises.h */, F4B69D4883EFF9EC0EF6B7BD7F04BC5F /* Support Files */, ); + name = PromisesObjC; path = PromisesObjC; sourceTree = ""; }; @@ -3100,6 +3112,7 @@ 23A71A63156F4BF5397A581F653C90E8 /* Resources */, C287D5A37E9D5ED56D0A14167D748925 /* Support Files */, ); + name = IQKeyboardManagerSwift; path = IQKeyboardManagerSwift; sourceTree = ""; }; @@ -3207,6 +3220,7 @@ 81D13CA74DB9EE7588A2310C6D86E55A /* NSError+FIRMessaging.m */, D493D086F143B781CB8968AFD939FB4C /* Support Files */, ); + name = FirebaseMessaging; path = FirebaseMessaging; sourceTree = ""; }; @@ -3735,7 +3749,7 @@ ); name = SVProgressHUD; productName = SVProgressHUD; - productReference = E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD.framework */; + productReference = E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */; productType = "com.apple.product-type.framework"; }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { @@ -3756,7 +3770,7 @@ ); name = PromisesObjC; productName = FBLPromises; - productReference = 3347A1AB6546F0A3977529B8F199DC41 /* FBLPromises.framework */; + productReference = 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */; productType = "com.apple.product-type.framework"; }; 3F2C1776D90B62B156DB52C41A5C419C /* SQLite.swift */ = { @@ -3774,7 +3788,7 @@ ); name = SQLite.swift; productName = SQLite; - productReference = F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.framework */; + productReference = F5FA45A44C42CC2CA3A324A3E914CE19 /* SQLite.swift */; productType = "com.apple.product-type.framework"; }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { @@ -3794,7 +3808,7 @@ ); name = FirebaseCore; productName = FirebaseCore; - productReference = E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore.framework */; + productReference = E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */; productType = "com.apple.product-type.framework"; }; 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */ = { @@ -3818,7 +3832,7 @@ ); name = FirebaseCrashlytics; productName = FirebaseCrashlytics; - productReference = 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics.framework */; + productReference = 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */; productType = "com.apple.product-type.framework"; }; 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */ = { @@ -3841,7 +3855,7 @@ ); name = FirebaseMessaging; productName = FirebaseMessaging; - productReference = 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging.framework */; + productReference = 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */; productType = "com.apple.product-type.framework"; }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { @@ -3862,7 +3876,7 @@ ); name = GoogleDataTransport; productName = GoogleDataTransport; - productReference = 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport.framework */; + productReference = 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */; productType = "com.apple.product-type.framework"; }; 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { @@ -3883,7 +3897,7 @@ ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; - productReference = 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics.framework */; + productReference = 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */; productType = "com.apple.product-type.framework"; }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { @@ -3904,7 +3918,7 @@ ); name = FirebaseInstallations; productName = FirebaseInstallations; - productReference = 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations.framework */; + productReference = 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */; productType = "com.apple.product-type.framework"; }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { @@ -3923,7 +3937,7 @@ ); name = GoogleUtilities; productName = GoogleUtilities; - productReference = B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities.framework */; + productReference = B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */; productType = "com.apple.product-type.framework"; }; 9FAD4AA867BF13F94230EE657A316709 /* Pods-ExotelVoiceSample */ = { @@ -3976,7 +3990,7 @@ ); name = IQKeyboardManagerSwift; productName = IQKeyboardManagerSwift; - productReference = A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */; + productReference = A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */; productType = "com.apple.product-type.framework"; }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { @@ -3994,7 +4008,7 @@ ); name = nanopb; productName = nanopb; - productReference = 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb.framework */; + productReference = 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */; productType = "com.apple.product-type.framework"; }; E9F9401E9C74C0C393164FD8D86D0068 /* DropDown */ = { @@ -4012,7 +4026,7 @@ ); name = DropDown; productName = DropDown; - productReference = 9B6725B782188F18CB76A740433F14E4 /* DropDown.framework */; + productReference = 9B6725B782188F18CB76A740433F14E4 /* DropDown */; productType = "com.apple.product-type.framework"; }; EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */ = { @@ -4030,7 +4044,7 @@ ); name = Alamofire; productName = Alamofire; - productReference = 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */; + productReference = 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -4039,16 +4053,11 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1240; - LastUpgradeCheck = 1340; - TargetAttributes = { - 3F2C1776D90B62B156DB52C41A5C419C = { - LastSwiftMigration = 1340; - }; - }; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 10.0"; + compatibilityVersion = "Xcode 12.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( @@ -4969,7 +4978,7 @@ GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -4995,7 +5004,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5019,7 +5028,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5038,6 +5047,44 @@ }; name = Debug; }; + 0E37CF9DC02A5404F5CB455C88B1D304 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E8F4D8F3D454BCBA2D72DE68D71299AC /* Pods-ExotelVoiceSample.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 0E4224AC84A8A7402DDD36AECF30540C /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A8B01EDF0F79FC04E478B7FBD64CA1A8 /* PromisesObjC.debug.xcconfig */; @@ -5052,7 +5099,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5086,7 +5133,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5119,7 +5166,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5139,72 +5186,6 @@ }; name = Release; }; - 2B9E26EAE2CD392AD762421F663075A1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; 2EE9461356CC7706CA62E729B5C52302 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 080B77D38957074B5D3645BF2E11202A /* SQLite.swift.debug.xcconfig */; @@ -5220,7 +5201,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5232,7 +5213,6 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -5253,7 +5233,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5286,7 +5266,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5321,7 +5301,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5354,7 +5334,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5387,7 +5367,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5421,7 +5401,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5441,7 +5421,42 @@ }; name = Release; }; - 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */ = { + 68B1AE02C35B3BF9B0A358B7D7F26055 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A7B5C0EBB286A4C518059875252190C7 /* Alamofire.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Alamofire/Alamofire-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap"; + PRODUCT_MODULE_NAME = Alamofire; + PRODUCT_NAME = Alamofire; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -5476,13 +5491,16 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -5491,126 +5509,17 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MTL_ENABLE_DEBUG_INFO = NO; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; }; - name = Release; - }; - 68B1AE02C35B3BF9B0A358B7D7F26055 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A7B5C0EBB286A4C518059875252190C7 /* Alamofire.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Alamofire/Alamofire-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap"; - PRODUCT_MODULE_NAME = Alamofire; - PRODUCT_NAME = Alamofire; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 70EBC9741595E5903EF01D2BFFA842FC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E8F4D8F3D454BCBA2D72DE68D71299AC /* Pods-ExotelVoiceSample.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 82CA61BFBA7E65742FE123CECE484E46 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D1BC40B081149C996A985D622DD46A98 /* Pods-ExotelVoiceSample.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; name = Debug; }; 8E29FAC29B2EE31FD6BED1820A1E1848 /* Release */ = { @@ -5619,7 +5528,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5637,7 +5546,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5648,6 +5557,68 @@ }; name = Release; }; + 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; A457D79638ABBDC47B2FB5990D4C141E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F3446E8254427D85DEE5BF2248E568AD /* IQKeyboardManagerSwift.release.xcconfig */; @@ -5663,7 +5634,7 @@ GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5697,7 +5668,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5724,7 +5695,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5749,7 +5720,7 @@ GCC_PREFIX_HEADER = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-prefix.pch"; INFOPLIST_FILE = "Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5782,7 +5753,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5815,7 +5786,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5849,7 +5820,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5883,7 +5854,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5918,7 +5889,7 @@ GCC_PREFIX_HEADER = "Target Support Files/DropDown/DropDown-prefix.pch"; INFOPLIST_FILE = "Target Support Files/DropDown/DropDown-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5944,7 +5915,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5970,7 +5941,7 @@ GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch"; INFOPLIST_FILE = "Target Support Files/Alamofire/Alamofire-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6004,7 +5975,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6016,7 +5987,6 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -6038,7 +6008,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6072,7 +6042,7 @@ GCC_PREFIX_HEADER = "Target Support Files/DropDown/DropDown-prefix.pch"; INFOPLIST_FILE = "Target Support Files/DropDown/DropDown-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6091,6 +6061,43 @@ }; name = Debug; }; + E3AA70285C4444A68641292124764835 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D1BC40B081149C996A985D622DD46A98 /* Pods-ExotelVoiceSample.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; E7C4E72588BA38523B53DEC049091E02 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = BF199243538A4C867600CD8971AB5E06 /* SVProgressHUD.release.xcconfig */; @@ -6106,7 +6113,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6141,7 +6148,7 @@ GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6166,7 +6173,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6190,7 +6197,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6216,8 +6223,8 @@ 0CB1C6DA1A2547F84AFD6877F5820D8E /* Build configuration list for PBXNativeTarget "Pods-ExotelVoiceSample" */ = { isa = XCConfigurationList; buildConfigurations = ( - 82CA61BFBA7E65742FE123CECE484E46 /* Debug */, - 70EBC9741595E5903EF01D2BFFA842FC /* Release */, + E3AA70285C4444A68641292124764835 /* Debug */, + 0E37CF9DC02A5404F5CB455C88B1D304 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6270,8 +6277,8 @@ 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2B9E26EAE2CD392AD762421F663075A1 /* Debug */, - 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */, + 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */, + 9E406C6AAF85E580207CD97B0044DEAB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire-Info.plist index 0dbae30..28d5448 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig index 6876d98..0dc8316 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig @@ -1,10 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Alamofire GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Alamofire PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig index 6876d98..0dc8316 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig @@ -1,10 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Alamofire GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Alamofire PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown-Info.plist index e31aeda..c80a36a 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.debug.xcconfig index 708ee87..9e6e6c3 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.debug.xcconfig @@ -1,10 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DropDown GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/DropDown PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.release.xcconfig index 708ee87..9e6e6c3 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/DropDown/DropDown.release.xcconfig @@ -1,10 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DropDown GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/DropDown PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig index 3be7de9..477033f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig @@ -6,6 +6,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/ OTHER_LDFLAGS = $(inherited) -framework "StoreKit" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Firebase PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.release.xcconfig index 3be7de9..477033f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Firebase/Firebase.release.xcconfig @@ -6,6 +6,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/ OTHER_LDFLAGS = $(inherited) -framework "StoreKit" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Firebase PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh index 72456d2..473294c 100755 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh @@ -14,6 +14,54 @@ trap 'on_error $LINENO' ERR RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") +variant_for_slice() +{ + case "$1" in + "FirebaseAnalytics.xcframework/ios-arm64_armv7") + echo "" + ;; + "FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator") + echo "simulator" + ;; + "FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst") + echo "maccatalyst" + ;; + "FirebaseAnalytics.xcframework/macos-arm64_x86_64") + echo "" + ;; + "FirebaseAnalytics.xcframework/tvos-arm64") + echo "" + ;; + "FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator") + echo "simulator" + ;; + esac +} + +archs_for_slice() +{ + case "$1" in + "FirebaseAnalytics.xcframework/ios-arm64_armv7") + echo "arm64 armv7" + ;; + "FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator") + echo "arm64 i386 x86_64" + ;; + "FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst") + echo "arm64 x86_64" + ;; + "FirebaseAnalytics.xcframework/macos-arm64_x86_64") + echo "arm64 x86_64" + ;; + "FirebaseAnalytics.xcframework/tvos-arm64") + echo "arm64" + ;; + "FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; + esac +} + copy_dir() { local source="$1" @@ -27,7 +75,9 @@ copy_dir() SELECT_SLICE_RETVAL="" select_slice() { - local paths=("$@") + local xcframework_name="$1" + xcframework_name="${xcframework_name##*/}" + local paths=("${@:2}") # Locate the correct slice of the .xcframework for the current architectures local target_path="" @@ -43,29 +93,15 @@ select_slice() { fi for i in ${!paths[@]}; do local matched_all_archs="1" - for target_arch in $target_archs - do - if ! [[ "${paths[$i]}" == *"$target_variant"* ]]; then - matched_all_archs="0" - break - fi - - # Verifies that the path contains the variant string (simulator or maccatalyst) if the variant is set. - if [[ -z "$target_variant" && ("${paths[$i]}" == *"simulator"* || "${paths[$i]}" == *"maccatalyst"*) ]]; then + local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")" + local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")" + for target_arch in $target_archs; do + if ! [[ "${slice_variant}" == "$target_variant" ]]; then matched_all_archs="0" break fi - # This regex matches all possible variants of the arch in the folder name: - # Let's say the folder name is: ios-armv7_armv7s_arm64_arm64e/CoconutLib.framework - # We match the following: -armv7_, _armv7s_, _arm64_ and _arm64e/. - # If we have a specific variant: ios-i386_x86_64-simulator/CoconutLib.framework - # We match the following: -i386_ and _x86_64- - # When the .xcframework wraps a static library, the folder name does not include - # any .framework. In that case, the folder name can be: ios-arm64_armv7 - # We also match _armv7$ to handle that case. - local target_arch_regex="[_\-]${target_arch}([\/_\-]|$)" - if ! [[ "${paths[$i]}" =~ $target_arch_regex ]]; then + if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then matched_all_archs="0" break fi @@ -87,10 +123,10 @@ install_xcframework() { local paths=("${@:4}") # Locate the correct slice of the .xcframework for the current architectures - select_slice "${paths[@]}" + select_slice "${basepath}" "${paths[@]}" local target_path="$SELECT_SLICE_RETVAL" if [[ -z "$target_path" ]]; then - echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})." return fi local source="$basepath/$target_path" @@ -105,5 +141,5 @@ install_xcframework() { echo "Copied $source to $destination" } -install_xcframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework" "FirebaseAnalytics/AdIdSupport" "framework" "ios-arm64_i386_x86_64-simulator" "ios-arm64_armv7" "ios-arm64_x86_64-maccatalyst" +install_xcframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework" "FirebaseAnalytics/AdIdSupport" "framework" "ios-arm64_armv7" "ios-arm64_i386_x86_64-simulator" "ios-arm64_x86_64-maccatalyst" diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig index cf971be..b7bd31a 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig @@ -5,6 +5,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseAnalytics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig index cf971be..b7bd31a 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig @@ -5,6 +5,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseAnalytics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist index 32e54f9..605b55f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig index 90113a0..ab957ae 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig @@ -8,6 +8,7 @@ OTHER_CFLAGS = $(inherited) -fno-autolink OTHER_LDFLAGS = $(inherited) -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCore PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig index 90113a0..ab957ae 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig @@ -8,6 +8,7 @@ OTHER_CFLAGS = $(inherited) -fno-autolink OTHER_LDFLAGS = $(inherited) -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCore PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist index 40c95fb..8f3ff49 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig index e5b1e9a..86d9a65 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig @@ -9,6 +9,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -framework "CoreTelephony" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCoreDiagnostics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig index e5b1e9a..86d9a65 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig @@ -9,6 +9,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -framework "CoreTelephony" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCoreDiagnostics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist index 32e54f9..605b55f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig index 124a34a..fd6d547 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreTelephony" -framework "FBLPromises" -framework "FirebaseCore" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCrashlytics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig index 124a34a..fd6d547 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreTelephony" -framework "FBLPromises" -framework "FirebaseCore" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCrashlytics PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist index 32e54f9..605b55f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig index 8acd7ce..52e2ac9 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -framework "FBLPromises" -framework "FirebaseCore" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseInstallations PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig index 8acd7ce..52e2ac9 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -framework "FBLPromises" -framework "FirebaseCore" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseInstallations PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist index 32e54f9..605b55f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.debug.xcconfig index eccdf8f..f24e304 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.debug.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "CoreTelephony" -framework "FirebaseCore" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseMessaging PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.release.xcconfig index eccdf8f..f24e304 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.release.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "CoreTelephony" -framework "FirebaseCore" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseMessaging PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh index 53d28f1..98990b2 100755 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh @@ -14,6 +14,90 @@ trap 'on_error $LINENO' ERR RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") +variant_for_slice() +{ + case "$1" in + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7") + echo "" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator") + echo "simulator" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst") + echo "maccatalyst" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64") + echo "" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64") + echo "" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator") + echo "simulator" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_armv7") + echo "" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator") + echo "simulator" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst") + echo "maccatalyst" + ;; + "GoogleAppMeasurement.xcframework/macos-arm64_x86_64") + echo "" + ;; + "GoogleAppMeasurement.xcframework/tvos-arm64") + echo "" + ;; + "GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator") + echo "simulator" + ;; + esac +} + +archs_for_slice() +{ + case "$1" in + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7") + echo "arm64 armv7" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator") + echo "arm64 i386 x86_64" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst") + echo "arm64 x86_64" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64") + echo "arm64 x86_64" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64") + echo "arm64" + ;; + "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_armv7") + echo "arm64 armv7" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator") + echo "arm64 i386 x86_64" + ;; + "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst") + echo "arm64 x86_64" + ;; + "GoogleAppMeasurement.xcframework/macos-arm64_x86_64") + echo "arm64 x86_64" + ;; + "GoogleAppMeasurement.xcframework/tvos-arm64") + echo "arm64" + ;; + "GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; + esac +} + copy_dir() { local source="$1" @@ -27,7 +111,9 @@ copy_dir() SELECT_SLICE_RETVAL="" select_slice() { - local paths=("$@") + local xcframework_name="$1" + xcframework_name="${xcframework_name##*/}" + local paths=("${@:2}") # Locate the correct slice of the .xcframework for the current architectures local target_path="" @@ -43,29 +129,15 @@ select_slice() { fi for i in ${!paths[@]}; do local matched_all_archs="1" - for target_arch in $target_archs - do - if ! [[ "${paths[$i]}" == *"$target_variant"* ]]; then - matched_all_archs="0" - break - fi - - # Verifies that the path contains the variant string (simulator or maccatalyst) if the variant is set. - if [[ -z "$target_variant" && ("${paths[$i]}" == *"simulator"* || "${paths[$i]}" == *"maccatalyst"*) ]]; then + local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")" + local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")" + for target_arch in $target_archs; do + if ! [[ "${slice_variant}" == "$target_variant" ]]; then matched_all_archs="0" break fi - # This regex matches all possible variants of the arch in the folder name: - # Let's say the folder name is: ios-armv7_armv7s_arm64_arm64e/CoconutLib.framework - # We match the following: -armv7_, _armv7s_, _arm64_ and _arm64e/. - # If we have a specific variant: ios-i386_x86_64-simulator/CoconutLib.framework - # We match the following: -i386_ and _x86_64- - # When the .xcframework wraps a static library, the folder name does not include - # any .framework. In that case, the folder name can be: ios-arm64_armv7 - # We also match _armv7$ to handle that case. - local target_arch_regex="[_\-]${target_arch}([\/_\-]|$)" - if ! [[ "${paths[$i]}" =~ $target_arch_regex ]]; then + if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then matched_all_archs="0" break fi @@ -87,10 +159,10 @@ install_xcframework() { local paths=("${@:4}") # Locate the correct slice of the .xcframework for the current architectures - select_slice "${paths[@]}" + select_slice "${basepath}" "${paths[@]}" local target_path="$SELECT_SLICE_RETVAL" if [[ -z "$target_path" ]]; then - echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})." return fi local source="$basepath/$target_path" @@ -105,6 +177,6 @@ install_xcframework() { echo "Copied $source to $destination" } -install_xcframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework" "GoogleAppMeasurement/AdIdSupport" "framework" "ios-arm64_x86_64-maccatalyst" "ios-arm64_armv7" "ios-arm64_i386_x86_64-simulator" -install_xcframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework" "GoogleAppMeasurement/WithoutAdIdSupport" "framework" "ios-arm64_x86_64-maccatalyst" "ios-arm64_i386_x86_64-simulator" "ios-arm64_armv7" +install_xcframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework" "GoogleAppMeasurement/AdIdSupport" "framework" "ios-arm64_armv7" "ios-arm64_i386_x86_64-simulator" "ios-arm64_x86_64-maccatalyst" +install_xcframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework" "GoogleAppMeasurement/WithoutAdIdSupport" "framework" "ios-arm64_armv7" "ios-arm64_i386_x86_64-simulator" "ios-arm64_x86_64-maccatalyst" diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig index 01f2bbb..0f1228c 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig @@ -5,6 +5,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig index 01f2bbb..0f1228c 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig @@ -5,6 +5,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist index 4be429b..7a58990 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig index 656e7c2..a8bd836 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig @@ -8,6 +8,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}/" OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreTelephony" -framework "FBLPromises" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransport PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig index 656e7c2..a8bd836 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig @@ -8,6 +8,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}/" OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreTelephony" -framework "FBLPromises" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" -framework "nanopb" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransport PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist index bbc5ff5..6dd428e 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig index 1136499..d3cff7f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"z" -framework "FBLPromises" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleUtilities PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig index 1136499..d3cff7f 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig @@ -7,6 +7,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_LDFLAGS = $(inherited) -l"z" -framework "FBLPromises" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleUtilities PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist index 6406150..df5d16d 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.debug.xcconfig index c135593..fadc36b 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.debug.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "Foundation" -framework "QuartzCore" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/IQKeyboardManagerSwift PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.release.xcconfig index c135593..fadc36b 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.release.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "Foundation" -framework "QuartzCore" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/IQKeyboardManagerSwift PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist index 2243fe6..19cf209 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-frameworks.sh b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-frameworks.sh index 283ac50..1498322 100755 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-frameworks.sh +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample-frameworks.sh @@ -18,7 +18,7 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" BCSYMBOLMAP_DIR="BCSymbolMaps" diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.debug.xcconfig index 2a923b8..6b6aa2d 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DropDown/DropDown.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "CoreGraphics" -framework "CoreTelephony" -framework "DropDown" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "IQKeyboardManagerSwift" -framework "QuartzCore" -framework "SQLite" -framework "SVProgressHUD" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.release.xcconfig index 2a923b8..6b6aa2d 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/Pods-ExotelVoiceSample/Pods-ExotelVoiceSample.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DropDown/DropDown.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "CoreGraphics" -framework "CoreTelephony" -framework "DropDown" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleUtilities" -framework "IQKeyboardManagerSwift" -framework "QuartzCore" -framework "SQLite" -framework "SVProgressHUD" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist index 0a12077..6efd186 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig index 1f5ad57..5a6ca69 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig @@ -4,6 +4,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/PromisesObjC PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig index 1f5ad57..5a6ca69 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig @@ -4,6 +4,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/PromisesObjC PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift-Info.plist index 2f16b28..f051027 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.debug.xcconfig index 9de3d88..eb9d88d 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.debug.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"sqlite3" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SQLite.swift PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.release.xcconfig index 9de3d88..eb9d88d 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SQLite.swift/SQLite.swift.release.xcconfig @@ -1,11 +1,12 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"sqlite3" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SQLite.swift PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist index ce4ba6f..91b625b 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig index 821dee8..5784bf2 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig @@ -4,6 +4,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SVProgressHUD PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig index 821dee8..5784bf2 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig @@ -4,6 +4,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SVProgressHUD PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb-Info.plist b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb-Info.plist index 658a7bf..e9c58cf 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb-Info.plist +++ b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig index 7156998..b682973 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig @@ -3,6 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/nanopb GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/nanopb PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.release.xcconfig b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.release.xcconfig index 7156998..b682973 100644 --- a/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.release.xcconfig +++ b/Exotel-Voice-Sample/Pods/Target Support Files/nanopb/nanopb.release.xcconfig @@ -3,6 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/nanopb GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/nanopb PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates diff --git a/SDK/ExotelVoice.-1.0.3.xcframework.zip b/SDK/ExotelVoice.-1.0.3.xcframework.zip new file mode 100644 index 0000000..4506f3a Binary files /dev/null and b/SDK/ExotelVoice.-1.0.3.xcframework.zip differ