CocoaPods / CocoaPods/Xcodeproj

Create Info.plist for resource bundles

Open
#259 8 comments 0 reactions 0 assignees View on GitHub
d1:easy s3:detailed t1:enhancement
Dominant language
Ruby
Stars
2.4k
Forks
488
PR merge metrics
No merged PRs in 30d

Description

Seems like the root cause of CocoaPods/CocoaPods#3310 is that we don't create a proper Info.plist for resource bundles, whereas Xcode does that. `Xcodeproj::Project.new_resources_bundle()` should create that so that the resource bundle is actually of the same form as those Xcode itself creates:

``` xml

CFBundleDevelopmentRegion
en
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
com.contentful.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
$(PRODUCT_NAME)
CFBundlePackageType
BNDL
CFBundleShortVersionString
1.0
CFBundleSignature
????
CFBundleVersion
1
NSPrincipalClass

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.