Skip to content

Commit 254386a

Browse files
committed
SlackTextViewController configuration updated for Tuist
1 parent 5280ae3 commit 254386a

File tree

5 files changed

+15
-1080
lines changed

5 files changed

+15
-1080
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Carthage/
2121
SlackTextViewController/Pods
2222
SlackTextViewController/Podfile.lock
2323
SlackTextViewController/*.xcworkspace
24+
**/*.xcodeproj

SlackTextViewController/SlackTextViewController.xcconfig

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,20 @@ ENABLE_NS_ASSERTIONS[config=Release]=NO
4747
ENABLE_TESTABILITY[config=Debug]=YES
4848
GCC_DYNAMIC_NO_PIC[config=Debug]=NO
4949
GCC_OPTIMIZATION_LEVEL[config=Debug]=0
50-
GCC_PREPROCESSOR_DEFINITIONS[config=Debug]=["DEBUG=1", "$(inherited)"]
50+
GCC_PREPROCESSOR_DEFINITIONS[config=Debug]=DEBUG=1 $(inherited)
5151
MTL_ENABLE_DEBUG_INFO[config=Debug]=YES
5252
MTL_ENABLE_DEBUG_INFO[config=Release]=NO
5353
ONLY_ACTIVE_ARCH[config=Debug]=YES
54-
VALIDATE_PRODUCT[config=Release]=YES
54+
VALIDATE_PRODUCT[config=Release]=YES
55+
56+
CODE_SIGN_IDENTITY=
57+
DEFINES_MODULE=YES
58+
DYLIB_COMPATIBILITY_VERSION=1
59+
DYLIB_CURRENT_VERSION=1
60+
DYLIB_INSTALL_NAME_BASE=@rpath
61+
INFOPLIST_FILE=SlackTextViewController/Info.plist
62+
INSTALL_PATH=$(LOCAL_LIBRARY_DIR)/Frameworks
63+
LD_RUNPATH_SEARCH_PATHS=$(inherited) @executable_path/Frameworks @loader_path/Frameworks
64+
PRODUCT_BUNDLE_IDENTIFIER=com.slack.SlackTextViewController
65+
PRODUCT_NAME=$(TARGET_NAME)
66+
SKIP_INSTALL=YES

0 commit comments

Comments
 (0)