From 1c5e3138493a1bd53f27cd56ff979402729a4471 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Fri, 6 Oct 2017 18:16:59 +1030 Subject: [PATCH 1/2] Add TargetAttributes --- bin/templates/project/__TEMP__.xcodeproj/project.pbxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj index 46462f4f9..619b81baa 100755 --- a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj @@ -203,6 +203,11 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 0510; + TargetAttributes = { + 1D6058900D05DD3D006BFB54 = { + ProvisioningStyle = Automatic; + }; + }; }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "__NON-CLI__" */; compatibilityVersion = "Xcode 3.2"; From 5f2de972f41e3599845532fc596bc8a973fbd3f2 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Sat, 7 Oct 2017 13:57:24 +1030 Subject: [PATCH 2/2] lint --- bin/templates/project/__TEMP__.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj index 619b81baa..4c3179562 100755 --- a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj @@ -203,7 +203,7 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 0510; - TargetAttributes = { + TargetAttributes = { 1D6058900D05DD3D006BFB54 = { ProvisioningStyle = Automatic; };