Skip to content

Commit

Permalink
Merge pull request pixeldock#5 from pual/master
Browse files Browse the repository at this point in the history
added carthage support
  • Loading branch information
pixeldock authored Jul 2, 2017
2 parents 9ff71c5 + cd5dc24 commit 89fd4a6
Show file tree
Hide file tree
Showing 8 changed files with 470 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "ReactiveX/RxSwift" ~> 3.3
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "ReactiveX/RxSwift" "3.5.0"
337 changes: 337 additions & 0 deletions RxAppState.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,337 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
082D76BF1EFBC24400A4E97B /* RxAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 082D76BD1EFBC24400A4E97B /* RxAppState.h */; settings = {ATTRIBUTES = (Public, ); }; };
082D76C81EFBC28A00A4E97B /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 082D76C61EFBC28A00A4E97B /* RxCocoa.framework */; };
082D76C91EFBC28A00A4E97B /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 082D76C71EFBC28A00A4E97B /* RxSwift.framework */; };
082D76CE1EFBC2BE00A4E97B /* RxApplicationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082D76CC1EFBC2BE00A4E97B /* RxApplicationDelegateProxy.swift */; };
082D76CF1EFBC2BE00A4E97B /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082D76CD1EFBC2BE00A4E97B /* UIApplication+Rx.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
082D76BA1EFBC24400A4E97B /* RxAppState.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxAppState.framework; sourceTree = BUILT_PRODUCTS_DIR; };
082D76BD1EFBC24400A4E97B /* RxAppState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RxAppState.h; sourceTree = "<group>"; };
082D76BE1EFBC24400A4E97B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
082D76C61EFBC28A00A4E97B /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Build/iOS/RxCocoa.framework; sourceTree = "<group>"; };
082D76C71EFBC28A00A4E97B /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = Carthage/Build/iOS/RxSwift.framework; sourceTree = "<group>"; };
082D76CC1EFBC2BE00A4E97B /* RxApplicationDelegateProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RxApplicationDelegateProxy.swift; path = Pod/Classes/RxApplicationDelegateProxy.swift; sourceTree = SOURCE_ROOT; };
082D76CD1EFBC2BE00A4E97B /* UIApplication+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "Pod/Classes/UIApplication+Rx.swift"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
082D76B61EFBC24400A4E97B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
082D76C81EFBC28A00A4E97B /* RxCocoa.framework in Frameworks */,
082D76C91EFBC28A00A4E97B /* RxSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
082D76B01EFBC24400A4E97B = {
isa = PBXGroup;
children = (
082D76BC1EFBC24400A4E97B /* RxAppState */,
082D76BB1EFBC24400A4E97B /* Products */,
082D76C51EFBC28A00A4E97B /* Frameworks */,
);
sourceTree = "<group>";
};
082D76BB1EFBC24400A4E97B /* Products */ = {
isa = PBXGroup;
children = (
082D76BA1EFBC24400A4E97B /* RxAppState.framework */,
);
name = Products;
sourceTree = "<group>";
};
082D76BC1EFBC24400A4E97B /* RxAppState */ = {
isa = PBXGroup;
children = (
082D76CC1EFBC2BE00A4E97B /* RxApplicationDelegateProxy.swift */,
082D76CD1EFBC2BE00A4E97B /* UIApplication+Rx.swift */,
082D76BD1EFBC24400A4E97B /* RxAppState.h */,
082D76BE1EFBC24400A4E97B /* Info.plist */,
);
path = RxAppState;
sourceTree = "<group>";
};
082D76C51EFBC28A00A4E97B /* Frameworks */ = {
isa = PBXGroup;
children = (
082D76C61EFBC28A00A4E97B /* RxCocoa.framework */,
082D76C71EFBC28A00A4E97B /* RxSwift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
082D76B71EFBC24400A4E97B /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
082D76BF1EFBC24400A4E97B /* RxAppState.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
082D76B91EFBC24400A4E97B /* RxAppState */ = {
isa = PBXNativeTarget;
buildConfigurationList = 082D76C21EFBC24400A4E97B /* Build configuration list for PBXNativeTarget "RxAppState" */;
buildPhases = (
082D76B51EFBC24400A4E97B /* Sources */,
082D76B61EFBC24400A4E97B /* Frameworks */,
082D76B71EFBC24400A4E97B /* Headers */,
082D76B81EFBC24400A4E97B /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = RxAppState;
productName = RxAppState;
productReference = 082D76BA1EFBC24400A4E97B /* RxAppState.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
082D76B11EFBC24400A4E97B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = RxAppState;
TargetAttributes = {
082D76B91EFBC24400A4E97B = {
CreatedOnToolsVersion = 8.3.2;
LastSwiftMigration = 0830;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 082D76B41EFBC24400A4E97B /* Build configuration list for PBXProject "RxAppState" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 082D76B01EFBC24400A4E97B;
productRefGroup = 082D76BB1EFBC24400A4E97B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
082D76B91EFBC24400A4E97B /* RxAppState */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
082D76B81EFBC24400A4E97B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
082D76B51EFBC24400A4E97B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
082D76CF1EFBC2BE00A4E97B /* UIApplication+Rx.swift in Sources */,
082D76CE1EFBC2BE00A4E97B /* RxApplicationDelegateProxy.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
082D76C01EFBC24400A4E97B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
082D76C11EFBC24400A4E97B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
082D76C31EFBC24400A4E97B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
082D76C41EFBC24400A4E97B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
082D76B41EFBC24400A4E97B /* Build configuration list for PBXProject "RxAppState" */ = {
isa = XCConfigurationList;
buildConfigurations = (
082D76C01EFBC24400A4E97B /* Debug */,
082D76C11EFBC24400A4E97B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
082D76C21EFBC24400A4E97B /* Build configuration list for PBXNativeTarget "RxAppState" */ = {
isa = XCConfigurationList;
buildConfigurations = (
082D76C31EFBC24400A4E97B /* Debug */,
082D76C41EFBC24400A4E97B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 082D76B11EFBC24400A4E97B /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89fd4a6

Please sign in to comment.