Commit graph

22 commits

Author SHA1 Message Date
Ross Goldberg
e9fcf2b254
Merge branch 'main' into upstream/releases/release-1.8.7
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>

# Manual Merge Cleanup:
#	.actrc
#	.github/workflows/pr-checks.yml
#	.github/workflows/release.yml
#	Brewfile
#	script/test
#	script/version_bump

# Conflicts:
#	.github/workflows/build-test.yml
#	.gitignore
#	.swiftlint.yml
#	Brewfile.lock.json
#	Package.resolved
#	Sources/mas/Package.swift
#	Tests/masTests/.swiftlint.yml
#	script/bootstrap
#	script/build
#	script/format
#	script/lint
#	script/uninstall
#	script/version
2024-10-27 01:25:38 -04:00
Ross Goldberg
d413d8cfa1
Move MasKit module to mas.
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>
2024-10-14 03:44:03 -04:00
Ross Goldberg
5c11f9afb7
Git ignore JetBrains IntelliJ IDEA config directory.
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
2024-10-05 19:36:45 -04:00
Ben Chatelain
442dc96f27
🙈 Ignore .vscode/ 2024-07-29 17:12:24 -06:00
Ben Chatelain
80c85f5200
👀 Add Package.swift 2024-03-09 11:22:34 -07:00
Ben Chatelain
cf2d8d6e09 🔧 Configure .actrc 2024-02-18 09:59:44 -07:00
Chris Araman
5a2d7717c9
♻️ Remove generated source file 2021-04-28 22:56:34 -07:00
Chris Araman
7a7f36ad9b
📦 Declare mas as a Swift Package 2021-04-26 21:19:30 -07:00
Chris Araman
09055a929d
📦 Remove sources of Carthage dependencies 2021-03-28 18:45:38 -07:00
Ben Chatelain
5ca6cad5fa 🙈 Ignore default.profraw 2020-09-07 11:37:10 -06:00
Ben Chatelain
b430009d9d 🙈 Ignore releases/ 2018-08-12 19:52:59 -06:00
Ben Chatelain
a60d9a5840 🙈 Ignore .envrc 2018-08-11 16:14:21 -06:00
Ben Chatelain
2471c888b3 🍫 Integrate CocoaPods 2018-07-04 14:55:44 -06:00
Ben Chatelain
1ba60aeae8 🙈 Ignore Quick and Nimble dirs 2018-07-04 13:15:51 -06:00
Ben Chatelain
89f04ef797 🙈🌱 Ignore non-source files under Seeds/ 2018-01-27 09:57:36 -07:00
Ben Chatelain
82aa95eee5 💎 Configure bundler 2017-05-23 18:31:04 -06:00
Andrew Naylor
661259574e Commit dependencies
Don't depend on bootstrapping for most cases
2016-09-24 17:08:40 +01:00
Andrew Naylor
8adee62920 Ensure the dSYM is uploaded with the release 2016-02-21 12:22:31 +00:00
Andrew Naylor
d228a200f9 Ignore build artefacts 2015-09-20 11:52:11 +01:00
Andrew Naylor
9c6b9bfbd6 Ignore XCArchive files 2015-09-19 23:43:41 +01:00
Andrew Naylor
d9a5baa7e6 Switch to using CocoaSeeds for imports 2015-08-21 22:24:03 +08:00
Andrew Naylor
6a9f13fcb9 Introduce the .gitignore from GitHub 2015-08-10 23:50:37 +08:00