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
1faa2614
Commit
1faa2614
authored
Sep 05, 2013
by
Blake Watters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CHANGELOG entry detailing Resource Bundle fixes. refs #1329
parent
e0571cf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
CHANGELOG.md
CHANGELOG.md
+11
-0
No files found.
CHANGELOG.md
View file @
1faa2614
...
@@ -4,6 +4,17 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,6 +4,17 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
## Master
###### Bug Fixes
*
Solved outstanding issues with CocoaPods resource bundles and Archive builds:
1.
The rsync task copies symlinks into the App Bundle, producing an invalid app. This change add
`--copy-links`
to the rsync invocation to ensure the target files are copied rather than the symlink.
2.
The Copy Resources script uses
`TARGET_BUILD_DIR`
which points to the App Archiving folder during an Archive action.
Switching to
`BUILT_PRODUCTS_DIR`
instead ensures that the path is correct for all actions and configurations.
[
Blake Watters
](
https://github.com/blakewatters
)
[
#1309
](
https://github.com/CocoaPods/CocoaPods/issues/1309
)
[
#1329
](
https://github.com/CocoaPods/CocoaPods/issues/1329
)
## 0.24.0
## 0.24.0
...
...
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