Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-iOS
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Soomin Lee
VLC-iOS
Merge requests
!9
Cocoapods: testing ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Cocoapods: testing ci
pod/test/ci/01
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Soomin Lee
requested to merge
pod/test/ci/01
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
d8f6897c
3 years ago
master (base)
and
latest version
latest version
d8f6897c
1 commit,
2 years ago
version 1
d8f6897c
66 commits,
3 years ago
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Podfile
+
1
−
0
Options
@@ -52,6 +52,7 @@ post_install do |installer_representation|
config
.
build_settings
[
'SKIP_INSTALL'
]
=
'YES'
config
.
build_settings
[
'ARCHS'
]
=
'armv7 armv7s arm64 i386 x86_64'
config
.
build_settings
[
'CLANG_CXX_LIBRARY'
]
=
'libc++'
config
.
build_settings
[
'IPHONEOS_DEPLOYMENT_TARGET'
]
=
'9.0'
end
target
.
build_configurations
.
each
do
|
config
|
xcconfig_path
=
config
.
base_configuration_reference
.
real_path
Loading