Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Improve iOS Demo app build configuration (#59791)
* build: Remove unused package script This script is not references anywhere and likely is now unnecessary given the current Xcode version is Xcore 14. wordpress-mobile/gutenberg-mobile@16c6a60 * build: Address iOS Demo app build warnings The `$(inherited)` value was added to address the following warnings. The additional `swift` path was added during subsequent app builds. ``` [!] The `GutenbergDemo [Debug]` target overrides the `LIBRARY_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-GutenbergDemo/Pods-GutenbergDemo.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build settings from the target. [!] The `GutenbergDemo [Release]` target overrides the `LIBRARY_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-GutenbergDemo/Pods-GutenbergDemo.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the `$(inherited)` flag, or - Remove the build settings from the target. ```
- Loading branch information