https://github.com/zeuxisoo/macos-ubx
A ubx application for macOS application
https://github.com/zeuxisoo/macos-ubx
macos macos-application swift
Last synced: 2 months ago
JSON representation
A ubx application for macOS application
- Host: GitHub
- URL: https://github.com/zeuxisoo/macos-ubx
- Owner: zeuxisoo
- Created: 2016-12-28T10:04:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T07:37:10.000Z (over 9 years ago)
- Last Synced: 2025-03-24T06:14:56.576Z (over 1 year ago)
- Topics: macos, macos-application, swift
- Language: Swift
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubx
A ubx application for macOS application
## Development
Install the cocoapods
sudo gem install cocoapods
Install the dependencies
pod install
Start the workspace in project directory
cd ubx
open Ubx.xcworkspace
Run the project by commands
# Clean the project
Shift+Command+K
# Build the project
Command+B
# Run the project
Command+R
## Release
Signing
1. Click on the Ubx
2. General > Targets (Ubx)
3. Signing > Select account
Build app
# Menu bar > Product > Build for > Profiling
Shift+Command+I
Create dmg
cd ./Scripts
make clean
make dmg