Skip to content

Commit cecd2e7

Browse files
committed
chore: test updates
1 parent 779bf8f commit cecd2e7

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
uses: actions/checkout@v4
446446
with:
447447
repository: txtx/homebrew-taps
448-
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
448+
token: ${{ secrets.TXTX_ACCESS_TOKEN }}
449449
path: homebrew-tap
450450

451451
- name: Update cask formula

Axel.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@
782782
DEVELOPMENT_TEAM = 8ZJ55A62XN;
783783
GENERATE_INFOPLIST_FILE = YES;
784784
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
785-
MARKETING_VERSION = 0.1.14;
785+
MARKETING_VERSION = 0.1.15;
786786
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
787787
PRODUCT_NAME = "$(TARGET_NAME)";
788788
SDKROOT = iphoneos;
@@ -804,7 +804,7 @@
804804
DEVELOPMENT_TEAM = 8ZJ55A62XN;
805805
GENERATE_INFOPLIST_FILE = YES;
806806
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
807-
MARKETING_VERSION = 0.1.14;
807+
MARKETING_VERSION = 0.1.15;
808808
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
809809
PRODUCT_NAME = "$(TARGET_NAME)";
810810
SDKROOT = iphoneos;
@@ -834,7 +834,7 @@
834834
"@loader_path/../Frameworks",
835835
);
836836
MACOSX_DEPLOYMENT_TARGET = 15.6;
837-
MARKETING_VERSION = 0.1.14;
837+
MARKETING_VERSION = 0.1.15;
838838
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
839839
PRODUCT_MODULE_NAME = AxelTests;
840840
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -860,7 +860,7 @@
860860
"@loader_path/../Frameworks",
861861
);
862862
MACOSX_DEPLOYMENT_TARGET = 15.6;
863-
MARKETING_VERSION = 0.1.14;
863+
MARKETING_VERSION = 0.1.15;
864864
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
865865
PRODUCT_MODULE_NAME = AxelTests;
866866
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1034,7 +1034,7 @@
10341034
"@executable_path/Frameworks",
10351035
);
10361036
MACOSX_DEPLOYMENT_TARGET = 15.6;
1037-
MARKETING_VERSION = 0.1.14;
1037+
MARKETING_VERSION = 0.1.15;
10381038
"OTHER_LDFLAGS[sdk=macosx*]" = (
10391039
"-lc++",
10401040
"-framework",
@@ -1094,7 +1094,7 @@
10941094
"@executable_path/Frameworks",
10951095
);
10961096
MACOSX_DEPLOYMENT_TARGET = 15.6;
1097-
MARKETING_VERSION = 0.1.14;
1097+
MARKETING_VERSION = 0.1.15;
10981098
"OTHER_LDFLAGS[sdk=macosx*]" = (
10991099
"-lc++",
11001100
"-framework",

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Axel is for anyone who wants the **calm** of a task list and their agents in **w
1111

1212
It pairs a native macOS app with a fast [RUST CLI](https://github.com/txtx/axel) to orchestrate many AI agents across tmux panes, Ghostty based terminals, and git worktrees — with a user interface inspired by **Things**.
1313

14+
> [!IMPORTANT]
15+
> Axel is currently in beta and may have bugs. Contributions and bug reports are welcome.
16+
1417
---
1518

1619
## What Axel Feels Like

0 commit comments

Comments
 (0)