Sarah Reichelt

Results 4 comments of Sarah Reichelt

Hi, Saving an image from a Mac app is not as easy as from an iOS app due to differences between NSImage & UIImage. UIImage is not available in a...

If you want to save to the desktop without asking the user to save manually, you could turn off sand-boxing for the app. This will mean it cannot be distributed...

You can distribute any Mac app without using the Mac App Store. I suggest signing it with your Developer ID, but you can distribute manually or through any other channel....

You might be able to solve this by adding the working directory to the exclude list, like this: ``` excluded: - ${PWD}/Carthage - ${PWD}/Pods ```