Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
add Permission & RxSwift dependencies to Cartfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSB committed Jun 14, 2016
1 parent d8928e3 commit 3998f6c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "delba/Permission"
github "ReactiveX/RxSwift"
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "delba/Permission" "v1.5"
github "ReactiveX/RxSwift" "2.5.0"
22 changes: 17 additions & 5 deletions RxPermission.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@
objects = {

/* Begin PBXBuildFile section */
46AE7ED21D1081FC0004DB02 /* RxPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AE7ECF1D1081FC0004DB02 /* RxPermission.h */; };
46AE7ED31D1081FC0004DB02 /* RxPermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AE7ED01D1081FC0004DB02 /* RxPermission.swift */; };
46AE7ED51D10862C0004DB02 /* Permission.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 46AE7ED41D10862C0004DB02 /* Permission.framework */; };
46AE7ED71D1089E90004DB02 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 46AE7ED61D1089E90004DB02 /* RxSwift.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
46AE7EC21D1081C90004DB02 /* RxPermission.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxPermission.framework; sourceTree = BUILT_PRODUCTS_DIR; };
46AE7ECE1D1081FC0004DB02 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46AE7ECF1D1081FC0004DB02 /* RxPermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RxPermission.h; sourceTree = "<group>"; };
46AE7ED01D1081FC0004DB02 /* RxPermission.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxPermission.swift; sourceTree = "<group>"; };
46AE7ED41D10862C0004DB02 /* Permission.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Permission.framework; path = Carthage/Build/iOS/Permission.framework; sourceTree = "<group>"; };
46AE7ED61D1089E90004DB02 /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = Carthage/Build/iOS/RxSwift.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
46AE7EBE1D1081C90004DB02 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
46AE7ED71D1089E90004DB02 /* RxSwift.framework in Frameworks */,
46AE7ED51D10862C0004DB02 /* Permission.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -33,6 +37,8 @@
isa = PBXGroup;
children = (
46AE7ECD1D1081FC0004DB02 /* Source */,
46AE7ED41D10862C0004DB02 /* Permission.framework */,
46AE7ED61D1089E90004DB02 /* RxSwift.framework */,
46AE7EC31D1081C90004DB02 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -48,9 +54,8 @@
46AE7ECD1D1081FC0004DB02 /* Source */ = {
isa = PBXGroup;
children = (
46AE7ECE1D1081FC0004DB02 /* Info.plist */,
46AE7ECF1D1081FC0004DB02 /* RxPermission.h */,
46AE7ED01D1081FC0004DB02 /* RxPermission.swift */,
46AE7ECE1D1081FC0004DB02 /* Info.plist */,
);
path = Source;
sourceTree = "<group>";
Expand All @@ -62,7 +67,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
46AE7ED21D1081FC0004DB02 /* RxPermission.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -238,6 +242,10 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -254,6 +262,10 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down
19 changes: 0 additions & 19 deletions Source/RxPermission.h

This file was deleted.

0 comments on commit 3998f6c

Please sign in to comment.