Skip to content

Commit

Permalink
Rename the project
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 30, 2024
1 parent 2b0043b commit c525020
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 87 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Apple Bundle Size Analyzer
name: AppleArtifactAnalyzer

on:
push:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: mise run build-spm
- name: Run
if: runner.os == 'Windows'
run: swift build --product AppleBundleSizeAnalyzer
run: swift build --product AppleArtifactAnalyzer

build_tuist:
name: "Tuist build"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
commit_options: '--allow-empty'
tagging_message: ${{ steps.next-version.outputs.NEXT_VERSION }}
skip_dirty_check: true
commit_message: "[Release] AppleBundleSizeAnalyzer ${{ steps.next-version.outputs.NEXT_VERSION }}"
commit_message: "[Release] AppleArtifactAnalyzer ${{ steps.next-version.outputs.NEXT_VERSION }}"
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
if: env.should-release == 'true'
with:
draft: false
repository: tuist/AppleBundleSizeAnalyzer
repository: tuist/AppleArtifactAnalyzer
name: ${{ steps.next-version.outputs.NEXT_VERSION }}
tag_name: ${{ steps.next-version.outputs.NEXT_VERSION }}
body: ${{ steps.release-notes.outputs.RELEASE_NOTES }}
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/build-linux
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ docker run --rm \
--workdir "/package" \
swiftlang/swift:nightly-5.10-focal \
/bin/bash -c \
"swift build --product AppleBundleSizeAnalyzer --build-path ./.build/linux"
"swift build --product AppleArtifactAnalyzer --build-path ./.build/linux"
2 changes: 1 addition & 1 deletion .mise/tasks/build-spm
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# mise description="Build the project using Swift Package Manager"
set -euo pipefail

swift build --product AppleBundleSizeAnalyzer --package-path $MISE_PROJECT_ROOT --configuration release
swift build --product AppleArtifactAnalyzer --package-path $MISE_PROJECT_ROOT --configuration release
2 changes: 1 addition & 1 deletion .mise/tasks/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# mise description="Test the project using Tuist"
set -euo pipefail

