Skip to content

Commit 4f5ef12

Browse files
Saqooshaclaude
andcommitted
Release 1.3.0
- Bump version to 1.3.0 (build 7) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 67cec09 commit 4f5ef12

3 files changed

Lines changed: 10 additions & 21 deletions

File tree

macos-app/AutoMeetsSlide.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
92AC8B7045EA2AFF3B2BCE2D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A007B282E02491CE47E3374 /* Assets.xcassets */; };
2121
9628B6874C82424B068D8E57 /* FolderWatcherService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A8BD93AF6B70A4724E0875 /* FolderWatcherService.swift */; };
2222
9E7A0030E797D7F70874308E /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083494EC544E82A9CE706B33 /* Logger.swift */; };
23+
F4A80A2E1272D76E413CA91D /* FileDropSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231EB0FE95DCEDE87F53F6EF /* FileDropSettingsView.swift */; };
2324
F94AFD0B97F448D1DAFD7024 /* NotificationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E9A48EE9AAB5E1BF43C9E /* NotificationManager.swift */; };
2425
F9753883C4D272A280497C49 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EE8F6B6FEB48C0152E9D4E0 /* LoginView.swift */; };
2526
/* End PBXBuildFile section */
@@ -29,6 +30,7 @@
2930
083843296D269C41860EC26B /* AutoMeetsSlide.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AutoMeetsSlide.app; sourceTree = BUILT_PRODUCTS_DIR; };
3031
185A72E7A243CDC317BE5141 /* AutoMeetsSlideApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoMeetsSlideApp.swift; sourceTree = "<group>"; };
3132
21F2EC41C671271D440582EE /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
33+
231EB0FE95DCEDE87F53F6EF /* FileDropSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDropSettingsView.swift; sourceTree = "<group>"; };
3234
2460B6E18673354E9B6469FA /* GoogleLoginWebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleLoginWebView.swift; sourceTree = "<group>"; };
3335
2E2E3222883B927ED9FB3A3D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3436
3EE8F6B6FEB48C0152E9D4E0 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
@@ -105,6 +107,7 @@
105107
isa = PBXGroup;
106108
children = (
107109
2E2E3222883B927ED9FB3A3D /* ContentView.swift */,
110+
231EB0FE95DCEDE87F53F6EF /* FileDropSettingsView.swift */,
108111
3EE8F6B6FEB48C0152E9D4E0 /* LoginView.swift */,
109112
21F2EC41C671271D440582EE /* MainView.swift */,
110113
53C4FA3522D9B87F5EAB3614 /* SettingsView.swift */,
@@ -218,6 +221,7 @@
218221
398EF0FD476C644282A5630B /* AuthService.swift in Sources */,
219222
839BB4C264DF156CA353B500 /* AutoMeetsSlideApp.swift in Sources */,
220223
71EE8E744970F60CC7A41532 /* ContentView.swift in Sources */,
224+
F4A80A2E1272D76E413CA91D /* FileDropSettingsView.swift in Sources */,
221225
928B98EDA9CBC2AABC7A6FB8 /* FileItem.swift in Sources */,
222226
9628B6874C82424B068D8E57 /* FolderWatcherService.swift in Sources */,
223227
62E757AAB4D9D8C1606A8F89 /* GoogleLoginWebView.swift in Sources */,
@@ -268,7 +272,7 @@
268272
CLANG_WARN_UNREACHABLE_CODE = YES;
269273
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
270274
COPY_PHASE_STRIP = NO;
271-
CURRENT_PROJECT_VERSION = 6;
275+
CURRENT_PROJECT_VERSION = 7;
272276
DEBUG_INFORMATION_FORMAT = dwarf;
273277
ENABLE_STRICT_OBJC_MSGSEND = YES;
274278
ENABLE_TESTABILITY = YES;
@@ -287,7 +291,7 @@
287291
GCC_WARN_UNUSED_FUNCTION = YES;
288292
GCC_WARN_UNUSED_VARIABLE = YES;
289293
MACOSX_DEPLOYMENT_TARGET = 14.0;
290-
MARKETING_VERSION = 1.2.1;
294+
MARKETING_VERSION = 1.3.0;
291295
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
292296
MTL_FAST_MATH = YES;
293297
ONLY_ACTIVE_ARCH = YES;
@@ -381,7 +385,7 @@
381385
CLANG_WARN_UNREACHABLE_CODE = YES;
382386
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
383387
COPY_PHASE_STRIP = NO;
384-
CURRENT_PROJECT_VERSION = 6;
388+
CURRENT_PROJECT_VERSION = 7;
385389
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
386390
ENABLE_NS_ASSERTIONS = NO;
387391
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -394,7 +398,7 @@
394398
GCC_WARN_UNUSED_FUNCTION = YES;
395399
GCC_WARN_UNUSED_VARIABLE = YES;
396400
MACOSX_DEPLOYMENT_TARGET = 14.0;
397-
MARKETING_VERSION = 1.2.1;
401+
MARKETING_VERSION = 1.3.0;
398402
MTL_ENABLE_DEBUG_INFO = NO;
399403
MTL_FAST_MATH = YES;
400404
PRODUCT_NAME = "$(TARGET_NAME)";

macos-app/Sources/AutoMeetsSlide/ViewModels/AppState.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,6 @@ class AppState {
112112

113113
// MARK: - File Queue
114114

115-
func selectFiles() {
116-
let panel = NSOpenPanel()
117-
panel.allowsMultipleSelection = true
118-
panel.canChooseDirectories = false
119-
panel.allowedContentTypes = [
120-
.mp3, .wav, .mpeg4Audio,
121-
.pdf, .plainText,
122-
UTType(filenameExtension: "docx")!
123-
]
124-
125-
if panel.runModal() == .OK {
126-
addFiles(panel.urls)
127-
}
128-
}
129-
130115
/// Open file picker and show the settings sheet for the selected files
131116
func selectFilesForSettingsSheet() {
132117
let panel = NSOpenPanel()

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.2.1"
12-
CURRENT_PROJECT_VERSION: "6"
11+
MARKETING_VERSION: "1.3.0"
12+
CURRENT_PROJECT_VERSION: "7"
1313
SWIFT_VERSION: "5.9"
1414
MACOSX_DEPLOYMENT_TARGET: "14.0"
1515

0 commit comments

Comments
 (0)