spb/admin-ka-ios
Public
Swift 100%
1name: AdminKa2options:3 bundleIdPrefix: com.groupeka4 deploymentTarget:5 iOS: "16.0"6 createIntermediateGroups: true7settings:8 base:9 MARKETING_VERSION: "1.0.1"10 CURRENT_PROJECT_VERSION: "4"11 DEVELOPMENT_TEAM: "3YM54G49SN"12 CODE_SIGN_STYLE: Automatic13 SWIFT_VERSION: "5.0"14targets:15 AdminKa:16 type: application17 platform: iOS18 sources:19 - Sources20 - Resources21 info:22 path: Sources/Info.plist23 properties:24 CFBundleDisplayName: Admin-Ka25 CFBundleShortVersionString: "1.0.0"26 CFBundleVersion: "3"27 UILaunchScreen:28 UIColorName: LaunchBackground29 UISupportedInterfaceOrientations:30 - UIInterfaceOrientationPortrait31 UISupportedInterfaceOrientations~ipad:32 - UIInterfaceOrientationPortrait33 - UIInterfaceOrientationPortraitUpsideDown34 - UIInterfaceOrientationLandscapeLeft35 - UIInterfaceOrientationLandscapeRight36 UIStatusBarStyle: UIStatusBarStyleDarkContent37 UIViewControllerBasedStatusBarAppearance: false38 NSAppTransportSecurity:39 NSAllowsArbitraryLoads: false40 settings:41 base:42 PRODUCT_BUNDLE_IDENTIFIER: com.groupeka.adminka43 ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon44 TARGETED_DEVICE_FAMILY: "1,2"45 ENABLE_USER_SCRIPT_SANDBOXING: "YES"46