tuist test AppleBundleSizeAnalyzer --path $MISE_PROJECT_ROOT
tuist test AppleArtifactAnalyzer --path $MISE_PROJECT_ROOT
98 changes: 49 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,117 +8,117 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.24] - 2024-08-28
### Details
#### Chore
- Update dependency tuist/path to from: "0.3.4" by @renovate[bot] in [#31](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/31)
- Update dependency tuist/path to from: "0.3.4" by @renovate[bot] in [#31](https://github.com/tuist/AppleArtifactAnalyzer/pull/31)

## [0.2.23] - 2024-08-27
### Details
#### Chore
- Update dependency wrangler to v3.72.3 by @renovate[bot] in [#30](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/30)
- Update dependency wrangler to v3.72.3 by @renovate[bot] in [#30](https://github.com/tuist/AppleArtifactAnalyzer/pull/30)

## [0.2.22] - 2024-08-27
### Details
#### Chore
- Update dependency tuist to v4.25.0 by @renovate[bot] in [#29](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/29)
- Update dependency tuist to v4.25.0 by @renovate[bot] in [#29](https://github.com/tuist/AppleArtifactAnalyzer/pull/29)

## [0.2.21] - 2024-08-26
### Details
#### Chore
- Lock file maintenance by @renovate[bot] in [#28](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/28)
- Lock file maintenance by @renovate[bot] in [#28](https://github.com/tuist/AppleArtifactAnalyzer/pull/28)

## [0.2.20] - 2024-08-24
### Details
#### Chore
- Update dependency vitepress to v1.3.4 by @renovate[bot] in [#27](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/27)
- Update dependency vitepress to v1.3.4 by @renovate[bot] in [#27](https://github.com/tuist/AppleArtifactAnalyzer/pull/27)

## [0.2.19] - 2024-08-22
### Details
#### Chore
- Update dependency wrangler to v3.72.2 by @renovate[bot] in [#26](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/26)
- Update dependency wrangler to v3.72.2 by @renovate[bot] in [#26](https://github.com/tuist/AppleArtifactAnalyzer/pull/26)

## [0.2.18] - 2024-08-22
### Details
#### Chore
- Update dependency node to v22.7.0 by @renovate[bot] in [#25](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/25)
- Update dependency node to v22.7.0 by @renovate[bot] in [#25](https://github.com/tuist/AppleArtifactAnalyzer/pull/25)

## [0.2.17] - 2024-08-21
### Details
#### Chore
- Update dependency tuist/command to from: "0.8.0" by @renovate[bot] in [#24](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/24)
- Update dependency tuist/command to from: "0.8.0" by @renovate[bot] in [#24](https://github.com/tuist/AppleArtifactAnalyzer/pull/24)

## [0.2.16] - 2024-08-20
### Details
#### Chore
- Update dependency wrangler to v3.72.1 by @renovate[bot] in [#23](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/23)
- Update dependency wrangler to v3.72.1 by @renovate[bot] in [#23](https://github.com/tuist/AppleArtifactAnalyzer/pull/23)

## [0.2.15] - 2024-08-20
### Details
#### Chore
- Update dependency tuist/path to from: "0.3.3" by @renovate[bot] in [#21](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/21)
- Update dependency tuist/path to from: "0.3.3" by @renovate[bot] in [#21](https://github.com/tuist/AppleArtifactAnalyzer/pull/21)

## [0.2.14] - 2024-08-20
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.8" by @renovate[bot] in [#22](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/22)
- Update dependency tuist/command to from: "0.7.8" by @renovate[bot] in [#22](https://github.com/tuist/AppleArtifactAnalyzer/pull/22)

## [0.2.13] - 2024-08-20
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.7" by @renovate[bot] in [#20](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/20)
- Update dependency tuist/command to from: "0.7.7" by @renovate[bot] in [#20](https://github.com/tuist/AppleArtifactAnalyzer/pull/20)

## [0.2.12] - 2024-08-19
### Details
#### Chore
- Update dependency tuist to v4.24.0 by @renovate[bot] in [#19](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/19)
- Update dependency tuist to v4.24.0 by @renovate[bot] in [#19](https://github.com/tuist/AppleArtifactAnalyzer/pull/19)

## [0.2.11] - 2024-08-19
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.6" by @renovate[bot] in [#18](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/18)
- Update dependency tuist/command to from: "0.7.6" by @renovate[bot] in [#18](https://github.com/tuist/AppleArtifactAnalyzer/pull/18)

## [0.2.10] - 2024-08-19
### Details
#### Chore
- Lock file maintenance by @renovate[bot] in [#17](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/17)
- Lock file maintenance by @renovate[bot] in [#17](https://github.com/tuist/AppleArtifactAnalyzer/pull/17)

## [0.2.9] - 2024-08-17
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.5" by @renovate[bot] in [#16](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/16)
- Update dependency tuist/command to from: "0.7.5" by @renovate[bot] in [#16](https://github.com/tuist/AppleArtifactAnalyzer/pull/16)

## [0.2.8] - 2024-08-17
### Details
#### Chore
- Update dependency vitepress to v1.3.3 by @renovate[bot] in [#15](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/15)
- Update dependency vitepress to v1.3.3 by @renovate[bot] in [#15](https://github.com/tuist/AppleArtifactAnalyzer/pull/15)

## [0.2.7] - 2024-08-16
### Details
#### Chore
- Update dependency wrangler to v3.72.0 by @renovate[bot] in [#14](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/14)
- Update dependency wrangler to v3.72.0 by @renovate[bot] in [#14](https://github.com/tuist/AppleArtifactAnalyzer/pull/14)

## [0.2.6] - 2024-08-16
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.4" by @renovate[bot] in [#13](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/13)
- Update dependency tuist/command to from: "0.7.4" by @renovate[bot] in [#13](https://github.com/tuist/AppleArtifactAnalyzer/pull/13)

## [0.2.5] - 2024-08-15
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.3" by @renovate[bot] in [#12](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/12)
- Update dependency tuist/command to from: "0.7.3" by @renovate[bot] in [#12](https://github.com/tuist/AppleArtifactAnalyzer/pull/12)

## [0.2.4] - 2024-08-15
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.2" by @renovate[bot] in [#11](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/11)
- Update dependency tuist/command to from: "0.7.2" by @renovate[bot] in [#11](https://github.com/tuist/AppleArtifactAnalyzer/pull/11)

## [0.2.3] - 2024-08-14
### Details
#### Chore
- Update dependency tuist/command to from: "0.7.1" by @renovate[bot] in [#10](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/10)
- Update dependency tuist/command to from: "0.7.1" by @renovate[bot] in [#10](https://github.com/tuist/AppleArtifactAnalyzer/pull/10)

## [0.2.2] - 2024-08-13
### Details
#### Chore
- Update dependency wrangler to v3.71.0 by @renovate[bot] in [#9](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/9)
- Update dependency wrangler to v3.71.0 by @renovate[bot] in [#9](https://github.com/tuist/AppleArtifactAnalyzer/pull/9)

## [0.2.1] - 2024-08-13
### Details
Expand All @@ -133,34 +133,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2024-08-12
### Details
#### Chore
- Update dependency tuist/command to from: "0.6.3" by @renovate[bot] in [#5](https://github.com/tuist/AppleBundleSizeAnalyzer/pull/5)
- Update dependency tuist/command to from: "0.6.3" by @renovate[bot] in [#5](https://github.com/tuist/AppleArtifactAnalyzer/pull/5)
- Update dependency tuist to v4.23.0 by @renovate[bot]
- Update dependency tuist/path to from: "0.3.2" by @renovate[bot]

[0.2.24]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.23..0.2.24
[0.2.23]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.22..0.2.23
[0.2.22]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.21..0.2.22
[0.2.21]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.20..0.2.21
[0.2.20]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.19..0.2.20
[0.2.19]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.18..0.2.19
[0.2.18]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.17..0.2.18
[0.2.17]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.16..0.2.17
[0.2.16]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.15..0.2.16
[0.2.15]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.14..0.2.15
[0.2.14]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.13..0.2.14
[0.2.13]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.12..0.2.13
[0.2.12]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.11..0.2.12
[0.2.11]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.10..0.2.11
[0.2.10]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.9..0.2.10
[0.2.9]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.8..0.2.9
[0.2.8]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.7..0.2.8
[0.2.7]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.6..0.2.7
[0.2.6]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.5..0.2.6
[0.2.5]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.4..0.2.5
[0.2.4]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.3..0.2.4
[0.2.3]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.2..0.2.3
[0.2.2]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.1..0.2.2
[0.2.1]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.2.0..0.2.1
[0.2.0]: https://github.com/tuist/AppleBundleSizeAnalyzer/compare/0.1.0..0.2.0
[0.2.24]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.23..0.2.24
[0.2.23]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.22..0.2.23
[0.2.22]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.21..0.2.22
[0.2.21]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.20..0.2.21
[0.2.20]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.19..0.2.20
[0.2.19]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.18..0.2.19
[0.2.18]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.17..0.2.18
[0.2.17]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.16..0.2.17
[0.2.16]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.15..0.2.16
[0.2.15]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.14..0.2.15
[0.2.14]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.13..0.2.14
[0.2.13]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.12..0.2.13
[0.2.12]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.11..0.2.12
[0.2.11]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.10..0.2.11
[0.2.10]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.9..0.2.10
[0.2.9]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.8..0.2.9
[0.2.8]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.7..0.2.8
[0.2.7]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.6..0.2.7
[0.2.6]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.5..0.2.6
[0.2.5]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.4..0.2.5
[0.2.4]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.3..0.2.4
[0.2.3]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.2..0.2.3
[0.2.2]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.1..0.2.2
[0.2.1]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.2.0..0.2.1
[0.2.0]: https://github.com/tuist/AppleArtifactAnalyzer/compare/0.1.0..0.2.0

<!-- generated by git-cliff -->
28 changes: 23 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "0a5f265607fbc8b43026908ac6358211c1bc2b7ad85280449bc834199179e5bb",
"originHash" : "fe0f2f60dc23ebaaf3dd67ce5b17711b8dc4888ed0c276d09183d7b1745f580b",
"pins" : [
{
"identity" : "command",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/Command.git",
"state" : {
"revision" : "74631cde6c4940adb017ae004c5a428da34196ef",
"version" : "0.6.3"
"revision" : "27270402bfb9cd65f6a8b83bdf59941a8c9ae368",
"version" : "0.8.0"
}
},
{
Expand All @@ -19,13 +19,22 @@
"version" : "0.3.0"
}
},
{
"identity" : "mockable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kolos65/Mockable",
"state" : {
"revision" : "da977ecb20974c4b1cf185f5fd38771b2d4674fb",
"version" : "0.0.10"
}
},
{
"identity" : "path",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/Path.git",
"state" : {
"revision" : "f63466272e0ae49b0ab6228afe39b113c98f350a",
"version" : "0.3.2"
"revision" : "c70feaa3ddcb99cee0597db00aa89939a71fe8ac",
"version" : "0.3.4"
}
},
{
Expand Down Expand Up @@ -64,6 +73,15 @@
"version" : "2.70.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import PackageDescription

let package = Package(
name: "AppleBundleSizeAnalyzer",
name: "AppleArtifactAnalyzer",
platforms: [.macOS("13.0")],
products: [
.library(
name: "AppleBundleSizeAnalyzer",
name: "AppleArtifactAnalyzer",
type: .static,
targets: ["AppleBundleSizeAnalyzer"]
targets: ["AppleArtifactAnalyzer"]
),
],
dependencies: [
Expand All @@ -20,7 +20,7 @@ let package = Package(
],
targets: [
.target(
name: "AppleBundleSizeAnalyzer",
name: "AppleArtifactAnalyzer",
dependencies: [
.product(name: "Path", package: "Path"),
.product(name: "FileSystem", package: "FileSystem"),
Expand All @@ -30,9 +30,9 @@ let package = Package(
]
),
.testTarget(
name: "AppleBundleSizeAnalyzerTests",
name: "AppleArtifactAnalyzerTests",
dependencies: [
"AppleBundleSizeAnalyzer",
"AppleArtifactAnalyzer",
]
),
]
Expand Down
16 changes: 8 additions & 8 deletions Project.swift
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
import ProjectDescription

let project = Project(
name: "AppleBundleSizeAnalyzer",
name: "AppleArtifactAnalyzer",
targets: [
.target(
name: "AppleBundleSizeAnalyzer",
name: "AppleArtifactAnalyzer",
destinations: .macOS,
product: .framework,
bundleId: "io.tuist.AppleBundleSizeAnalyzer",
sources: ["Sources/AppleBundleSizeAnalyzer/**"],
bundleId: "io.tuist.AppleArtifactAnalyzer",
sources: ["Sources/AppleArtifactAnalyzer/**"],
dependencies: [
.external(name: "Path"),
.external(name: "FileSystem"),
.external(name: "Command"),
]
),
.target(
name: "AppleBundleSizeAnalyzerTests",
name: "AppleArtifactAnalyzerTests",
destinations: .macOS,
product: .unitTests,
bundleId: "io.tuist.AppleBundleSizeAnalyzerTests",
bundleId: "io.tuist.AppleArtifactAnalyzerTests",
infoPlist: .default,
sources: ["Tests/AppleBundleSizeAnalyzerTests/**"],
sources: ["Tests/AppleArtifactAnalyzerTests/**"],
resources: [],
dependencies: [.target(name: "AppleBundleSizeAnalyzer")]
dependencies: [.target(name: "AppleArtifactAnalyzer")]
),
]
)
Loading

0 comments on commit c525020

Please sign in to comment.