Skip to content
Snippets Groups Projects
Verified Commit a4e84bf2 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

Update to new repo location

parent b7512d41
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ target 'Screenshottr' do ...@@ -7,7 +7,7 @@ target 'Screenshottr' do
# Pods for Screenshottr # Pods for Screenshottr
pod 'UTIKit' pod 'UTIKit'
pod 'SKQueue', :git => 'https://github.com/spotlightishere/SKQueue' pod 'SKQueue', :git => 'https://owo.codes/Screenshottr/SKQueue'
target 'ScreenshottrTests' do target 'ScreenshottrTests' do
inherit! :search_paths inherit! :search_paths
......
# *notices your repo* owo what's this # *notices your repo* owo what's this
A really, really, really, reallyreallyreallyreallyreallyreallyreally unfinished screenshot application. A really, really, really, reallyreallyreallyreallyreallyreallyreally unfinished screenshot application.
## so uh what's it do ## How do you configure it?
Good question.<br> ```
Currently, you can upload to a Pomf source or a Google Cloud Storage bucket. defaults write io.github.spotlightishere.Screenshottr pomfUploadPath "https://api.awau.moe/upload/pomf?key=YOUR_API_KEY_GOES_HERE"
defaults write io.github.spotlightishere.Screenshottr pomfBaseDomain "https://owo.whats-th.is"
## and what is `Config.swift` I don't see that anywhere
```swift
import Foundation
class Config {
let successURLString = "http://openid.github.io/AppAuth-iOS/redirect/"
let clientID = "insert your apps.googleusercontent.com thing for gcs"
let clientSecret = "secret :eyes:"
let baseDomain = "path to serve over if uploaded to gcs"
let pomfBaseDomain = "path to add to pomf"
let bucketName = "bucket to upload to"
let GTMAppAuthKeychainItemName = "name of keychain item"
// If you wanted, you could have the app search for screenshots in non-desktop areas. why idek but enjoy
let filePath = NSSearchPathForDirectoriesInDomains(.desktopDirectory, .userDomainMask, true)[0]
let pomfUploadPath = "path to post your pomf stuff to"
}
``` ```
## ok that's all ## How do you build
Have a great day. Currently, it's a simple
```
pod install
open Screenshottr.xcworkspace
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment