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
086a7299
Commit
086a7299
authored
Dec 24, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] Stylistic improvements
Thanks @segiddins.
parent
5ef969a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
CHANGELOG.md
CHANGELOG.md
+10
-9
No files found.
CHANGELOG.md
View file @
086a7299
...
@@ -8,24 +8,25 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -8,24 +8,25 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Highlighted Enhancement That Needs Testing
##### Highlighted Enhancement That Needs Testing
*
Support Frameworks & Swift: This allows to build podspecs, which contain Swift
*
Support Frameworks & Swift: This allows the creation of pods that contain Swift.
code, because it now automatically recognize Swift source files and determines
CocoaPods now recognizes Swift source files and builds dynamic frameworks when
if it is required to build a framework. As soon as a project explicitly
necessary.
opts-in to
`use_frameworks!`
in the Podfile or if any dependency contains
As soon as a project explicitly opts-in to
`use_frameworks!`
in the Podfile, or
Swift, the pods will be integrated as frameworks.
if any dependency contains Swift, all pods for that target will be integrated
As pod author you can change the name of the built framework, by specifying
as frameworks.
As a pod author, you can change the name of the built framework by specifying a
`module_name`
in the podspec. The built frameworks are embedded into the host
`module_name`
in the podspec. The built frameworks are embedded into the host
application with a new shell script build phase in the user project to allow
application with a new shell script build phase in the user project to allow
configuration-dependent pods.
for configuration-dependent pods.
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
#2835
](
https://github.com/CocoaPods/CocoaPods/issues/2835
)
[
#2835
](
https://github.com/CocoaPods/CocoaPods/issues/2835
)
##### Breaking
##### Breaking
*
Bundle Resources into Frameworks: Previously all resources were compiled and
*
Bundle Resources into Frameworks: Previously all resources were compiled and
copied into the
`mainBundle`
.
By n
ow Pods have to use
copied into the
`mainBundle`
.
N
ow Pods have to use
`[NSBundle bundleForClass:<#Class from Pod#>]`
to access provided resources
`[NSBundle bundleForClass:<#Class from Pod#>]`
to access provided resources
relative
ly to the bundle.
relative
to the bundle.
[
Boris Bügling
](
https://github.com/neonichu
)
[
Boris Bügling
](
https://github.com/neonichu
)
[
#2835
](
https://github.com/CocoaPods/CocoaPods/issues/2730
)
[
#2835
](
https://github.com/CocoaPods/CocoaPods/issues/2730
)
...
...
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