Replies: 1 comment
-
@ajpinedam Any ideas please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It appears that, by default, Uno is creating a PreferenceSpecifiers for iOS apps? This is what I mean:
In a new UnoApp project titled
UnoInterSessionStorage
, I've provided the following Settings.bundle/Root.plist:Settings.bundle/Root.plist
And referenced it via the following in the app's
.csproj
:Which results in the following Settings:
Which raises the question: What generated the
UNOINTERSESSIONSTORAGE STORAGE
PSGroupSpecifier shown in the above screenshot? Is there a PreferenceSpecifiers nested in aplist
that is injected at build time? Can I override this process or inject something into its contents?Beta Was this translation helpful? Give feedback.
All reactions