Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
25f8ac91
Commit
25f8ac91
authored
May 26, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add ARMv7s slice for iPhone 5 and 4th gen. iPad
(cherry picked from commit
b334aa4a
)
parent
f40ad2e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
Podfile
Podfile
+2
-0
VLC for iOS.xcodeproj/project.pbxproj
VLC for iOS.xcodeproj/project.pbxproj
+24
-0
No files found.
Podfile
View file @
25f8ac91
...
...
@@ -18,5 +18,7 @@ end
post_install
do
|
installer_representation
|
installer_representation
.
project
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'SKIP_INSTALL'
]
=
'YES'
config
.
build_settings
[
'VALID_ARCHS'
]
=
'armv7 armv7s arm64'
config
.
build_settings
[
'ARCHS'
]
=
'armv7 armv7s arm64'
end
end
VLC for iOS.xcodeproj/project.pbxproj
View file @
25f8ac91
...
...
@@ -2596,6 +2596,10 @@
4173AEBF1ABF1B860004101D
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
...
...
@@ -2640,6 +2644,10 @@
4173AEC01ABF1B860004101D
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
...
...
@@ -2681,6 +2689,10 @@
4173AEC11ABF1B860004101D
/* Distribution */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
...
...
@@ -2780,6 +2792,10 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
521108CBC3CAA0810AF3CBA8
/* Pods-vlc-ios.debug.xcconfig */
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
...
...
@@ -2831,6 +2847,10 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
6AB5E0853B398B35369938EC
/* Pods-vlc-ios.release.xcconfig */
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
...
...
@@ -2909,6 +2929,10 @@
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
E09EACF57CDD22ABAE66CDD0
/* Pods-vlc-ios.distribution.xcconfig */
;
buildSettings
=
{
ARCHS
=
(
"$(ARCHS_STANDARD)"
,
armv7s
,
);
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME
=
LaunchImage
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
...
...
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