Skip to content

Commit b93f97b

Browse files
Add iPad as a target device
1 parent 787043a commit b93f97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iloveusomuch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
346346
SUPPORTS_MACCATALYST = NO;
347347
SWIFT_EMIT_LOC_STRINGS = YES;
348-
TARGETED_DEVICE_FAMILY = 1;
348+
TARGETED_DEVICE_FAMILY = "1,2";
349349
};
350350
name = Debug;
351351
};
@@ -375,7 +375,7 @@
375375
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
376376
SUPPORTS_MACCATALYST = NO;
377377
SWIFT_EMIT_LOC_STRINGS = YES;
378-
TARGETED_DEVICE_FAMILY = 1;
378+
TARGETED_DEVICE_FAMILY = "1,2";
379379
};
380380
name = Release;
381381
};

0 commit comments

Comments
 (0)