Skip to content

Commit

Permalink
Enable basic iPad support
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed May 19, 2017
1 parent ab19d1b commit 8213182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/ZulipMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.zulip.Zulip;
PRODUCT_NAME = ZulipMobile;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
Expand Down Expand Up @@ -1284,6 +1285,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.zulip.Zulip;
PRODUCT_NAME = ZulipMobile;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ios": "react-native run-ios",
"ios-min": "react-native run-ios --simulator 'iPhone 5'",
"ios-max": "react-native run-ios --simulator 'iPhone 7 Plus'",
"ipad": "react-native run-ios --simulator 'iPad Air'",
"ios-device": "react-native run-ios --device",
"android-min": "react-native run-android",
"android-max": "react-native run-android",
Expand Down

0 comments on commit 8213182

Please sign in to comment.