Skip to content

Commit 337dcbd

Browse files
Allow for iPads
It's better to have the app scaled up than to use an iPhone app on the iPad.
1 parent 963d942 commit 337dcbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@
941941
);
942942
PRODUCT_BUNDLE_IDENTIFIER = "NFMTHAZVS9.com.drewvolz.stolaf-";
943943
PRODUCT_NAME = "All About Olaf";
944+
TARGETED_DEVICE_FAMILY = "1,2";
944945
};
945946
name = Debug;
946947
};
@@ -967,6 +968,7 @@
967968
);
968969
PRODUCT_BUNDLE_IDENTIFIER = "NFMTHAZVS9.com.drewvolz.stolaf-";
969970
PRODUCT_NAME = "All About Olaf";
971+
TARGETED_DEVICE_FAMILY = "1,2";
970972
};
971973
name = Release;
972974
};

0 commit comments

Comments
 (0)