Skip to content

Commit

Permalink
Update info plist
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Apr 1, 2024
1 parent 147d105 commit 4f25438
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile;
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile.dev;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -662,7 +662,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile;
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile.dev;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -688,7 +688,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile;
PRODUCT_BUNDLE_IDENTIFIER = fr.johanstick.stendmobile.dev;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down
38 changes: 19 additions & 19 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 @@ -22,8 +24,25 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>http</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Stend doit avoir accès à votre appareil photo pour pouvoir partager des photos via celui-ci.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Stend doit avoir accès à votre galerie pour pouvoir télécharger des photos dans celle-ci.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Stend doit avoir accès à votre galerie pour pouvoir partager des photos via celle-ci.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -41,24 +60,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>http</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>Stend doit avoir accès à votre galerie pour pouvoir partager des photos via celle-ci.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Stend doit avoir accès à votre galerie pour pouvoir télécharger des photos dans celle-ci.</string>
<key>NSCameraUsageDescription</key>
<string>Stend doit avoir accès à votre appareil photo pour pouvoir partager des photos via celui-ci.</string>
</dict>
</plist>

0 comments on commit 4f25438

Please sign in to comment.