Skip to content

Info.plist на основе выбранной конфигурации сборки Xcode | Info.plist based on selected Xcode build configuration

Notifications You must be signed in to change notification settings

kornerr/ios-xcodegen-build-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RU

Этот проект 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 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

About

Info.plist на основе выбранной конфигурации сборки Xcode | Info.plist based on selected Xcode build configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published