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

Commit

Permalink
fix: configuration updates to setup fresh codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
shafqat-muneer committed Dec 6, 2023
1 parent 84534e0 commit aa35f1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Uncomment this line to define a global platform for your project
use_modular_headers!

platform :ios, '13.0'

source 'https://cdn.cocoapods.org/'
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

0 comments on commit aa35f1a

Please sign in to comment.