Skip to content

Commit dc5688b

Browse files
committed
chore: iPad, Mac (Designed for iPad) 로 프로젝트 파일 수정
1 parent 6be1fce commit dc5688b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DevLog.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,11 @@
542542
PROVISIONING_PROFILE_SPECIFIER = "";
543543
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
544544
SUPPORTS_MACCATALYST = NO;
545-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
545+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
546546
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
547547
SWIFT_EMIT_LOC_STRINGS = YES;
548548
SWIFT_VERSION = 5.0;
549-
TARGETED_DEVICE_FAMILY = 1;
549+
TARGETED_DEVICE_FAMILY = "1,2";
550550
};
551551
name = Debug;
552552
};
@@ -589,11 +589,11 @@
589589
PROVISIONING_PROFILE_SPECIFIER = "";
590590
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
591591
SUPPORTS_MACCATALYST = NO;
592-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
592+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
593593
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
594594
SWIFT_EMIT_LOC_STRINGS = YES;
595595
SWIFT_VERSION = 5.0;
596-
TARGETED_DEVICE_FAMILY = 1;
596+
TARGETED_DEVICE_FAMILY = "1,2";
597597
};
598598
name = Release;
599599
};

0 commit comments

Comments
 (0)