Skip to content

Commit d0040e0

Browse files
author
Dimitar Tachev
authored
Merge pull request #1240 from NativeScript/tachev/fastlane-compatible-project
fix: make the pbxproject fastlane compatible
2 parents 120ebbb + 5b311a3 commit d0040e0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build/project-template/__PROJECT_NAME__.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@
168168
CLASSPREFIX = TNS;
169169
LastUpgradeCheck = 0500;
170170
ORGANIZATIONNAME = Telerik;
171+
TargetAttributes = {
172+
858B83EF18CA22B800AB12DE = {
173+
ProvisioningStyle = Automatic;
174+
};
175+
};
171176
};
172177
buildConfigurationList = 858B832918CA111C00AB12DE /* Build configuration list for PBXProject "__PROJECT_NAME__" */;
173178
compatibilityVersion = "Xcode 3.2";
@@ -351,6 +356,7 @@
351356
baseConfigurationReference = CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */;
352357
buildSettings = {
353358
ARCHS = "$(ARCHS_STANDARD)";
359+
CODE_SIGN_STYLE = Automatic;
354360
ENABLE_BITCODE = NO;
355361
GCC_PRECOMPILE_PREFIX_HEADER = YES;
356362
GCC_PREFIX_HEADER = "__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch";
@@ -375,6 +381,7 @@
375381
baseConfigurationReference = CDD59A271BB43B5D00EC2671 /* build-release.xcconfig */;
376382
buildSettings = {
377383
ARCHS = "$(ARCHS_STANDARD)";
384+
CODE_SIGN_STYLE = Automatic;
378385
ENABLE_BITCODE = NO;
379386
GCC_PRECOMPILE_PREFIX_HEADER = YES;
380387
GCC_PREFIX_HEADER = "__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch";

0 commit comments

Comments
 (0)