update template project - #41
petropavel13 wants to merge 1 commit into
Conversation
|
|
||
| end | ||
|
|
||
| # fixes Xcode 12 warnings: |
There was a problem hiding this comment.
ENV['COCOAPODS_DISABLE_STATS'] = "true"
- это еще актуальная штука?
There was a problem hiding this comment.
может уже и нет. что-то я по коду в их репозитории нашёл только тесты или типа того
|
|
||
| # Utils | ||
| pod 'LeadKit' | ||
| pod 'DeviceKit' |
There was a problem hiding this comment.
почему что-то переехало в spm, а что-то так и осталось в кокоаподс?
| @@ -21,22 +21,9 @@ target '{{project_name}}' do | |||
| pod 'Firebase/Performance' | |||
| pod 'Firebase/Analytics' # for Firebase/Performance | |||
There was a problem hiding this comment.
берем аналитику без ad id
|
|
||
| - name: API Generator | ||
| script: . build-scripts/xcode/build_phases/api_generator.sh 1.4.0-alpha3 {{project_name}}/Generated | ||
| script: #. build-scripts/xcode/build_phases/api_generator.sh 1.4.0-alpha3 {{project_name}}/Generated |
There was a problem hiding this comment.
новые проекты без api-generator. во всяком случае в текущем виде и если есть swagger
| @@ -70,13 +90,13 @@ aggregateTargets: | |||
| buildScripts: | |||
There was a problem hiding this comment.
Во всех местах билдфаз вызывается install_env.sh, где это необходимо?
| @@ -90,34 +110,37 @@ aggregateTargets: | |||
| readonly PODS_ROOT="${SRCROOT}/Pods" | |||
There was a problem hiding this comment.
А скрипты CodeGen и CodeLint обновлены для работы с воркспейсами?
|
Надо добавить вызов install_env.sh в CodeGen и CodeLint |
No description provided.