iOS: Add support for iPad

This commit is contained in:
Jonathan Schleifer 2017-10-20 01:51:51 +02:00
parent 32302feb0f
commit 3cc25cb9e0
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
2 changed files with 17 additions and 5 deletions

View file

@ -365,6 +365,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "zone.heap.scrypt-pwgen.ios";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
@ -387,6 +388,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "zone.heap.scrypt-pwgen.ios";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};