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
19a81cd9
Commit
19a81cd9
authored
Apr 02, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Generator::Plist] Ensure a CFBundleVersion is set for resource bundles
parent
a33c0d28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG.md
CHANGELOG.md
+4
-0
info_plist_file.rb
lib/cocoapods/generator/info_plist_file.rb
+1
-0
No files found.
CHANGELOG.md
View file @
19a81cd9
...
...
@@ -46,6 +46,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
be run.
[
seaders
](
https://github.com/seaders
)
[
#5133
](
https://github.com/CocoaPods/CocoaPods/issues/5133
)
*
Ensure that a
`CFBundleVersion`
is set for resource bundles' Info.plist
files.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4897
](
https://github.com/CocoaPods/CocoaPods/issues/4897
)
## 1.0.0.beta.6 (2016-03-15)
...
...
lib/cocoapods/generator/info_plist_file.rb
View file @
19a81cd9
...
...
@@ -116,6 +116,7 @@ module Pod
}
info
[
'CFBundleExecutable'
]
=
'${EXECUTABLE_NAME}'
if
bundle_package_type
!=
:bndl
info
[
'CFBundleVersion'
]
=
'1'
if
bundle_package_type
==
:bndl
info
[
'UIRequiredDeviceCapabilities'
]
=
%w(arm64)
if
target
.
platform
.
name
==
:tvos
info
...
...
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