SPB Git

spb/poche Public

Agent personnel 100 % on-device — SwiftUI + Apple Foundation Models + EventKit + SwiftData. Aucune API, aucun serveur.

Swift 100%
1.5 KB · 41 lines xml
Raw Blame History
1<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5	<key>CFBundleDevelopmentRegion</key>6	<string>$(DEVELOPMENT_LANGUAGE)</string>7	<key>CFBundleDisplayName</key>8	<string>Poche</string>9	<key>CFBundleExecutable</key>10	<string>$(EXECUTABLE_NAME)</string>11	<key>CFBundleIdentifier</key>12	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>13	<key>CFBundleInfoDictionaryVersion</key>14	<string>6.0</string>15	<key>CFBundleName</key>16	<string>$(PRODUCT_NAME)</string>17	<key>CFBundlePackageType</key>18	<string>APPL</string>19	<key>CFBundleShortVersionString</key>20	<string>$(MARKETING_VERSION)</string>21	<key>CFBundleVersion</key>22	<string>$(CURRENT_PROJECT_VERSION)</string>23	<key>ITSAppUsesNonExemptEncryption</key>24	<false/>25	<key>NSCalendarsFullAccessUsageDescription</key>26	<string>Poche lit tes prochains événements et crée ceux que tu confirmes.</string>27	<key>NSMicrophoneUsageDescription</key>28	<string>Le micro sert uniquement à dicter tes messages, en local.</string>29	<key>NSRemindersFullAccessUsageDescription</key>30	<string>Poche crée les rappels que tu confirmes, directement dans l’app Rappels.</string>31	<key>NSSpeechRecognitionUsageDescription</key>32	<string>Poche transcrit ta voix entièrement sur l’appareil, jamais sur un serveur.</string>33	<key>UILaunchScreen</key>34	<dict/>35	<key>UISupportedInterfaceOrientations</key>36	<array>37		<string>UIInterfaceOrientationPortrait</string>38	</array>39</dict>40</plist>41