-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matyáš Kříž
committed
Apr 22, 2024
1 parent
2a28139
commit d2d44b9
Showing
13 changed files
with
1,027 additions
and
750 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,10 @@ Pod::Spec.new do |s| | |
s.author = { 'Matyas Kriz' => '[email protected]', 'Tadeas Kriz' => '[email protected]', 'Filip Dolnik' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/Brightify/Cuckoo.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '12.0' | ||
s.ios.deployment_target = '13.0' | ||
s.osx.deployment_target = '11' | ||
#s.watchos.deployment_target = '2.0' # watchos does not include XCTest framework :( | ||
s.tvos.deployment_target = '12.0' | ||
s.tvos.deployment_target = '13.0' | ||
generator_name = 'cuckoonator' | ||
s.swift_version = '5.0' | ||
s.preserve_paths = ['Generator/**/*', 'version', 'run', 'build_generator', generator_name] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
102 changes: 60 additions & 42 deletions
102
Generator/Generator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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
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.