Skip to content

Commit 52156fc

Browse files
Saqooshaclaude
andcommitted
Release 1.3.1
- Bump version to 1.3.1 (build 8) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d449b48 commit 52156fc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

macos-app/AutoMeetsSlide.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
CLANG_WARN_UNREACHABLE_CODE = YES;
273273
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
274274
COPY_PHASE_STRIP = NO;
275-
CURRENT_PROJECT_VERSION = 7;
275+
CURRENT_PROJECT_VERSION = 8;
276276
DEBUG_INFORMATION_FORMAT = dwarf;
277277
ENABLE_STRICT_OBJC_MSGSEND = YES;
278278
ENABLE_TESTABILITY = YES;
@@ -291,7 +291,7 @@
291291
GCC_WARN_UNUSED_FUNCTION = YES;
292292
GCC_WARN_UNUSED_VARIABLE = YES;
293293
MACOSX_DEPLOYMENT_TARGET = 14.0;
294-
MARKETING_VERSION = 1.3.0;
294+
MARKETING_VERSION = 1.3.1;
295295
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
296296
MTL_FAST_MATH = YES;
297297
ONLY_ACTIVE_ARCH = YES;
@@ -385,7 +385,7 @@
385385
CLANG_WARN_UNREACHABLE_CODE = YES;
386386
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
387387
COPY_PHASE_STRIP = NO;
388-
CURRENT_PROJECT_VERSION = 7;
388+
CURRENT_PROJECT_VERSION = 8;
389389
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
390390
ENABLE_NS_ASSERTIONS = NO;
391391
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -398,7 +398,7 @@
398398
GCC_WARN_UNUSED_FUNCTION = YES;
399399
GCC_WARN_UNUSED_VARIABLE = YES;
400400
MACOSX_DEPLOYMENT_TARGET = 14.0;
401-
MARKETING_VERSION = 1.3.0;
401+
MARKETING_VERSION = 1.3.1;
402402
MTL_ENABLE_DEBUG_INFO = NO;
403403
MTL_FAST_MATH = YES;
404404
PRODUCT_NAME = "$(TARGET_NAME)";

macos-app/Sources/AutoMeetsSlide/Views/MainView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,12 @@ struct FileRowView: View {
271271

272272
if file.status == .completed, let outputPath = file.outputPath {
273273
Button {
274-
NSWorkspace.shared.selectFile(outputPath, inFileViewerRootedAtPath: "")
274+
NSWorkspace.shared.open(URL(fileURLWithPath: outputPath))
275275
} label: {
276-
Image(systemName: "folder")
276+
Image(systemName: "doc.richtext")
277277
}
278278
.buttonStyle(.borderless)
279-
.help("Show in Finder")
279+
.help("Open PDF")
280280
}
281281

282282
if file.status != .processing && file.status != .restoring {

macos-app/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ options:
88

99
settings:
1010
base:
11-
MARKETING_VERSION: "1.3.0"
12-
CURRENT_PROJECT_VERSION: "7"
11+
MARKETING_VERSION: "1.3.1"
12+
CURRENT_PROJECT_VERSION: "8"
1313
SWIFT_VERSION: "5.9"
1414
MACOSX_DEPLOYMENT_TARGET: "14.0"
1515

0 commit comments

Comments
 (0)