Experimental popover
Showing
- Podfile 2 additions, 1 deletionPodfile
- Podfile.lock 24 additions, 1 deletionPodfile.lock
- Screenshottr.xcodeproj/project.pbxproj 20 additions, 10 deletionsScreenshottr.xcodeproj/project.pbxproj
- Screenshottr/AppDelegate.swift 43 additions, 24 deletionsScreenshottr/AppDelegate.swift
- Screenshottr/Info.plist 2 additions, 2 deletionsScreenshottr/Info.plist
- Screenshottr/PopoverMenu.swift 20 additions, 0 deletionsScreenshottr/PopoverMenu.swift
- Screenshottr/PopoverMenu.xib 123 additions, 0 deletionsScreenshottr/PopoverMenu.xib
... | ... | @@ -12,7 +12,8 @@ target 'Screenshottr' do |
pod 'UTIKit' | ||
pod 'AWSCore', :git => 'https://github.com/nickoneill/aws-sdk-osx' | ||
pod 'AWSS3', :git => 'https://github.com/nickoneill/aws-sdk-osx' | ||
pod 'ImgurSession', :git => 'https://github.com/mileswd/ImgurSession' | ||
target 'ScreenshottrTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
... | ... |
Screenshottr/PopoverMenu.swift
0 → 100644
Screenshottr/PopoverMenu.xib
0 → 100644
Please register or sign in to comment