/
sberpay
/
AgeGate-iOS
Обзор
Документация
Войти
/
sberpay
/
AgeGate-iOS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
develop
project.yml
140 строк
4 KB
SergeyGladkiy
подготовил апп к версии 1.0.0
30 июл 2026, 23:13
30 июл 2026, 23:13
913ecc8
Код
Авторство
О чём код?
name: AgeGate options: deploymentTarget: 15.0 developmentLanguage: ru groupSortPosition: top generateEmptyDirectories: false minimumXcodeGenVersion: '2.38.0' settings: base: SWIFT_VERSION: 5.9 DEVELOPMENT_TEAM: 26W7AF4Y74 CODE_SIGN_STYLE: Automatic CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES targetTemplates: SDK: type: framework platform: iOS deploymentTarget: 15.0 scheme: {} sources: - path: ./AgeGateSDK excludes: [Resources/**] settings: base: MARKETING_VERSION: 0.1.0 CURRENT_PROJECT_VERSION: 1 BUILD_LIBRARY_FOR_DISTRIBUTION: true ONLY_ACTIVE_ARCH: false DEFINES_MODULE: true targets: AgeGateSDK: templates: [SDK] sources: - path: ./AgeGateSDK excludes: [Resources/**] - path: ./Generated - path: ./PROD-AgeGate - path: ./AgeGateSDK/Resources buildPhase: resources settings: base: PRODUCT_NAME: AgeGateSDK PRODUCT_BUNDLE_IDENTIFIER: com.team1.agegate.sdk OTHER_SWIFT_FLAGS: ["-DSDKPROD"] SKIP_INSTALL: YES info: path: ./AgeGateSDK/SupportingFiles/Info.plist properties: CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString: $(MARKETING_VERSION) CFBundleVersion: $(CURRENT_PROJECT_VERSION) AGTSDKVersion: $(MARKETING_VERSION) AgeGateSDKDEBUG: templates: [SDK] sources: - path: ./AgeGateSDK excludes: [Resources/**] - path: ./Generated - path: ./DEBUG-AgeGate - path: ./AgeGateSDK/Resources buildPhase: resources settings: base: PRODUCT_NAME: AgeGateSDKDEBUG PRODUCT_BUNDLE_IDENTIFIER: com.team1.agegate.sdk.debug OTHER_SWIFT_FLAGS: ["-DSDKDEBUG"] SKIP_INSTALL: YES info: path: ./AgeGateSDK/SupportingFiles/Info.plist properties: CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString: $(MARKETING_VERSION) CFBundleVersion: $(CURRENT_PROJECT_VERSION) AGTSDKVersion: $(MARKETING_VERSION) AgeGateExample: type: application platform: iOS deploymentTarget: 15.0 scheme: {} sources: - path: ./AgeGateExample - path: ./AgeGateExample/Resources buildPhase: resources dependencies: - target: AgeGateSDKDEBUG embed: true settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.team1.agegate.test MARKETING_VERSION: 1.0.0 CURRENT_PROJECT_VERSION: 1 SKIP_INSTALL: NO BUILD_LIBRARY_FOR_DISTRIBUTION: NO MACH_O_TYPE: mh_execute ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon TARGETED_DEVICE_FAMILY: 1 info: path: ./AgeGateExample/SupportingFiles/Info.plist properties: CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString: $(MARKETING_VERSION) CFBundleIconName: AppIcon UILaunchScreen: {} UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait] NSCameraUsageDescription: Камера нужна, чтобы подтвердить возраст по биометрии NSBluetoothAlwaysUsageDescription: Bluetooth нужен, чтобы подтвердить возраст при получении заказа CFBundleURLTypes: - CFBundleURLName: $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleURLSchemes: [agegateexample] LSApplicationQueriesSchemes: - sberbankidexternallogin - sbolidexternallogin AgeGateSDKTests: type: bundle.unit-test platform: iOS deploymentTarget: 15.0 sources: - path: ./AgeGateSDKTests dependencies: - target: AgeGateSDKDEBUG schemes: AgeGateSDK: build: targets: AgeGateSDK: all AgeGateSDKTests: [test] test: targets: [AgeGateSDKTests]