Giter Club home page Giter Club logo

Comments (5)

github-actions avatar github-actions commented on September 22, 2024 1

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from maui.

mattleibow avatar mattleibow commented on September 22, 2024 1

May be related #12085

TL;DR:

Set /p:IpaIncludeArtwork=true on the CLI or <IpaIncludeArtwork>true</IpaIncludeArtwork> in the csproj.

from maui.

markmccaigue avatar markmccaigue commented on September 22, 2024

Hi @shaiscytale it might be worth checking your Info.plist file if you haven't already?

More info below:
https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons?view=net-maui-8.0&tabs=macios#tabpanel_1_macios

from maui.

shaiscytale avatar shaiscytale commented on September 22, 2024

Hi ! the info.plist is pretty basic, and I added the required "XSAppIconAssets" part

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSExceptionDomains</key>
		<dict>
			<key>localhost</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>UIDeviceFamily</key>
	<array>
		<integer>1</integer>
	</array>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>arm64</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
	<key>CFBundleIdentifier</key>
	<string>CFBundleIdentifier</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleURLName</key>
			<string>CFBundleURLName</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>CFBundleURLSchemes</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
		</dict>
	</array>
	<key>CFBundleShortVersionString</key>
	<string>1.0.33</string>
	<key>XSAppIconAssets</key>
	<string>Assets.xcassets/appicon.appiconset</string>
	<key>NSCalendarsUsageDescription</key>
	<string>This app needs access to your calendar.</string>
	<key>NSContactsUsageDescription</key>
	<string>This app needs access to your contact list.</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>This app needs access to your microphone to record audio messages.</string>
	<key>NSAppleMusicUsageDescription</key>
	<string>This app needs access to your music.</string>
	<key>NSSiriUsageDescription</key>
	<string>This app needs access to Siri.</string>
	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
	<string>This app needs access to your location.</string>
	<key>NSLocationWhenInUseUsageDescription</key>
	<string>This app needs access to your location.</string>
	<key>NSBluetoothAlwaysUsageDescription</key>
	<string>This app needs access to your bluetooth.</string>
	<key>NSCameraUsageDescription</key>
	<string>This app needs access to your camera to take pictures.</string>
	<key>CFBundleVersion</key>
	<string>72</string>
</dict>
</plist>

from maui.

shaiscytale avatar shaiscytale commented on September 22, 2024

Hi @mattleibow !

the <IpaIncludeArtwork>true</IpaIncludeArtwork> seems to work for ipa distribution, but since I'm no longer able to debug for an unknown reason, I'm still investigating. Thanks anyway !

from maui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.