mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
mobile: add ExportOptions.plist
This commit is contained in:
15
apps/mobile/native/ios/ExportOptions.plist
Normal file
15
apps/mobile/native/ios/ExportOptions.plist
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-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>provisioningProfiles</key>
|
||||||
|
<dict>
|
||||||
|
<key>org.streetwriters.notesnook</key>
|
||||||
|
<string>Notesnook App Distribution 2024</string>
|
||||||
|
<key>org.streetwriters.notesnook.notewidget</key>
|
||||||
|
<string>Notesnook Widget Distribution 2024</string>
|
||||||
|
<key>org.streetwriters.notesnook.share</key>
|
||||||
|
<string>Notesnook Share Distribution 2024</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user