SPB Git

spb/prisme Public MIT

Navigateur iOS intelligent — chaque page comprise localement avant d'être affichée. SwiftUI · WebKit · Foundation Models, 100% on-device.

Swift 96.7% JavaScript 3.3%

build: TestFlight distribution config

- Set DEVELOPMENT_TEAM for automatic signing
- All four iPad orientations (ASC validation 90474)
- ITSAppUsesNonExemptEncryption=NO, build 2
- Ignore build/ artefacts

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 2 h ago (Aug 12, 2026) parent 6c4829e

Showing 2 changed files with +8 and −1

modified .gitignore +3 −0
@@ -12,3 +12,6 @@ xcuserdata/
12 12
13 13 # macOS
14 14 .DS_Store
15 +
16 +# Build artefacts (archives, export options)
17 +build/
modified project.yml +5 −1
@@ -17,9 +17,13 @@ settings:
17 17 INFOPLIST_KEY_CFBundleDisplayName: Prisme
18 18 INFOPLIST_KEY_UILaunchScreen_Generation: YES
19 19 INFOPLIST_KEY_UISupportedInterfaceOrientations: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
20 CURRENT_PROJECT_VERSION: 1
20 + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
21 + CURRENT_PROJECT_VERSION: 2
21 22 MARKETING_VERSION: "0.1.0"
22 23 CODE_SIGN_STYLE: Automatic
24 + DEVELOPMENT_TEAM: 3YM54G49SN
25 + # TestFlight: standard encryption only — skips the compliance prompt.
26 + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: NO
23 27 targets:
24 28 Prisme:
25 29 type: application
26 30