Cristian Baluta
Cristian Baluta
The library works on macOS, the way of installing it does not work. I don't like dependencies so i use it the old way with dragging files in my project.
@codicil I don't know about MacCatalyst but if you can use swiftpackages I made a clone and added support for it on master. https://github.com/cristibaluta/SwiftKeychainWrapper
@codicil Swiftpackages is the libraries manager built in xcode (equivalent of cocoapods). You can ignore my comment and clone link because i just saw SwiftKeychain added support for swiftpackages in...
I had the same problem, i'm just learning and I tried to call my local repository url but on jenkins was set the remote repository. I changed the hook to...
Hi, sorry for the late response, Big Sur indeed broke the app in few places but i don't remember about not seeing the start button. The latest branch i'm working...
Do you have any specific feature in mind? For example I think the user should handle enabling the libs, otherwise i need to add dependencies which i don’t want. Otherwise...
Some improvements done
Hi, did you compile the app yourself? If yes, could you print the error at line 119? https://github.com/ralcr/Jirassic/blob/master/Delivery/macOS/Screens/Settings/Output/JiraTempo/JiraTempoPresenter.swift Just add RCLog(error) and you will get an error like this: JiraTempoPresenter.swift:120:...
@filipef101 Hi, would you be able to compile the app and see what the error message is in the debugger? I know of only 2 cases, timeout or authentication denied...
Hi, did you install the command line? It must be installed manually, it's a separate app, i have instructions on the website http://www.jirassic.com $ sudo curl -o /usr/local/bin/jirassic https://raw.githubusercontent.com/ralcr/Jirassic/master/build/jirassic $...