All Projects → br1sk → brisk-ios

br1sk / brisk-ios

Licence: MIT license
An iOS app for submitting radars

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to brisk-ios

Sonar
Apple's radar communication in Swift
Stars: ✭ 72 (+157.14%)
Mutual labels:  apple, radar, openradar
Ladybug
Handle rdar:// links gracefully
Stars: ✭ 161 (+475%)
Mutual labels:  apple, radar
Brisk
A macOS app for submitting radars
Stars: ✭ 659 (+2253.57%)
Mutual labels:  apple, radar
Openradar Mirror
A mirror of radars pulled from http://openradar.me/.
Stars: ✭ 238 (+750%)
Mutual labels:  apple, radar
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: ✭ 64 (+128.57%)
Mutual labels:  apple
piradar
Radar using Red Pitaya for RF: using Raspberry Pi 3 for quad-core radar signal processing
Stars: ✭ 59 (+110.71%)
Mutual labels:  radar
rradar
🌊 Animate current U.S. NOAA NWS N0R Radar Images
Stars: ✭ 26 (-7.14%)
Mutual labels:  radar
KBImageView
UIImageView with Ken Burns effect.
Stars: ✭ 48 (+71.43%)
Mutual labels:  apple
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+1175%)
Mutual labels:  radar
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+92.86%)
Mutual labels:  apple
CATmistry
Chemistry, Gamified
Stars: ✭ 15 (-46.43%)
Mutual labels:  apple
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (+3.57%)
Mutual labels:  apple
Notarize
Notarization status monitoring tool for macOS, supporting multiple developer accounts.
Stars: ✭ 90 (+221.43%)
Mutual labels:  apple
SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (+171.43%)
Mutual labels:  apple
ReplayKitDemo
A simple demo for ReplayKit in iOS
Stars: ✭ 25 (-10.71%)
Mutual labels:  apple
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (+110.71%)
Mutual labels:  apple
NumPad
Number Pad (inspired by Square)
Stars: ✭ 81 (+189.29%)
Mutual labels:  apple
Mojave-Dynamic-Wallpaper
Automatic Changing Mojave Wallpaper
Stars: ✭ 15 (-46.43%)
Mutual labels:  apple
ALProgressView
Animated and fully customizable progress view with 2 styles: ring and bar.
Stars: ✭ 72 (+157.14%)
Mutual labels:  apple
ALRadioButtons
RadioButtons for iOS. Inherited from UIControl, support 2 native styles, fully customizable.
Stars: ✭ 65 (+132.14%)
Mutual labels:  apple

Brisk

Build status

Brisk is an iOS universal app for filing Radars and crossposting them to Open Radar.

Brisk is written in Swift 4.0 and uses Sonar to communicate with Apple's Radar web “APIs”.

Missing Features & known issues

Works best if you enter you Apple ID and a valid OpenRadar token on first launch.

Currently, the iOS version does not support:

  • Attachments
  • Saving radars as drafts

Posting a radar will fail when you did not enter valid login credentials for Apple's Bug Reporter.

Posting to OpenRadar only works when you entered your API key in settings. Re-entering your Apple ID and a new OpenRadar API token only works when you log out. Then you have to re-enter everything.

URL Scheme

Brisk supports an URL scheme brisk-rdar to integrate with other apps.

Pass an OpenRadar number: brisk-rdar://radar/123456. Per default, Brisk searches for the number with user interaction. If you don't want that, use brisk-radar://radar/123456?submit=false.

Installation

iOS apps have to be signed in order to be installed on a device. To let Xcode handle everything for you change the Bundle Identifier to something unique, com.<yourname>.brisk for example and select your development team in Xcode.

  1. Open Brisk iOS.xcworkspace
  2. Go to Xcode > Preferences > Accounts and add an active iOS developer account if you haven't done that already
  3. Change the Bundle identifier to com.<yourname>.brisk
  4. Select the project in Xcode's sidebar, select the Brisk iOS target and select your Apple ID in Signing > Team

Feel free to contact me if you need help or open a new issue.

Development

The app is built with Swift 4.0 and everything should work after you clone the project.

Credits

Thanks to keith for the work on Sonar and the macOS app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].