Skip to content

Commit

Permalink
update info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Dec 12, 2024
1 parent 7d919df commit aa66a65
Showing 1 changed file with 25 additions and 28 deletions.
53 changes: 25 additions & 28 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -20,10 +22,32 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>de.lox.dev.camelus</string>
<key>CFBundleURLSchemes</key>
<array>
<string>nostr</string>
<string>camelus</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo access is used to add account profile, include pictures in posts</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>FutterDeepLinkingEnabled</key>
<false/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -43,37 +67,10 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo access is used to add account profile, include pictures in posts</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>FutterDeepLinkingEnabled</key>
<false/>

<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>de.lox.dev.camelus</string>
<key>CFBundleURLSchemes</key>
<array>
<string>nostr</string>
<string>camelus</string>

</array>
</dict>
</array>

<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:camelus.app</string>
<string>applinks:www.camelus.app</string>
</array>
</dict>
</plist>
</plist>

0 comments on commit aa66a65

Please sign in to comment.