https://github.com/onsi/mosaic
Mosaic Shifts Window Rectangles
https://github.com/onsi/mosaic
Last synced: 6 months ago
JSON representation
Mosaic Shifts Window Rectangles
- Host: GitHub
- URL: https://github.com/onsi/mosaic
- Owner: onsi
- License: other
- Created: 2020-01-23T18:01:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T16:59:52.000Z (over 4 years ago)
- Last Synced: 2024-12-29T09:28:49.373Z (over 1 year ago)
- Language: Swift
- Size: 1.06 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mosaic
Mosaic is based on Rectangle which is based on Spectacle.
Mosaic uses [CocoaPods](https://cocoapods.org/) to install MASShortcut.
1. Make sure CocoaPods is installed and up to date on your machine (`sudo gem install cocoapods`).
1. Execute `pod install` the root directory of the project.
1. Open the generated xcworkspace file (`open Mosaic.xcworkspace`).
#### Signing
- When running in Xcode (debug), MOsaic is signed to run locally with no developer ID configured.
- You can run the app out of the box this way, but you might have to authorize the app in System Prefs every time you run it.
- If you don't want to authorize in System Prefs every time you run it and you have a developer ID set up, you'll want to use that to sign it and additionally add the Hardened Runtime capability to the Mosaic and MosaicLauncher targets.