mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
d413d8cfa1
Move MasKitTests module to masTests. Rename MasKit enum as Mas. Upgrade swift-tools-version from 5.3 to 5.6.1. swift-tools-version 5.5+ is necessary to allow test code to import executable target code, to allow MasKit library code to be moved into the mas executable. Upgrade to swift-tools-version to 5.6.1 instead of to 5.5 because they support all the same macOS versions. Standardize comments. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
41 lines
489 B
Text
41 lines
489 B
Text
*.hmap
|
|
*.ipa
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
*.xcarchive
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
*.xcuserstate
|
|
*.zip
|
|
.AppleDB
|
|
.AppleDesktop
|
|
.AppleDouble
|
|
.DS_Store
|
|
.DocumentRevisions-V100
|
|
.LSOverride
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
._*
|
|
.apdisk
|
|
.build/
|
|
.envrc
|
|
.fseventsd
|
|
.idea/
|
|
.rubygems/
|
|
.swiftpm/
|
|
Carthage/
|
|
DerivedData
|
|
Pods/
|
|
Temporary Items
|
|
bin/
|
|
build/
|
|
default.profraw
|
|
releases/
|
|
xcuserdata
|
|
Sources/mas/Package.swift
|
|
Sources/MasKit/Package.swift
|