ui-fabric-ios/OfficeUIFabric.Resources
Vlad Filyakov 071314f573 Merged PR 260419: Resources in resource bundle
Now all resource files (strings, images) will be collected in OfficeUIFabricResource.bundle instead of hanging in OfficeUIFabric.framework by themselves. This was mainly done to support usage of OfficeUIFabric pod as a static library, which is needed for FilePicker in Outlook. Without this change all resource files were dumped in the root of consuming app package overwriting app's resources.

- New OfficeUIFabricResources target that generates a resource bundle
- Podspec: uses resource bundle instead of resources
- OfficeUIFabricFramework: new resourceBundle
- String: extension resourceBundle uses resourceBundle
- UIImage: extension staticImageNamed uses resourceBundle

Related work items: #712692
2019-04-24 01:27:20 +00:00
..
Info.plist Merged PR 260419: Resources in resource bundle 2019-04-24 01:27:20 +00:00