-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7262852
commit 8e31ff9
Showing
6 changed files
with
72 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
{PROJECT_NAME}/Configurations/Plists/GoogleService/Dev/GoogleService-Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
</dict> | ||
</plist> | ||
<!-- REPLACE WITH GoogleService-Info.plist IN STAGING --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
BUILD_ACTIVE_RESOURCES_ONLY = YES | ||
DEBUG_INFORMATION_FORMAT = dwarf | ||
ENABLE_NS_ASSERTIONS = YES | ||
ENABLE_TESTABILITY = YES | ||
GCC_OPTIMIZATION_LEVEL = 0 | ||
ONLY_ACTIVE_ARCH = YES | ||
SWIFT_OPTIMIZATION_LEVEL = -Onone | ||
|
||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1 DEV=1 | ||
APP_DISPLAY_NAME = $(TARGET_NAME) Dev | ||
PRODUCT_BUNDLE_IDENTIFIER = {BUNDLE_ID_DEV} | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG DEV | ||
OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -warn-long-expression-type-checking=300 -Xfrontend -warn-long-function-bodies=300 |
12 changes: 12 additions & 0 deletions
12
{PROJECT_NAME}/Configurations/XCConfigs/ReleaseDev.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | ||
ENABLE_NS_ASSERTIONS = NO | ||
GCC_OPTIMIZATION_LEVEL = s | ||
SWIFT_COMPILATION_MODE = wholemodule | ||
SWIFT_OPTIMIZATION_LEVEL = -O | ||
ENABLE_BITCODE = NO | ||
|
||
ENABLE_BITCODE = NO | ||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEV=1 | ||
APP_DISPLAY_NAME = $(TARGET_NAME) DEV | ||
PRODUCT_BUNDLE_IDENTIFIER = {BUNDLE_ID_DEV} | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEV RELEASE |