Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

VSImporter should automatically create publisher folder manifest entries #2307

@rajsesh

Description

@rajsesh

https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html

From:

<key>com.apple.security.application-groups</key>
<array>
    <string>DG29478A379Q6483R9214.HolstFirstAppSuite</string>
    <string>DG29478A379Q6483R9214.HolstSecondAppSuite</string>
</array>

To:

https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data/

<Extensions>
  <Extension Category="windows.publisherCacheFolders">
    <PublisherCacheFolders>
      <Folder Name="HolstFirstAppSuite" />
      <Folder Name="HolstSecondAppSuite" />
    </PublisherCacheFolders>
  </Extension>
</Extensions>

in the appx manifest.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions