Skip to content

Commit

Permalink
Project ARCH cleanup. Add Maccatalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Jan 29, 2020
1 parent 62955a1 commit a72334e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions FastRTPSBridge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = "$(VALID_ARCHS)";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -558,7 +557,6 @@
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALID_ARCHS = "$(VALID_ARCHS)";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -597,7 +595,6 @@
SWIFT_INCLUDE_PATHS = "$(BUILT_PRODUCTS_DIR)/fastrtps";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand Down Expand Up @@ -633,7 +630,6 @@
SUPPORTED_PLATFORMS = macosx;
SWIFT_INCLUDE_PATHS = "$(BUILT_PRODUCTS_DIR)/fastrtps";
SWIFT_VERSION = 5.0;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down Expand Up @@ -694,12 +690,10 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MACCATALYST = YES;
SWIFT_INCLUDE_PATHS = "$(BUILT_PRODUCTS_DIR)/fastrtps";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = arm64;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Debug;
};
Expand Down Expand Up @@ -731,13 +725,11 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MACCATALYST = YES;
SWIFT_INCLUDE_PATHS = "$(BUILT_PRODUCTS_DIR)/fastrtps";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = arm64;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit a72334e

Please sign in to comment.