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
814faecc
Commit
814faecc
authored
Jun 02, 2015
by
Felix Paul Kühne
Browse files
bump build number to match beta and remove traces of Crashlytics as it won't be used in production
parent
63081a97
Changes
5
Hide whitespace changes
Inline
Side-by-side
Sources/VLC for iOS-Info.plist
View file @
814faecc
...
...
@@ -210,21 +210,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
3
</string>
<key>
Fabric
</key>
<dict>
<key>
APIKey
</key>
<string>
a6804cecf8688ec18b154e4491ec42a2be492c0e
</string>
<key>
Kits
</key>
<array>
<dict>
<key>
KitInfo
</key>
<dict/>
<key>
KitName
</key>
<string>
Crashlytics
</string>
</dict>
</array>
</dict>
<string>
4
</string>
<key>
LSApplicationCategoryType
</key>
<string></string>
<key>
LSRequiresIPhoneOS
</key>
...
...
Sources/VLCAppDelegate.m
View file @
814faecc
...
...
@@ -36,13 +36,6 @@
#import "VLCPlayerDisplayController.h"
#import <MediaPlayer/MediaPlayer.h>
#define HAVE_FABRIC 0
#if HAVE_FABRIC
#import <Fabric/Fabric.h>
#import <Crashlytics/Crashlytics.h>
#endif
@interface
VLCAppDelegate
()
<
PAPasscodeViewControllerDelegate
,
VLCMediaFileDiscovererDelegate
>
{
PAPasscodeViewController
*
_passcodeLockController
;
VLCDownloadViewController
*
_downloadViewController
;
...
...
@@ -172,10 +165,6 @@
[[
VLCNotificationRelay
sharedRelay
]
addRelayLocalName
:
VLCPlaybackControllerPlaybackMetadataDidChange
toRemoteName
:
kVLCDarwinNotificationNowPlayingInfoUpdate
];
#if HAVE_FABRIC
[
Fabric
with
:@[
CrashlyticsKit
]];
#endif
return
YES
;
}
...
...
VLC for iOS WatchKit App/Info.plist
View file @
814faecc
...
...
@@ -21,7 +21,7 @@
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
3
</string>
<string>
4
</string>
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
...
...
VLC for iOS WatchKit Extension/Info.plist
View file @
814faecc
...
...
@@ -21,7 +21,7 @@
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
3
</string>
<string>
4
</string>
<key>
NSExtension
</key>
<dict>
<key>
NSExtensionAttributes
</key>
...
...
VLC for iOS.xcodeproj/project.pbxproj
View file @
814faecc
...
...
@@ -638,8 +638,6 @@
7D711AD918227A490094E4F0
/* GTMOAuth2ViewTouch.xib */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
file.xib
;
name
=
GTMOAuth2ViewTouch.xib
;
path
=
ImportedSources/GDrive/OAuth2/Touch/GTMOAuth2ViewTouch.xib
;
sourceTree
=
SOURCE_ROOT
;
};
7D7417781AE2D3CE001F1997
/* VLCNavigationController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
VLCNavigationController.h
;
path
=
Sources/VLCNavigationController.h
;
sourceTree
=
SOURCE_ROOT
;
};
7D7417791AE2D3CE001F1997
/* VLCNavigationController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
name
=
VLCNavigationController.m
;
path
=
Sources/VLCNavigationController.m
;
sourceTree
=
SOURCE_ROOT
;
};
7D7B17EA1AD8052A003BF3D7
/* Crashlytics.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
path
=
Crashlytics.framework
;
sourceTree
=
"<group>"
;
};
7D7B17EB1AD8052A003BF3D7
/* Fabric.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
path
=
Fabric.framework
;
sourceTree
=
"<group>"
;
};
7D7B17EC1AD8052A003BF3D7
/* libc++.dylib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.dylib"
;
name
=
"libc++.dylib"
;
path
=
"usr/lib/libc++.dylib"
;
sourceTree
=
SDKROOT
;
};
7D7B17ED1AD8052B003BF3D7
/* libz.dylib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.dylib"
;
name
=
libz.dylib
;
path
=
usr/lib/libz.dylib
;
sourceTree
=
SDKROOT
;
};
7D7DA5301768A53200C7E95D
/* id */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
name
=
id
;
path
=
"id.lproj/badgeUnread@2x~ipad.png"
;
sourceTree
=
"<group>"
;
};
...
...
@@ -1479,8 +1477,6 @@
7D94FCDD16DE7D1000F2623B
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
7D7B17EA1AD8052A003BF3D7
/* Crashlytics.framework */
,
7D7B17EB1AD8052A003BF3D7
/* Fabric.framework */
,
7D7B17EC1AD8052A003BF3D7
/* libc++.dylib */
,
7D7B17ED1AD8052B003BF3D7
/* libz.dylib */
,
DDF157B31ACB169B00AAFBC6
/* WatchKit.framework */
,
...
...
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