-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from square/entin/ios-14
Drop support for iOS 12 and 13
- Loading branch information
Showing
18 changed files
with
129 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Aardvark' | ||
s.version = '4.1.0' | ||
s.version = '5.0.0' | ||
s.license = 'Apache License, Version 2.0' | ||
s.summary = 'Aardvark is a library that makes it dead simple to create actionable bug reports.' | ||
s.homepage = 'https://github.com/square/Aardvark' | ||
s.authors = 'Square' | ||
s.source = { :git => 'https://github.com/square/Aardvark.git', :tag => "Aardvark/#{ s.version.to_s }" } | ||
|
||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '12.0' | ||
s.ios.deployment_target = '14.0' | ||
|
||
s.source_files = 'Sources/Aardvark/**/*.{h,m,swift}' | ||
s.resource_bundle = {'Aardvark' => ['Sources/Aardvark/PrivacyInfo.xcprivacy']} | ||
|
||
s.dependency 'CoreAardvark', '~> 3.0' | ||
s.dependency 'CoreAardvark', '~> 4.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Aardvark.xcodeproj/xcshareddata/xcschemes/AardvarkLoggingUI.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Aardvark.xcodeproj/xcshareddata/xcschemes/All Frameworks.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Aardvark.xcodeproj/xcshareddata/xcschemes/CoreAardvark.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AardvarkLoggingUI' | ||
s.version = '1.0.0' | ||
s.version = '2.0.0' | ||
s.license = 'Apache License, Version 2.0' | ||
s.summary = 'Aardvark components for viewing logs inside of an iOS app.' | ||
s.homepage = 'https://github.com/square/Aardvark' | ||
s.authors = 'Square' | ||
s.source = { :git => 'https://github.com/square/Aardvark.git', :tag => "AardvarkLoggingUI/#{ s.version.to_s }" } | ||
|
||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '12.0' | ||
s.ios.deployment_target = '14.0' | ||
|
||
s.source_files = 'Sources/AardvarkLoggingUI/**/*.{h,m,swift}' | ||
s.private_header_files = 'Sources/AardvarkLoggingUI/**/*_Testing.h', 'Sources/AardvarkLoggingUI/PrivateCategories/*.h' | ||
|
||
s.dependency 'CoreAardvark', '~> 3.0' | ||
s.dependency 'CoreAardvark', '~> 4.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.