Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [info.plist]

Info.plist (information property list) is a structured text file (XML) used in Apple's developer environment and operating systems that contains essential configuration information for a bundled executable.

info.plist
-1 votes
0 answers
11 views

Is removing 'Info.plist' file the right solution to 'Multiple commands produce '/Info.plist' duplicate output file'?

I duplicated one of my xcode projects where I was using CoreData to explore it's functionality with other database options, I changed the name on the duplicate and left the original file as it was. ...
JulioTrujilloH's user avatar
-1 votes
0 answers
41 views

Enabling Game mode for own apps on Mac

I am currently making some rendering apps using OpenGL on Mac. The problem is that those games, even when I go to full screen mode, don't enable the game mode. Therefore my fps is pretty low. Is there ...
Peko's user avatar
  • 1
0 votes
0 answers
37 views

Expo gitignore ios and android folders

My generated info.plist has some identifiers such Google Login client ID. While this isn't a "secret", I don't want to commit this to a public git repo. Given the entire ios and android ...
DD.'s user avatar
  • 21.8k
-2 votes
0 answers
25 views

How to Dynamically Include Fonts in info.plist Based on Configuration in Xcode?

I have an Xcode project with multiple configurations tailored for different vendors. Currently, I'm facing the issue of manually adding all fonts to the info.plist file, even though some fonts are ...
Ali Abdul Jabbar's user avatar
0 votes
2 answers
132 views

macOS Services Menu: Image Not Showing Despite Being in Resources Folder

I am trying to add a custom service to the macOS Services menu, and I want to include an image/icon in the context menu item. I have followed the necessary steps to define the service in the Info....
Nane's user avatar
  • 333
0 votes
1 answer
44 views

Flutter app - localizing strings in info.plist

I'm localizing a flutter app. In Android all works fine, and iOS the strings are translated as expected from the .arb files. However, I don't see how to translate the strings that are in info.plist - ...
Bill C's user avatar
  • 71
-1 votes
1 answer
32 views

How to change bundle version by Shell in Custom iOS Target Properties in Xcode 13 where Info.plist has been removed?

In the past, we could modify info.plist to auto increase bundle version like: /usr/libexec/PlistBuddy -c "Set :ApplicationProperties:CFBundleVersion 45" But, since now Info.plist has been ...
NSDo's user avatar
  • 19
1 vote
1 answer
27 views

Added KeepAlive as true still process is not spawned after termination

I have create a plist with keepalive= true Still once process is killed it is not spawned again <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" ...
Rushikesh Korde's user avatar
0 votes
0 answers
113 views

Error in iOS Simulator with .NET MAUI Blazor Hybrid: "Info.plist does not contain a valid CFBundleVersion

I am developing a .NET MAUI Blazor Hybrid application in Visual Studio 2022 and encountering an error when attempting to run it on the iOS simulator. The error message states: The application's Info....
Güliz Hasan's user avatar
0 votes
0 answers
90 views

Expo ImagePicker.requestCameraPermissionsAsync() crashes after native build. Works on Expo Go

After building native app for ios using eas build, app crashes upon trying to request camera permissions with ImagePicker. Expo SDK 50 "expo-image-picker": "14.7.1" import * as ...
Stephen Clark's user avatar
0 votes
0 answers
93 views

problem with the connection between the server and the iOS device in .net maui

I'm working on Maui. I have a problem with the connection between the server and the iOS device. It works well on Android devices, but I’ve tried everything possible on iOS without success. I can open ...
Noone's user avatar
  • 1
0 votes
0 answers
63 views

iOS Simulator Debug: Launching 'tel' and 'mailto' Schemes Results in Errors

I have included the following code in my info.plist file: <key>LSApplicationQueriesSchemes</key> <array> <string>mailto</string> <string>tel</string> ...
elgioni's user avatar
4 votes
0 answers
112 views

Deep links in AppleWatch

This page describes the procedure to create deep links in iOS. I was able to launch an IOS Companion app (name of the app in my case) using its deep link. But the same is not working in AppleWatch. ...
NightFuryLxD's user avatar
-1 votes
1 answer
106 views

Cannot change default Permission String of Expo Plugins (Camera etc.)

Expo / IOS I'm trying to push an app to the app store and got stuck at this phase: I can not change the default permission string for using camera, photos and location. As you may well know, Apple ...
Emo's user avatar
  • 610
0 votes
1 answer
49 views

How to use info.plist in Xcode UITest target?

I have a project with iOS app and UITests targets. UITest target has its own info.plist, and I tried to add additional row: But during tests executing new row is unavailable in code: (lldb) po Bundle....
General Failure's user avatar

15 30 50 per page
1
2 3 4 5
51