Posts

Post marked as solved
4 Replies
I think I have it working. There were a lot of unknown steps. I stumbled on a useful page: https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow?preferredLanguage=occ#3087734
Post marked as solved
1 Replies
It seems to be OK now. Admittedly I changed the version number, tried Release build, and upgraded to latest Big Sur. But after all those changes the Help Book now matches all the changes I made.
Post marked as solved
1 Replies
This was my fault! I had added the CSS file and the Build Action was set to Embedded Resource instead of Bundled Resource. Now it is fine. 😊
Post marked as solved
1 Replies
Turns out that there was a problem with my code that installed the default data. Oops.
Post not yet marked as solved
12 Replies
Here is the really odd thing ... If I set the focus to the WebView and use Print from the File menu, it is fine! But if I use: var appleViewToPrint = Platform.CreateRenderer(viewToPrint).NativeView; var printOp = NSPrintOperation.FromView(appleViewToPrint, NSPrintInfo.SharedPrintInfo); printOp.JobTitle = "Elderly and Infirm Rota"; printOp.ShowsPrintPanel = true; printOp.RunOperation(); It is blank. Related discussion here. - https://stackoverflow.com/q/66398848/2287576
Post not yet marked as solved
2 Replies
I now see two related questions - 8 month and 5 months. No response from Apple. ??
Post not yet marked as solved
3 Replies
I would like to know too, for iOS and macOS. How we can do xslt transformations. Doesn't the support staff read these questions?
Post not yet marked as solved
2 Replies
My colleague uninstalled the application and tried using the PKG file a second time and it did install to the Applications folder. I am not sure why it failed the first time.
Post not yet marked as solved
2 Replies
I expanded the PKG into a temp folder and I saw: install-location="/Applications" auth="root" So it seems it should have installed to that folder and not the folder where the PKG was.
Post marked as solved
4 Replies
I see something about it but need instructions for VS for Mac.
Post marked as solved
4 Replies
What do you mean "notarized"?
Post marked as solved
2 Replies
Thanks. I managed to add the required resources with this UTType value. Sorted. 😀