https://github.com/kornerr/ios-xcodegen-build-configs
Info.plist на основе выбранной конфигурации сборки Xcode | Info.plist based on selected Xcode build configuration
https://github.com/kornerr/ios-xcodegen-build-configs
ios plist swift xcodegen
Last synced: 15 days ago
JSON representation
Info.plist на основе выбранной конфигурации сборки Xcode | Info.plist based on selected Xcode build configuration
- Host: GitHub
- URL: https://github.com/kornerr/ios-xcodegen-build-configs
- Owner: kornerr
- Created: 2020-02-10T09:22:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T11:32:16.000Z (over 6 years ago)
- Last Synced: 2025-12-25T20:59:14.510Z (6 months ago)
- Topics: ios, plist, swift, xcodegen
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RU
Этот проект [XcodeGen][xcodegen] использует определённые файлы `Info.plist` в зависимости от конфигурации сборки Xcode:
| № | Конфигурация сборки | Info.plist | GoogleService-Info.plist |
|---|---|---|---|
| 1 | appstore_debug | `app/support/appstore_debug.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 2 | appstore_stage | `app/support/appstore_stage.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 3 | appstore_release | `app/support/appstore_release.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 4 | enterprise_stage | `app/support/enterprise_stage.Info.plist` | `app/support/enterprise/GoogleService-Info.plist` |
| 5 | enterprise_release | `app/support/enterprise_release.Info.plist` | `app/support/enterprise/GoogleService-Info.plist` |
# EN
This [XcodeGen][xcodegen] project sets specific `Info.plist` file based on Xcode build configuration:
| № | Build configuration | Info.plist | GoogleService-Info.plist |
|---|---|---|---|
| 1 | appstore_debug | `app/support/appstore_debug.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 2 | appstore_stage | `app/support/appstore_stage.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 3 | appstore_release | `app/support/appstore_release.Info.plist` | `app/support/appstore/GoogleService-Info.plist` |
| 4 | enterprise_stage | `app/support/enterprise_stage.Info.plist` | `app/support/enterprise/GoogleService-Info.plist` |
| 5 | enterprise_release | `app/support/enterprise_release.Info.plist` | `app/support/enterprise/GoogleService-Info.plist` |
[xcodegen]: https://github.com/yonaskolb/XcodeGen