|
@@ -14,3 +14,6 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.${PRODUCT_NAME:rfc1034identifier}
|
|
|
|
|
|
OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies
|
|
OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -debug-time-function-bodies
|
|
|
|
+
|
|
|
|
+// Disable for tests. https://twitter.com/krzyzanowskim/status/1191515868401983489
|
|
|
|
+BUILD_LIBRARY_FOR_DISTRIBUTION = NO
|