Christoffer Hoel
Christoffer Hoel
No need to hack anything, it's super easy to add a watch build by adding e.g. `` to your iOS project file. But I guess there is no support for...
So the `_ResolvedWatchAppReferences` trick seems to be working, but there is a signing mismatch on the watch part build in Xcode. I see this in my phone console trying to...
@SprengerS oh yes, I thought I already posted the solution. The trick is to do deep signing and not resign. I inspected the behavior in Xcode and saw that `--deep`...
I was looking into what would happen when we finally updated to net6 and ended up with this (untested) hack: ``` $(CreateAppBundleDependsOn);_CopyWatchOS2AppsToBundle ``` That is just copying the watch app...
I'm building + archiving with cake and that seem to be enough: ```cs Task("BuildWatch") .Does(() => { var archivePath = watchProj.GetDirectory().Combine("WatchApp.xcarchive").FullPath; Information("ArchivePath {0}", archivePath); var settings = new XCodeBuildSettings {...
Must be a quirk in JamF (that is your MDM right?), since it works fine installing directly from App Store on latest iOS 15.5. I might do an update soon,...
What is the issue? You can't open the app on iOS 14.5 because of the new privacy popup changes?
I don't see any message, did you attach a screen shot? You properly need to reply on the website for that to work: https://github.com/tougher/Brushes/issues/61
You can manually export and import brushes documents to iCloud. # Export ### Step 1: Select and export one or more paintings  ### Step 2: Save in iCloud *Make...
I need your email addresses to add you as beta testers. It must be the email you use for your Apple Account. Please send it to [email protected] I will try...