Skip to content

Commit

Permalink
Merge pull request #69 from CodaFi/with-a-bow-on-top
Browse files Browse the repository at this point in the history
Remove build constant
  • Loading branch information
CodaFi authored Nov 2, 2017
2 parents 7e6feed + bffbf3c commit 140f151
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Sources/Swiftx/Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Maxwell Swadling. All rights reserved.
//

#if !XCODE_BUILD
#if SWIFT_PACKAGE
import Operadics
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/Swiftx/Combinators.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Maxwell Swadling. All rights reserved.
//

#if !XCODE_BUILD
#if SWIFT_PACKAGE
import Operadics
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/Swiftx/Either.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Maxwell Swadling. All rights reserved.
//

#if !XCODE_BUILD
#if SWIFT_PACKAGE
import Operadics
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/Swiftx/Optional.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Maxwell Swadling. All rights reserved.
//

#if !XCODE_BUILD
#if SWIFT_PACKAGE
import Operadics
#endif

Expand Down
16 changes: 8 additions & 8 deletions Swiftx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.Swiftx-tvOS";
PRODUCT_NAME = Swiftx;
SDKROOT = appletvos;
Expand All @@ -822,7 +822,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.Swiftx-tvOS";
PRODUCT_NAME = Swiftx;
SDKROOT = appletvos;
Expand Down Expand Up @@ -884,7 +884,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.Swiftx-watchOS";
PRODUCT_NAME = Swiftx;
SDKROOT = watchos;
Expand All @@ -910,7 +910,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.Swiftx-watchOS";
PRODUCT_NAME = Swiftx;
SDKROOT = watchos;
Expand Down Expand Up @@ -1040,7 +1040,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -1061,7 +1061,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1128,7 +1128,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Swiftx;
SDKROOT = iphoneos;
Expand All @@ -1152,7 +1152,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-DXCODE_BUILD";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Swiftx;
SDKROOT = iphoneos;
Expand Down

0 comments on commit 140f151

Please sign in to comment.