Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
3e2fa799
Commit
3e2fa799
authored
Jul 08, 2015
by
Tobias
Committed by
Felix Paul Kühne
Jul 11, 2015
Browse files
switch back to Podfile syntax for cocoa pods 0.37
(cherry picked from commit
54255c6f
)
parent
9337fc14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Podfile
View file @
3e2fa799
...
...
@@ -16,7 +16,7 @@ pod 'box-ios-sdk-v2', :git => 'git://github.com/carolanitz/box-ios-sdk-v2.git',
end
post_install
do
|
installer_representation
|
installer_representation
.
pods_
project
.
build_configurations
.
each
do
|
config
|
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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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