Files
andros 95d16a5a3d Prep for App Store submission
- PrivacyInfo.xcprivacy declares UserDefaults access with reason CA92.1
  and an empty tracking/data-collection profile. Required by Apple
  since May 2024 for all new app submissions.
- ITSAppUsesNonExemptEncryption=false skips the export-compliance prompt
  on every App Store Connect upload. The app only uses standard HTTPS
  and Basic Auth, which qualifies as exempt.
- Surface poll-vote upload errors through the existing alert path
  instead of swallowing them silently.
2026-04-21 11:34:31 +02:00

41 lines
1.0 KiB
YAML

name: OrgSocialApp
options:
bundleIdPrefix: dev.andros
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
xcodeVersion: "16.3"
packages:
OrgSocialKit:
path: .
targets:
OrgSocialApp:
type: application
platform: iOS
sources:
- path: App
dependencies:
- package: OrgSocialKit
info:
path: App/Info.plist
properties:
CFBundleName: Org Social
UILaunchStoryboardName: ""
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
NSAppTransportSecurity:
NSAllowsArbitraryLoads: false
ITSAppUsesNonExemptEncryption: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: dev.andros.OrgSocialApp
SWIFT_EMIT_LOC_STRINGS: YES
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: 3C2UJKRFLG
CODE_SIGNING_ALLOWED: YES
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor