Joseph Cloutier
391d947338
Add CoreHaptics.framework via project.pbxproj.
...
Returning to the way 88d3fa7184 did this
because the alternative wasn't working.
2022-05-22 14:30:44 -04:00
Joseph Cloutier
51dfc56efb
Use Build.xml to include CoreHaptics.framework.
...
Much simpler and more maintainable than in
88d3fa7184
(Sorting the flags a bit while I'm at it.)
2022-05-22 11:25:54 -04:00
Joseph Cloutier
88d3fa7184
Add CoreHaptics.framework.
...
This is required by SDL_mfijoystick.m as long as `ENABLE_MFI_RUMBLE` is
defined. And guess what? That's the file that defines it. There's no way
to disable it except decreasing the max iOS version.
Seems like iOS 13 is the new minimum.
2022-05-21 16:52:31 -04:00
Josh Tynjala
216096270e
ios: add missing required Metal.framework dependency to Xcode project
2021-04-29 14:42:46 -07:00
Justin Espedal
d5e80fa5c1
Allow use of launch storyboard instead of launch images on iOS
2019-11-06 12:27:48 -08:00
Justin Espedal
4040e35ca8
Wrap entitlements path in quotes for app names with spaces
2018-08-02 19:40:43 -07:00
Joshua Granick
4a417c6091
Simplify static templates
2018-07-27 13:46:37 -07:00
Joshua Granick
536450620f
Harfbuzz fix
2018-07-24 17:10:07 -07:00
Joshua Granick
673d1cf014
Add support for languages field in iOS/Android/AIR templates
2018-07-07 06:48:51 -07:00
Adam
8bf5f12904
Use iOS .entitlements file instead of .plist for declaring app entitlements. Required by XCode 8 and newer.
2018-05-31 12:58:26 -07:00
Adam
6d4040f771
Support for iOS icon sizes 20, 20@2x, 20@3x, 29@3x, 40@3x.
2018-02-19 09:50:01 -08:00
Joshua Granick
de88df7dde
Use different file name
2018-01-30 10:15:12 -08:00
Joshua Granick
8a0ceba91d
Fix Xcode warnings anand update launch images
2018-01-30 10:11:50 -08:00
Joshua Granick
0cd3ad65a8
Add iPhone X launch image to Images.xcassets JSON
2018-01-30 09:38:24 -08:00
Adam
0cace541b6
iOS and tvOS deploy generate an appstore, adhoc, enterprise, or development IPA based on which of those flags is set. Defaults to appstore.
...
ex: lime deploy ios -adhoc
exportOptions-adhoc.plist includes template variables for generating an ad-hoc distribution manifest.
2017-11-29 13:04:31 -08:00
Joshua Granick
36e18ef270
Update 'create project' and iOS build to use variable substitution in directories/file names
2017-11-27 15:29:27 -08:00