AIR/iOS improvements

This commit is contained in:
Joshua Granick
2017-10-23 11:28:22 -07:00
parent 70e1bed0ae
commit 5c2250fa41
3 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ class AIRHelper {
args = args.concat ([ targetPath + extension, applicationXML ]);
if (targetPlatform == IOS && PlatformHelper.hostPlatform == Platform.MAC) {
if (targetPlatform == IOS && PlatformHelper.hostPlatform == Platform.MAC && project.targetFlags.exists ("simulator")) {
args.push ("-platformsdk");
args.push (IOSHelper.getSDKDirectory (project));

View File

@@ -177,7 +177,7 @@ class IOSHelper {
if (project != null && project.config.exists ("ios.provisioning-profile")) {
return project.config.getString ("ios.provisioning-profile");
return PathHelper.tryFullPath (project.config.getString ("ios.provisioning-profile"));
} else if (PlatformHelper.hostPlatform == Platform.MAC) {

View File

@@ -64,7 +64,7 @@
]]>
</manifestAdditions>
</android>
<iphone>
<iPhone>
<requestedDisplayResolution>::if WIN_ALLOW_HIGH_DPI::high::else::standard::end::</requestedDisplayResolution>
</iphone>
</iPhone>
</application>