Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisoftware/xcassetssample
This sample project try to expose a complex case of using multiple assets with multiple targets. Originally created to test CocoaPods/CocoaPods#3263
https://github.com/alisoftware/xcassetssample
Last synced: about 1 month ago
JSON representation
This sample project try to expose a complex case of using multiple assets with multiple targets. Originally created to test CocoaPods/CocoaPods#3263
- Host: GitHub
- URL: https://github.com/alisoftware/xcassetssample
- Owner: AliSoftware
- Created: 2015-03-13T23:59:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T00:07:17.000Z (over 9 years ago)
- Last Synced: 2024-05-09T07:56:41.917Z (6 months ago)
- Language: Objective-C
- Size: 1.04 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XCAssetsSample
This sample project try to expose a complex case of using multiple assets with multiple targets.
It has originally been created to test [CocoaPods/CocoaPods#3263](https://github.com/CocoaPods/CocoaPods/pull/3263)
### Structure
The project contains 3 App targets
* each target is linked with a `Common.xcassets` (same for the 3 targets)
* each target also has its own `Images.xcassets` (different for each target)
* 2 of the 3 app targets have a dependency defined in their `Podfile` to a pod that contains an `xcassets` in its spec's `resources`.The aim of this sample is to ensure that `pod install` will integrate assets properly
and that each app target will contain the expected assets (no more, no less), so that
we can consider [CocoaPods/CocoaPods#1546](https://github.com/CocoaPods/CocoaPods/issues/1546) as fixed.