summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.xcodeproj
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-09-27 10:05:32 -0400
committerGitHub <noreply@github.com>2021-09-27 10:05:32 -0400
commitba251e2cd09ffe478f7eab0c861ca58ccd98981e (patch)
tree80771e1e90a14446134a224d5a7319350a2146e7 /SmartDeviceLink-iOS.xcodeproj
parent6eaf543e6b6ecea478bd760be9cbf37564398681 (diff)
parente5683a078e9d120303dc331fec890fc38b929247 (diff)
downloadsdl_ios-ba251e2cd09ffe478f7eab0c861ca58ccd98981e.tar.gz
Merge pull request #2040 from smartdevicelink/bugfix/issue-2034-file-manager-multiple-uploads
Fix file operations check file system at queue time instead of run time
Diffstat (limited to 'SmartDeviceLink-iOS.xcodeproj')
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index 4fe6cebb4..1dcef80c6 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -9579,10 +9579,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
+ GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNKNOWN_PRAGMAS = YES;