diff --git a/Reflex.podspec b/Reflex.podspec deleted file mode 100644 index 51ac561..0000000 --- a/Reflex.podspec +++ /dev/null @@ -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/' - - 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 diff --git a/Reflex.xcodeproj/ReflexTests_Info.plist b/Reflex.xcodeproj/ReflexTests_Info.plist deleted file mode 100644 index 7c23420..0000000 --- a/Reflex.xcodeproj/ReflexTests_Info.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Reflex.xcodeproj/Reflex_Info.plist b/Reflex.xcodeproj/Reflex_Info.plist deleted file mode 100644 index d3de8ee..0000000 --- a/Reflex.xcodeproj/Reflex_Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Reflex.xcodeproj/project.pbxproj b/Reflex.xcodeproj/project.pbxproj deleted file mode 100644 index 9b55111..0000000 --- a/Reflex.xcodeproj/project.pbxproj +++ /dev/null @@ -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 = ""; }; - OBJ_10 /* Source.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Source.swift; sourceTree = ""; }; - OBJ_11 /* Disposable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Disposable.swift; sourceTree = ""; }; - OBJ_12 /* Event.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Event.swift; sourceTree = ""; }; - OBJ_13 /* Observer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Observer.swift; sourceTree = ""; }; - OBJ_14 /* Signal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Signal.swift; sourceTree = ""; }; - OBJ_17 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 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 = ""; }; - OBJ_9 /* Bag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bag.swift; sourceTree = ""; }; -/* 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 = ""; - }; - 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 = ""; - }; - OBJ_7 /* Sources */ = { - isa = PBXGroup; - children = ( - OBJ_8 /* Reflex */, - ); - path = Sources; - sourceTree = ""; - }; - 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 */; -} diff --git a/Reflex.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Reflex.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/Reflex.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Reflex.xcodeproj/xcshareddata/xcschemes/Reflex.xcscheme b/Reflex.xcodeproj/xcshareddata/xcschemes/Reflex.xcscheme deleted file mode 100644 index 18152fe..0000000 --- a/Reflex.xcodeproj/xcshareddata/xcschemes/Reflex.xcscheme +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Reflex.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist b/Reflex.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist deleted file mode 100644 index 0c03985..0000000 --- a/Reflex.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - SchemeUserState - - Reflex.xcscheme - - - SuppressBuildableAutocreation - - -