Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

fix: Configuration Updates To Setup Fresh Codebase #1815

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@ platform :ios, '13.0'
source 'https://cdn.cocoapods.org/'

project 'edX.xcodeproj'
use_modular_headers!

target 'edX' do
pod 'Analytics', '= 4.1.8'
pod 'BranchSDK', '= 2.0.0'
pod 'DateTools', '= 2.0.0'
pod 'FBSDKCoreKit', '= 16.0.0'
pod 'FBSDKLoginKit', '= 16.0.0'
pod 'Firebase', '= 10.5.0', :modular_headers => true
pod 'Firebase', '= 10.5.0'
pod 'FirebaseAnalytics', '= 10.5.0'
pod 'FirebaseCore', '= 10.5.0', :modular_headers => true
pod 'FirebaseCoreInternal', '= 10.5.0', :modular_headers => true
pod 'FirebaseCore', '= 10.5.0'
pod 'FirebaseCoreInternal', '= 10.5.0'
pod 'FirebaseCrashlytics', '= 10.5.0'
pod 'FirebaseInAppMessaging', '= 10.5.0-beta'
pod 'FirebaseMessaging', '= 10.5.0'
pod 'FirebasePerformance', '= 10.5.0'
pod 'google-cast-sdk-no-bluetooth-xcframework', '~> 4.8.0'
pod 'GoogleSignIn', '~> 7.0.0'
pod 'GoogleUtilities', '= 7.11.0', :modular_headers => true
pod 'GoogleUtilities', '= 7.11.0'
pod 'Masonry', '= 1.1.0'
pod 'MSAL', '= 1.2.5', :modular_headers => true
pod 'MSAL', '= 1.2.5'
pod 'NewRelicAgent', '= 7.4.2'
pod 'Segment-Appboy', '= 4.6.0'
pod 'Smartling.i18n', '~> 1.0.14'
Expand All @@ -33,8 +34,8 @@ end
target 'edXTests' do
use_frameworks!
pod 'iOSSnapshotTestCase', '= 6.2.0'
pod 'OHHTTPStubs', '~> 4.0', :modular_headers => true
pod 'OCMock', '~> 3.9.3', :modular_headers => true
pod 'OHHTTPStubs', '~> 4.0'
pod 'OCMock', '~> 3.9.3'
end

dynamic_frameworks = ['MSAL']
Expand Down
2 changes: 1 addition & 1 deletion Pods/Target Support Files/Pods-edX/Pods-edX-frameworks.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions edX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5588,7 +5588,7 @@
EXCLUDED_ARCHS = "$(inherited)";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)/**",
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Libraries/",
"$(PROJECT_DIR)/Libraries/SwiftyStoreKit",
Expand Down Expand Up @@ -6066,7 +6066,7 @@
EXCLUDED_ARCHS = "$(inherited)";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)/**",
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Libraries/",
"$(PROJECT_DIR)/Libraries/SwiftyStoreKit",
Expand Down Expand Up @@ -6156,7 +6156,7 @@
EXCLUDED_ARCHS = "$(inherited)";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)/**",
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Libraries/",
"$(PROJECT_DIR)/Libraries/SwiftyStoreKit",
Expand Down