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
c382a0f3
Commit
c382a0f3
authored
Jun 25, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EmbedFrameworksScript] Update for CONFIGURATION_BUILD_DIR compatibility
parent
8ad48537
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+3
-3
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
c382a0f3
...
@@ -45,10 +45,10 @@ module Pod
...
@@ -45,10 +45,10 @@ module Pod
install_framework()
install_framework()
{
{
if [ -r "${BUILT_PRODUCTS_DIR}/
#{
target_definition
.
label
}
/$1" ]; then
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRODUCTS_DIR}/
#{
target_definition
.
label
}
/$1"
else
local source="${BUILT_PRODUCTS_DIR}/$1"
local source="${BUILT_PRODUCTS_DIR}/$1"
else
local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
fi
fi
local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
...
...
cocoapods-integration-specs
@
6b51ac1f
Subproject commit
9793ea0fa86ceb9656ed768e58fa3d6db1407dd7
Subproject commit
6b51ac1f956462570b9fb75516bd96f83017a72b
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