AIR/iOS improvements
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
]]>
|
||||
</manifestAdditions>
|
||||
</android>
|
||||
<iphone>
|
||||
<iPhone>
|
||||
<requestedDisplayResolution>::if WIN_ALLOW_HIGH_DPI::high::else::standard::end::</requestedDisplayResolution>
|
||||
</iphone>
|
||||
</iPhone>
|
||||
</application>
|
||||
Reference in New Issue
Block a user