File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SwiftySandboxFileAccess"
4- s . version = "2.0.0 "
4+ s . version = "2.0.2 "
55 s . summary = "A simpler way to access and store permissions for files outside of the AppStore sandbox."
66
77 s . description = <<-DESC
8+ Deprecated in favour version 3 which requires Swift Package Manager
89 A class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface.
910 The class will request permission from the user with a simple to understand dialog consistent
1011 with Apple's documentation and persist permissions across application runs.
@@ -15,7 +16,8 @@ Pod::Spec.new do |s|
1516 s . author = { "Rob Jonson" => "Rob@HobbyistSoftware.com" , "Leigh McCulloch" => "leigh@mcchouse.com" }
1617 s . platform = :osx , "10.9"
1718 s . source = { :git => "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess.git" , :tag => s . version }
18- s . source_files = "Sources/*.{swift}"
19+ s . source_files = "Sources/SwiftySandboxFileAccess/ *.{swift}"
1920 s . swift_version = '5'
21+ s . deprecated = true
2022
2123end
You can’t perform that action at this time.
0 commit comments