Skip to content

Commit

Permalink
feat: 🎸 info plist
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 28, 2023
1 parent 7bccb79 commit b446b4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
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

0 comments on commit b446b4c

Please sign in to comment.