Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
244
Merge Requests
16
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
a142c76a
Commit
a142c76a
authored
41 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(fix) ios code signing
parent
4c757132
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ios/Minds.xcodeproj/project.pbxproj
View file @
a142c76a
...
...
@@ -341,6 +341,7 @@
};
13B07F861A680F5B00A75B9A
=
{
DevelopmentTeam
=
35U3998VRZ
;
ProvisioningStyle
=
Manual
;
SystemCapabilities
=
{
com.apple.Push
=
{
enabled
=
1
;
...
...
@@ -763,6 +764,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_ENTITLEMENTS
=
Minds/Minds.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
1
;
DEAD_CODE_STRIPPING
=
NO
;
DEVELOPMENT_TEAM
=
35U3998VRZ
;
...
...
@@ -776,6 +779,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.minds.mobile
;
PRODUCT_NAME
=
Minds
;
PROVISIONING_PROFILE_SPECIFIER
=
"match AppStore com.minds.mobile"
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
...
...
@@ -787,6 +791,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_ENTITLEMENTS
=
Minds/Minds.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
35U3998VRZ
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -799,6 +805,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.minds.mobile
;
PRODUCT_NAME
=
Minds
;
PROVISIONING_PROFILE_SPECIFIER
=
"com.minds.mobile AppStore"
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
...
...
This diff is collapsed.
Please
register
or
sign in
to comment