diff --git a/.gitignore b/.gitignore
index 8925cf9..145af07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ xcuserdata/
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
+build_arm64/
DerivedData/
*.moved-aside
*.pbxuser
diff --git a/appcast.xml b/appcast.xml
index d809bbf..15c045b 100644
--- a/appcast.xml
+++ b/appcast.xml
@@ -8,7 +8,7 @@
1
1.0
14.0
-
+
\ No newline at end of file
diff --git a/notetaker.xcodeproj/project.pbxproj b/notetaker.xcodeproj/project.pbxproj
index ee833f3..c7889cf 100644
--- a/notetaker.xcodeproj/project.pbxproj
+++ b/notetaker.xcodeproj/project.pbxproj
@@ -264,6 +264,7 @@
MACOSX_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
};
@@ -272,7 +273,7 @@
CC5718282E201D8E0042BA88 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = "arm64 x86_64";
+ ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = notetaker/notetaker.entitlements;
@@ -304,7 +305,7 @@
CC5718292E201D8E0042BA88 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = "arm64 x86_64";
+ ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = notetaker/notetaker.entitlements;
diff --git a/releases/Notetaker-1.0.dmg b/releases/Notetaker-1.0.dmg
index 7ebdd63..750b029 100644
Binary files a/releases/Notetaker-1.0.dmg and b/releases/Notetaker-1.0.dmg differ