Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
092f91c2
Commit
092f91c2
authored
Sep 27, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PodTargetInstaller] Dont set the dylib version settings
parent
34d53644
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
pod_target_installer.rb
...oapods/installer/target_installer/pod_target_installer.rb
+0
-19
No files found.
lib/cocoapods/installer/target_installer/pod_target_installer.rb
View file @
092f91c2
...
@@ -36,25 +36,6 @@ module Pod
...
@@ -36,25 +36,6 @@ module Pod
private
private
# Adds the project/library and compatibility versions, which are only
# applicable to dynamic libraries.
#
# @return [Hash{String => String}]
#
def
custom_build_settings
settings
=
super
if
target
.
requires_frameworks?
version
=
target
.
root_spec
.
version
project_version
=
[
version
.
major
,
version
.
minor
,
version
.
patch
].
join
(
'.'
)
compatibility_version
=
version
.
major
compatibility_version
=
project_version
if
compatibility_version
<
1
settings
[
'CURRENT_PROJECT_VERSION'
]
=
project_version
settings
[
'DYLIB_COMPATIBILITY_VERSION'
]
=
compatibility_version
.
to_s
settings
[
'DYLIB_CURRENT_VERSION'
]
=
'$(CURRENT_PROJECT_VERSION)'
end
settings
end
#-----------------------------------------------------------------------#
#-----------------------------------------------------------------------#
SOURCE_FILE_EXTENSIONS
=
Sandbox
::
FileAccessor
::
SOURCE_FILE_EXTENSIONS
SOURCE_FILE_EXTENSIONS
=
Sandbox
::
FileAccessor
::
SOURCE_FILE_EXTENSIONS
...
...
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