Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-ios
Commits
e4046009
Unverified
Commit
e4046009
authored
Sep 05, 2018
by
Zach Knox
Browse files
entitlements
parent
e4760e69
Changes
2
Hide whitespace changes
Inline
Side-by-side
WhatsOpen/WhatsOpen - AppStore.entitlements
View file @
e4046009
...
...
@@ -6,5 +6,9 @@
<array>
<string>
applinks:whatsopen.gmu.io
</string>
</array>
<key>
com.apple.security.application-groups
</key>
<array>
<string>
group.edu.gmu.srct.whatsopen
</string>
</array>
</dict>
</plist>
WhatsOpen/WhatsOpen.xcodeproj/project.pbxproj
View file @
e4046009
...
...
@@ -377,6 +377,9 @@
LastSwiftMigration
=
1000
;
ProvisioningStyle
=
Manual
;
SystemCapabilities
=
{
com.apple.ApplicationGroups.iOS
=
{
enabled
=
1
;
};
com.apple.SafariKeychain
=
{
enabled
=
1
;
};
...
...
@@ -581,7 +584,7 @@
);
runOnlyForDeploymentPostprocessing
=
1
;
shellPath
=
/bin/sh
;
shellScript
=
"#!/bin/bash\nbuildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"$INFOPLIST_FILE\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"$INFOPLIST_FILE\""
;
shellScript
=
"#!/bin/bash\nbuildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"$INFOPLIST_FILE\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"$INFOPLIST_FILE\"
\n
"
;
};
92FF6C7820017E1C00D836AE
/* Run Script */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
@@ -595,7 +598,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"if [ \"$CONFIGURATION\" == \"App Store\" ]; then\n $SRCROOT/crashlyticsbuild.sh\nfi"
;
shellScript
=
"if [ \"$CONFIGURATION\" == \"App Store\" ]; then\n $SRCROOT/crashlyticsbuild.sh\nfi
\n
"
;
};
DCB809F5B784DCEDBEE626A6
/* [CP] Copy Pods Resources */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
@@ -847,7 +850,7 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
appicon
;
CODE_SIGN_ENTITLEMENTS
=
"WhatsOpen - AppStore.entitlements"
;
CODE_SIGN_IDENTITY
=
"iPhone D
eveloper
"
;
CODE_SIGN_IDENTITY
=
"iPhone D
istribution
"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment