Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 info plist #42

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions App/FlyCam/Multiplatform/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -92,37 +92,25 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "あなたのカメラはプロフィール写真の撮影に使用されます。"
"value" : "あなたのカメラは投稿の撮影に使用されます。"
}
}
}
},
"NSContactsUsageDescription" : {
"comment" : "Privacy - Contacts Usage Description",
"NSMicrophoneUsageDescription" : {
"comment" : "Privacy - Microphone Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Your contacts are used to find friends and uploaded to a server."
"value" : "Your Photo Library are used to select profile picture."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "連絡先は友達を探すのに使用し、サーバーにアップロードされます。"
}
}
}
},
"NSMicrophoneUsageDescription" : {
"comment" : "Privacy - Microphone Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Your Photo Library are used to select profile picture."
"value" : "あなたのマイクは投稿の撮影に使用されます。"
}
}
}
Expand All @@ -140,7 +128,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "あなたのフォトライブラリは、プロフィール写真を選択するために使用されます。"
"value" : "あなたのフォトライブラリは、投稿を保存するために使用されます。"
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions App/FlyCam/Multiplatform/Production/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<true/>
<key>NSCameraUsageDescription</key>
<string>Your camera are used to take profile picture.</string>
<key>NSContactsUsageDescription</key>
<string>Your contacts are used to find friends and uploaded to a server.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your Photo Library are used to select profile picture.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down Expand Up @@ -63,7 +61,7 @@
<key>UIApplicationShortcutItemSubtitle</key>
<string>Give it a secound chance!</string>
<key>UIApplicationShortcutItemTitle</key>
<string>🥺 Don't remove the FlyCam!</string>
<string>🥺 Don&apos;t remove the FlyCam!</string>
<key>UIApplicationShortcutItemType</key>
<string>/</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions App/FlyCam/Multiplatform/Staging/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<true/>
<key>NSCameraUsageDescription</key>
<string>Your camera are used to take profile picture.</string>
<key>NSContactsUsageDescription</key>
<string>Your contacts are used to find friends and uploaded to a server.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your Photo Library are used to select profile picture.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down