Skip to content

Commit

Permalink
chore: staticlib
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jun 10, 2019
1 parent 78a97be commit 704efb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 5.0
github "StreamLayer/RxSwift" ~> 5.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "5.0.1"
github "StreamLayer/RxSwift" "5.0.2"
4 changes: 4 additions & 0 deletions RxAppState.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_MODULE_NAME = RxAppState;
PRODUCT_NAME = RxAppState;
Expand Down Expand Up @@ -401,6 +402,7 @@
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_MODULE_NAME = RxAppState;
PRODUCT_NAME = RxAppState;
Expand Down Expand Up @@ -430,6 +432,7 @@
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_MODULE_NAME = RxAppState;
Expand Down Expand Up @@ -463,6 +466,7 @@
INFOPLIST_FILE = RxAppState/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
PRODUCT_BUNDLE_IDENTIFIER = com.pixeldock.RxAppState;
PRODUCT_MODULE_NAME = RxAppState;
PRODUCT_NAME = RxAppState;
Expand Down

0 comments on commit 704efb8

Please sign in to comment.