Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions DemoApps/ChatDemoApp/ChatDemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/ChatDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.ChatDemoApp;
PRODUCT_NAME = ChatDemoApp;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -362,12 +375,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/ChatDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.ChatDemoAppTests;
PRODUCT_NAME = ChatDemoAppTests;
SDKROOT = iphoneos;
Expand All @@ -388,12 +414,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/ChatDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.ChatDemoAppTests;
PRODUCT_NAME = ChatDemoAppTests;
SDKROOT = iphoneos;
Expand All @@ -420,11 +459,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/ChatDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.ChatDemoApp;
PRODUCT_NAME = ChatDemoApp;
SDKROOT = iphoneos;
Expand Down
52 changes: 52 additions & 0 deletions DemoApps/DiaryDemoApp/DiaryDemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/DiaryDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.DiaryDemoApp;
PRODUCT_NAME = DiaryDemoApp;
SDKROOT = iphoneos;
Expand All @@ -411,12 +424,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/DiaryDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.DiaryDemoAppTests;
PRODUCT_NAME = DiaryDemoAppTests;
SDKROOT = iphoneos;
Expand All @@ -439,11 +465,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/DiaryDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.DiaryDemoApp;
PRODUCT_NAME = DiaryDemoApp;
SDKROOT = iphoneos;
Expand All @@ -466,12 +505,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/DiaryDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.DiaryDemoAppTests;
PRODUCT_NAME = DiaryDemoAppTests;
SDKROOT = iphoneos;
Expand Down
52 changes: 52 additions & 0 deletions DemoApps/HomeDemoApp/HomeDemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/HomeDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.HomeDemoAppTests;
PRODUCT_NAME = HomeDemoAppTests;
SDKROOT = iphoneos;
Expand All @@ -300,12 +313,25 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/HomeDemoAppTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.HomeDemoAppTests;
PRODUCT_NAME = HomeDemoAppTests;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -385,11 +411,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/HomeDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.HomeDemoApp;
PRODUCT_NAME = HomeDemoApp;
SDKROOT = iphoneos;
Expand All @@ -410,11 +449,24 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_PREVIEWS = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../Tuist/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include",
);
INFOPLIST_FILE = "Derived/InfoPlists/HomeDemoApp-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
OTHER_SWIFT_FLAGS = (
"$(inherited)",
"-Xcc",
"-fmodule-map-file=$(SRCROOT)/../../Tuist/.build/tuist-derived/RxCocoaRuntime/RxCocoaRuntime.modulemap",
);
PRODUCT_BUNDLE_IDENTIFIER = io.tuist.HomeDemoApp;
PRODUCT_NAME = HomeDemoApp;
SDKROOT = iphoneos;
Expand Down
Loading
Loading