Removed podspec and xcodeproj.
This commit is contained in:
parent
40feea4ab1
commit
44f955a8e5
|
@ -1,42 +0,0 @@
|
||||||
#
|
|
||||||
# Be sure to run `pod lib lint Reflex.podspec' to ensure this is a
|
|
||||||
# valid spec before submitting.
|
|
||||||
#
|
|
||||||
# Any lines starting with a # are optional, but their use is encouraged
|
|
||||||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
|
||||||
#
|
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
|
||||||
s.name = 'Reflex'
|
|
||||||
s.version = '0.1.0'
|
|
||||||
s.summary = 'Reflex is a very small and compact Functional Reactive Programming library which is used to implement the Edge event system.'
|
|
||||||
|
|
||||||
# This description is used to generate tags and improve search results.
|
|
||||||
# * Think: What does it do? Why did you write it? What is the focus?
|
|
||||||
# * Try to keep it short, snappy and to the point.
|
|
||||||
# * Write the description between the DESC delimiters below.
|
|
||||||
# * Finally, don't worry about the indent, CocoaPods strips it!
|
|
||||||
|
|
||||||
s.description = <<-DESC
|
|
||||||
It is inspired by ReactiveCocoa, but the API has been greatly reduced in scope and simplified. The Reflex API is designed so that it can also be used as a simple callback system, much like Node.js Events. No functional programming necessary.
|
|
||||||
DESC
|
|
||||||
|
|
||||||
s.homepage = 'https://github.com/SwiftOnEdge/Reflex'
|
|
||||||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
||||||
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
|
|
||||||
s.author = { 'SwiftOnEdge' => 'https://github.com/SwiftOnEdge' }
|
|
||||||
s.source = { :git => 'https://github.com/SwiftOnEdge/Reflex.git', :tag => s.version.to_s }
|
|
||||||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
||||||
|
|
||||||
s.ios.deployment_target = '8.0'
|
|
||||||
|
|
||||||
s.source_files = 'Sources/**/*'
|
|
||||||
|
|
||||||
# s.resource_bundles = {
|
|
||||||
# 'Reflex' => ['Reflex/Assets/*.png']
|
|
||||||
# }
|
|
||||||
|
|
||||||
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
||||||
# s.frameworks = 'UIKit', 'MapKit'
|
|
||||||
# s.dependency 'AFNetworking', '~> 2.3'
|
|
||||||
end
|
|
|
@ -1,25 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>BNDL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
||||||
<key>NSPrincipalClass</key>
|
|
||||||
<string></string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -1,26 +0,0 @@
|
||||||
<?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>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>FMWK</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
||||||
<key>NSPrincipalClass</key>
|
|
||||||
<string></string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -1,365 +0,0 @@
|
||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 46;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
DC30FA8A1DDAFFED00C2CC7F /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC30FA891DDAFFED00C2CC7F /* Error.swift */; };
|
|
||||||
OBJ_26 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Bag.swift */; };
|
|
||||||
OBJ_27 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Source.swift */; };
|
|
||||||
OBJ_28 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* Disposable.swift */; };
|
|
||||||
OBJ_29 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* Event.swift */; };
|
|
||||||
OBJ_30 /* Observer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* Observer.swift */; };
|
|
||||||
OBJ_31 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* Signal.swift */; };
|
|
||||||
OBJ_38 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Tests.swift */; };
|
|
||||||
OBJ_40 /* Reflex.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Reflex.framework */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
|
||||||
DC30FA851DDAF11900C2CC7F /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = OBJ_1 /* Project object */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = OBJ_21;
|
|
||||||
remoteInfo = Reflex;
|
|
||||||
};
|
|
||||||
/* End PBXContainerItemProxy section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
DC30FA891DDAFFED00C2CC7F /* Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_10 /* Source.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Source.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_11 /* Disposable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Disposable.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_12 /* Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Event.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_13 /* Observer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Observer.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_14 /* Signal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Signal.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_17 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_19 /* Reflex.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Reflex.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
OBJ_20 /* ReflexTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ReflexTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
|
||||||
OBJ_9 /* Bag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bag.swift; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
OBJ_32 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 0;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
OBJ_39 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 0;
|
|
||||||
files = (
|
|
||||||
OBJ_40 /* Reflex.framework in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
OBJ_15 /* Tests */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_16 /* ReflexTests */,
|
|
||||||
);
|
|
||||||
path = Tests;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
OBJ_16 /* ReflexTests */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_17 /* Tests.swift */,
|
|
||||||
);
|
|
||||||
name = ReflexTests;
|
|
||||||
path = Tests/ReflexTests;
|
|
||||||
sourceTree = SOURCE_ROOT;
|
|
||||||
};
|
|
||||||
OBJ_18 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_19 /* Reflex.framework */,
|
|
||||||
OBJ_20 /* ReflexTests.xctest */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = BUILT_PRODUCTS_DIR;
|
|
||||||
};
|
|
||||||
OBJ_5 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_6 /* Package.swift */,
|
|
||||||
OBJ_7 /* Sources */,
|
|
||||||
OBJ_15 /* Tests */,
|
|
||||||
OBJ_18 /* Products */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
OBJ_7 /* Sources */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_8 /* Reflex */,
|
|
||||||
);
|
|
||||||
path = Sources;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
OBJ_8 /* Reflex */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
OBJ_9 /* Bag.swift */,
|
|
||||||
OBJ_11 /* Disposable.swift */,
|
|
||||||
OBJ_12 /* Event.swift */,
|
|
||||||
OBJ_13 /* Observer.swift */,
|
|
||||||
OBJ_14 /* Signal.swift */,
|
|
||||||
OBJ_10 /* Source.swift */,
|
|
||||||
DC30FA891DDAFFED00C2CC7F /* Error.swift */,
|
|
||||||
);
|
|
||||||
name = Reflex;
|
|
||||||
path = Sources;
|
|
||||||
sourceTree = SOURCE_ROOT;
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
OBJ_21 /* Reflex */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = OBJ_22 /* Build configuration list for PBXNativeTarget "Reflex" */;
|
|
||||||
buildPhases = (
|
|
||||||
OBJ_25 /* Sources */,
|
|
||||||
OBJ_32 /* Frameworks */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = Reflex;
|
|
||||||
productName = Reflex;
|
|
||||||
productReference = OBJ_19 /* Reflex.framework */;
|
|
||||||
productType = "com.apple.product-type.framework";
|
|
||||||
};
|
|
||||||
OBJ_33 /* ReflexTests */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = OBJ_34 /* Build configuration list for PBXNativeTarget "ReflexTests" */;
|
|
||||||
buildPhases = (
|
|
||||||
OBJ_37 /* Sources */,
|
|
||||||
OBJ_39 /* Frameworks */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
OBJ_41 /* PBXTargetDependency */,
|
|
||||||
);
|
|
||||||
name = ReflexTests;
|
|
||||||
productName = ReflexTests;
|
|
||||||
productReference = OBJ_20 /* ReflexTests.xctest */;
|
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
OBJ_1 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 9999;
|
|
||||||
TargetAttributes = {
|
|
||||||
OBJ_21 = {
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Reflex" */;
|
|
||||||
compatibilityVersion = "Xcode 3.2";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
);
|
|
||||||
mainGroup = OBJ_5;
|
|
||||||
productRefGroup = OBJ_18 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
OBJ_21 /* Reflex */,
|
|
||||||
OBJ_33 /* ReflexTests */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
OBJ_25 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 0;
|
|
||||||
files = (
|
|
||||||
OBJ_26 /* Bag.swift in Sources */,
|
|
||||||
OBJ_27 /* Source.swift in Sources */,
|
|
||||||
OBJ_28 /* Disposable.swift in Sources */,
|
|
||||||
OBJ_29 /* Event.swift in Sources */,
|
|
||||||
OBJ_30 /* Observer.swift in Sources */,
|
|
||||||
DC30FA8A1DDAFFED00C2CC7F /* Error.swift in Sources */,
|
|
||||||
OBJ_31 /* Signal.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
OBJ_37 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 0;
|
|
||||||
files = (
|
|
||||||
OBJ_38 /* Tests.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
|
||||||
OBJ_41 /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
target = OBJ_21 /* Reflex */;
|
|
||||||
targetProxy = DC30FA851DDAF11900C2CC7F /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
/* End PBXTargetDependency section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
OBJ_23 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
||||||
ENABLE_TESTABILITY = YES;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
|
||||||
HEADER_SEARCH_PATHS = "";
|
|
||||||
INFOPLIST_FILE = Reflex.xcodeproj/Reflex_Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.edge.Reflex;
|
|
||||||
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
TARGET_NAME = Reflex;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
OBJ_24 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
|
||||||
ENABLE_TESTABILITY = YES;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
|
||||||
HEADER_SEARCH_PATHS = "";
|
|
||||||
INFOPLIST_FILE = Reflex.xcodeproj/Reflex_Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.edge.Reflex;
|
|
||||||
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
TARGET_NAME = Reflex;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
OBJ_3 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
||||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
||||||
ENABLE_NS_ASSERTIONS = YES;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
||||||
USE_HEADERMAP = NO;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
OBJ_35 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
|
||||||
HEADER_SEARCH_PATHS = "";
|
|
||||||
INFOPLIST_FILE = Reflex.xcodeproj/ReflexTests_Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
|
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
TARGET_NAME = ReflexTests;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
OBJ_36 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
|
|
||||||
HEADER_SEARCH_PATHS = "";
|
|
||||||
INFOPLIST_FILE = Reflex.xcodeproj/ReflexTests_Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
|
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
TARGET_NAME = ReflexTests;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
OBJ_4 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
COPY_PHASE_STRIP = YES;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
||||||
GCC_OPTIMIZATION_LEVEL = s;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
||||||
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
||||||
USE_HEADERMAP = NO;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
OBJ_2 /* Build configuration list for PBXProject "Reflex" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
OBJ_3 /* Debug */,
|
|
||||||
OBJ_4 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Debug;
|
|
||||||
};
|
|
||||||
OBJ_22 /* Build configuration list for PBXNativeTarget "Reflex" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
OBJ_23 /* Debug */,
|
|
||||||
OBJ_24 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Debug;
|
|
||||||
};
|
|
||||||
OBJ_34 /* Build configuration list for PBXNativeTarget "ReflexTests" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
OBJ_35 /* Debug */,
|
|
||||||
OBJ_36 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Debug;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = OBJ_1 /* Project object */;
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "self:">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
|
@ -1,81 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Scheme
|
|
||||||
LastUpgradeVersion = "9999"
|
|
||||||
version = "1.3">
|
|
||||||
<BuildAction
|
|
||||||
parallelizeBuildables = "YES"
|
|
||||||
buildImplicitDependencies = "YES">
|
|
||||||
<BuildActionEntries>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "YES"
|
|
||||||
buildForArchiving = "YES"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "OBJ_21"
|
|
||||||
BuildableName = "Reflex.framework"
|
|
||||||
BlueprintName = "Reflex"
|
|
||||||
ReferencedContainer = "container:Reflex.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
</BuildActionEntries>
|
|
||||||
</BuildAction>
|
|
||||||
<TestAction
|
|
||||||
buildConfiguration = "Debug"
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
||||||
<Testables>
|
|
||||||
<TestableReference
|
|
||||||
skipped = "NO">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "OBJ_33"
|
|
||||||
BuildableName = "ReflexTests.xctest"
|
|
||||||
BlueprintName = "ReflexTests"
|
|
||||||
ReferencedContainer = "container:Reflex.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</TestableReference>
|
|
||||||
</Testables>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</TestAction>
|
|
||||||
<LaunchAction
|
|
||||||
buildConfiguration = "Debug"
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
launchStyle = "0"
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
|
||||||
debugDocumentVersioning = "YES"
|
|
||||||
debugServiceExtension = "internal"
|
|
||||||
allowLocationSimulation = "YES">
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "OBJ_21"
|
|
||||||
BuildableName = "Reflex.framework"
|
|
||||||
BlueprintName = "Reflex"
|
|
||||||
ReferencedContainer = "container:Reflex.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</LaunchAction>
|
|
||||||
<ProfileAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
savedToolIdentifier = ""
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
debugDocumentVersioning = "YES">
|
|
||||||
</ProfileAction>
|
|
||||||
<AnalyzeAction
|
|
||||||
buildConfiguration = "Debug">
|
|
||||||
</AnalyzeAction>
|
|
||||||
<ArchiveAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
revealArchiveInOrganizer = "YES">
|
|
||||||
</ArchiveAction>
|
|
||||||
</Scheme>
|
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>SchemeUserState</key>
|
|
||||||
<dict>
|
|
||||||
<key>Reflex.xcscheme</key>
|
|
||||||
<dict></dict>
|
|
||||||
</dict>
|
|
||||||
<key>SuppressBuildableAutocreation</key>
|
|
||||||
<dict></dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Loading…
Reference in New Issue