Skip to content

Commit

Permalink
bringing back macOS support
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Jan 15, 2024
1 parent a22efb1 commit 1f39955
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Reveil.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@
/* Begin PBXTargetDependency section */
0F008FD42B3E7AB700158058 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
platformFilter = ios;
target = 0FA065772B3D8363000A7ECE /* ReveilHelper */;
targetProxy = 0F008FD32B3E7AB700158058 /* PBXContainerItemProxy */;
};
Expand Down Expand Up @@ -1320,7 +1319,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1363,7 +1362,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 1f39955

Please sign in to comment.