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
9aec4857
Commit
9aec4857
authored
Oct 18, 2014
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Resources] Fix issue installing to target without resources
Fixes #2083
parent
12a0868a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.md
CHANGELOG.md
+5
-0
copy_resources_script.rb
lib/cocoapods/generator/copy_resources_script.rb
+2
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
CHANGELOG.md
View file @
9aec4857
...
...
@@ -44,6 +44,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2684
](
https://github.com/CocoaPods/CocoaPods/issues/2684
)
*
Fixes an issue when installing Pods with resources to a target which
doesn't have any resources.
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2083
](
https://github.com/CocoaPods/CocoaPods/issues/2083
)
## 0.34.2
...
...
lib/cocoapods/generator/copy_resources_script.rb
View file @
9aec4857
...
...
@@ -80,6 +80,8 @@ module Pod
#!/bin/sh
set -e
mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY"
...
...
cocoapods-integration-specs
@
ae87cdaa
Subproject commit
933d831a7f92c47f5b43f15e05207ca123a169b6
Subproject commit
ae87cdaa7f0c96ad246ddd804a08bc4260018548
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