https://github.com/cleancocoa/mac-licensing-fastspring-cocoafob
Sample applications for the book "Release a Mac App Outside the App Store with FastSpring and CocoaFob"
https://github.com/cleancocoa/mac-licensing-fastspring-cocoafob
Last synced: 6 months ago
JSON representation
Sample applications for the book "Release a Mac App Outside the App Store with FastSpring and CocoaFob"
- Host: GitHub
- URL: https://github.com/cleancocoa/mac-licensing-fastspring-cocoafob
- Owner: CleanCocoa
- License: mit
- Created: 2015-08-15T13:00:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T16:23:04.000Z (almost 3 years ago)
- Last Synced: 2023-04-14T07:22:35.922Z (about 2 years ago)
- Language: Swift
- Size: 301 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Applications
## Make Money Outside the Mac App Store: How to Sell Your Mac App with FastSpring, Secure It With License Codes Against Piracy, and Offer Time-Based Trial Downloads
This is the manuscript of the book "[Make Money Outside the Mac App Store (With FastSpring)][book]".
[book]: https://christiantietze.de/books/make-money-outside-mac-app-store-fastspring/
## Installation / Set Up
If you run Git v1.6.5 or higher, you should be able to clone this repository recursively, including all submodules:
$ git clone --recursive [email protected]:CleanCocoa/mac-licensing-fastspring-cocoafob.git
If that doesn't work, do it manually:
1. Clone this git repository on your computer
2. Initialize all submodules:
$ git submodule update --init --recursive### Project Configuration
Make sure to change `FastSpringCredentials.plist` file to your store settings to make the embedded store work.
## Dependencies
* [CocoaFob](https://github.com/glebd/cocoafob)
* [FastSpring Embedded Store SDK for Mac](https://github.com/DivineDominion/FsprgEmbeddedStoreMac) -- I forked the base repo for Swift support.## License
See the LICENSE file for copy permissions.