summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/project.yml b/project.yml
index fcadbcb..8b62b41 100644
--- a/project.yml
+++ b/project.yml
@@ -16,7 +16,6 @@ settings:
SWIFT_VERSION: 6.0
configs:
debug:
- GCC_PREPROCESSOR_DEFINITIONS: DEBUG=1 $(inherited)
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG $(inherited)
packages:
Alamofire:
@@ -63,11 +62,8 @@ targets:
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
IPHONEOS_DEPLOYMENT_TARGET: 18.2
- LD_RUNPATH_SEARCH_PATHS: "@executable_path/Frameworks"
- LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]: "@executable_path/../Frameworks"
MACOSX_DEPLOYMENT_TARGET: 15.2
MARKETING_VERSION: 1.0
- PRODUCT_NAME: $(TARGET_NAME)
SDKROOT: auto
SUPPORTED_PLATFORMS: iphoneos iphonesimulator macosx xros xrsimulator
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: YES