Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
d6f28761
Commit
d6f28761
authored
Oct 27, 2014
by
Felix Paul Kühne
Browse files
Add iCloud entitlements
parent
00795441
Changes
2
Hide whitespace changes
Inline
Side-by-side
VLC for iOS.xcodeproj/project.pbxproj
View file @
d6f28761
...
...
@@ -727,6 +727,7 @@
7D31001B17B64AE100E6516D
/* GHRevealViewController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
GHRevealViewController.h
;
path
=
ImportedSources/GHSidebarNav/GHSidebarNav/GHRevealViewController.h
;
sourceTree
=
SOURCE_ROOT
;
};
7D31001C17B64AE100E6516D
/* GHRevealViewController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
name
=
GHRevealViewController.m
;
path
=
ImportedSources/GHSidebarNav/GHSidebarNav/GHRevealViewController.m
;
sourceTree
=
SOURCE_ROOT
;
};
7D31001F17B6768B00E6516D
/* libupnpx.a */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.ar
;
name
=
libupnpx.a
;
path
=
External/upnpx/libupnpx.a
;
sourceTree
=
"<group>"
;
};
7D31719C19FEC91F0019357A
/* VLC for iOS.entitlements */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
"VLC for iOS.entitlements"
;
path
=
"vlc-ios/VLC for iOS.entitlements"
;
sourceTree
=
"<group>"
;
};
7D32B383185E293D006CA474
/* Raleway.woff */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file
;
path
=
Raleway.woff
;
sourceTree
=
"<group>"
;
};
7D3323FB18E61DD5000ABEA5
/* en-GB */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.strings
;
name
=
"en-GB"
;
path
=
"en-GB.lproj/Localizable.strings"
;
sourceTree
=
"<group>"
;
};
7D3323FC18E61DD5000ABEA5
/* en-GB */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
name
=
"en-GB"
;
path
=
"en-GB.lproj/badgeUnread@2x~ipad.png"
;
sourceTree
=
"<group>"
;
};
...
...
@@ -1924,6 +1925,7 @@
7D94FCD216DE7D1000F2623B
=
{
isa
=
PBXGroup
;
children
=
(
7D31719C19FEC91F0019357A
/* VLC for iOS.entitlements */
,
7DB638AA185BC0890003887C
/* Images.xcassets */
,
7D94FCE416DE7D1000F2623B
/* Classes */
,
7DADC55C1704FAA8001DAC63
/* XIBs */
,
...
...
@@ -2436,6 +2438,16 @@
CLASSPREFIX
=
VLC
;
LastUpgradeCheck
=
0510
;
ORGANIZATIONNAME
=
VideoLAN
;
TargetAttributes
=
{
7D94FCDA16DE7D1000F2623B
=
{
DevelopmentTeam
=
75GAHG3SZQ
;
SystemCapabilities
=
{
com.apple.iCloud
=
{
enabled
=
1
;
};
};
};
};
};
buildConfigurationList
=
7D94FCD616DE7D1000F2623B
/* Build configuration list for PBXProject "VLC for iOS" */
;
compatibilityVersion
=
"Xcode 3.2"
;
...
...
@@ -3210,6 +3222,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CODE_SIGN_ENTITLEMENTS
=
"vlc-ios/VLC for iOS.entitlements"
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
NO
;
...
...
@@ -3256,6 +3269,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CODE_SIGN_ENTITLEMENTS
=
"vlc-ios/VLC for iOS.entitlements"
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
YES
;
...
...
@@ -3328,6 +3342,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CODE_SIGN_ENTITLEMENTS
=
"vlc-ios/VLC for iOS.entitlements"
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
YES
;
...
...
vlc-ios/VLC for iOS.entitlements
0 → 100644
View file @
d6f28761
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
com.apple.developer.icloud-container-identifiers
</key>
<array>
<string>
iCloud.$(CFBundleIdentifier)
</string>
</array>
<key>
com.apple.developer.icloud-services
</key>
<array>
<string>
CloudDocuments
</string>
</array>
<key>
com.apple.developer.ubiquity-container-identifiers
</key>
<array>
<string>
iCloud.$(CFBundleIdentifier)
</string>
</array>
<key>
com.apple.developer.ubiquity-kvstore-identifier
</key>
<string>
$(TeamIdentifierPrefix)$(CFBundleIdentifier)
</string>
</dict>
</plist>
Write
Preview
Supports
Markdown
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