Skip to content

Commit 98258cb

Browse files
committed
removed unnecessary scripts
1 parent f8f72f5 commit 98258cb

8 files changed

Lines changed: 2 additions & 106 deletions

File tree

native/app/Source/ApplicationDataBus.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class ApplicationDataBus: DataBus {
5555
}
5656

5757
self.on(.GET, "/uninstall") { _, res in
58-
return "Downloading Uninstaller"
58+
NSWorkspace.shared.open(Constants.FAQ_URL)
59+
return "FAQ Openned"
5960
}
6061

6162
self.on(.GET, "/driver/reinstall/available") { _, res in

native/app/Source/Scripts/check_driver_installed.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

native/app/Source/Scripts/check_driver_uninstalled.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

native/app/Source/Scripts/install_driver.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

native/app/Source/Scripts/place_driver.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

native/app/Source/Scripts/remove_driver.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

native/app/Source/Scripts/uninstall_driver.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

native/app/eqMac.xcodeproj/project.pbxproj

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
788732FE266BB08E0093CBB5 /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073727C20167E7600874CC6 /* Application.swift */; };
1717
7893D5752674F6B100F3815B /* Version in Frameworks */ = {isa = PBXBuildFile; productRef = 7893D5742674F6B100F3815B /* Version */; };
1818
789F83CF250E20A8004F871D /* restart_coreaudio.sh in Resources */ = {isa = PBXBuildFile; fileRef = 789F83CE250E20A8004F871D /* restart_coreaudio.sh */; };
19-
789F83D1250E20DD004F871D /* place_driver.sh in Resources */ = {isa = PBXBuildFile; fileRef = 789F83D0250E20DD004F871D /* place_driver.sh */; };
20-
789F83D3250E2164004F871D /* check_driver_installed.sh in Resources */ = {isa = PBXBuildFile; fileRef = 789F83D2250E2164004F871D /* check_driver_installed.sh */; };
21-
789F83D5250E21BD004F871D /* check_driver_uninstalled.sh in Resources */ = {isa = PBXBuildFile; fileRef = 789F83D4250E21BD004F871D /* check_driver_uninstalled.sh */; };
22-
789F83D7250E220C004F871D /* remove_driver.sh in Resources */ = {isa = PBXBuildFile; fileRef = 789F83D6250E220C004F871D /* remove_driver.sh */; };
2319
78D8C3322569B2910084739C /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 78D8C3312569B2910084739C /* LaunchAtLogin */; };
2420
78D8C3332569B3000084739C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0370EB0200D68AB00DF4DBF /* AudioToolbox.framework */; };
2521
78D8C3472569B7980084739C /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78D8C3462569B7980084739C /* AudioUnit.framework */; };
@@ -43,8 +39,6 @@
4339
E021BCE722313F1E004921FF /* SettingsDataBus.swift in Sources */ = {isa = PBXBuildFile; fileRef = E021BCE622313F1E004921FF /* SettingsDataBus.swift */; };
4440
E0241AA5225E9FB700748656 /* BasicEqualizerPreset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0241AA4225E9FB700748656 /* BasicEqualizerPreset.swift */; };
4541
E02662F022BC3239006B486C /* NSSavePanelExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02662EF22BC3239006B486C /* NSSavePanelExtensions.swift */; };
46-
E0267AF7218ADD8D00FB2E5A /* uninstall_driver.sh in Resources */ = {isa = PBXBuildFile; fileRef = E0267AF5218ADD6000FB2E5A /* uninstall_driver.sh */; };
47-
E0267AFA218ADD9500FB2E5A /* install_driver.sh in Resources */ = {isa = PBXBuildFile; fileRef = E0DDF3FC2189021300B37E77 /* install_driver.sh */; };
4842
E0267AFD218AE39500FB2E5A /* Script.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0267AFC218AE39500FB2E5A /* Script.swift */; };
4943
E02ACA982459EF3B00754204 /* Pods_eqMac.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C0FBD24DF0BA400D806B8AC /* Pods_eqMac.framework */; };
5044
E02B922E219CBCD800AC130B /* AudioDeviceEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02B922D219CBCD800AC130B /* AudioDeviceEvents.swift */; };
@@ -129,10 +123,6 @@
129123
787474A825336D9200FF4A95 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
130124
788732FA266700DF0093CBB5 /* eqMac.debug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = eqMac.debug.entitlements; sourceTree = "<group>"; };
131125
789F83CE250E20A8004F871D /* restart_coreaudio.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = restart_coreaudio.sh; sourceTree = "<group>"; };
132-
789F83D0250E20DD004F871D /* place_driver.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = place_driver.sh; sourceTree = "<group>"; };
133-
789F83D2250E2164004F871D /* check_driver_installed.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = check_driver_installed.sh; sourceTree = "<group>"; };
134-
789F83D4250E21BD004F871D /* check_driver_uninstalled.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = check_driver_uninstalled.sh; sourceTree = "<group>"; };
135-
789F83D6250E220C004F871D /* remove_driver.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = remove_driver.sh; sourceTree = "<group>"; };
136126
78D8C3462569B7980084739C /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
137127
78E2441324B661C3003C1FBC /* Embedded */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Embedded; sourceTree = "<group>"; };
138128
9C0FBD24DF0BA400D806B8AC /* Pods_eqMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_eqMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -158,7 +148,6 @@
158148
E021BCE622313F1E004921FF /* SettingsDataBus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsDataBus.swift; sourceTree = "<group>"; };
159149
E0241AA4225E9FB700748656 /* BasicEqualizerPreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicEqualizerPreset.swift; sourceTree = "<group>"; };
160150
E02662EF22BC3239006B486C /* NSSavePanelExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSSavePanelExtensions.swift; sourceTree = "<group>"; };
161-
E0267AF5218ADD6000FB2E5A /* uninstall_driver.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = uninstall_driver.sh; sourceTree = "<group>"; };
162151
E0267AFC218AE39500FB2E5A /* Script.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Script.swift; sourceTree = "<group>"; };
163152
E02B922D219CBCD800AC130B /* AudioDeviceEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioDeviceEvents.swift; sourceTree = "<group>"; };
164153
E02FF91522C7EC6C0051342A /* Transition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Transition.swift; sourceTree = "<group>"; };
@@ -215,7 +204,6 @@
215204
E0D1A0D9249E191700BBC742 /* eqMac2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = eqMac2.swift; sourceTree = "<group>"; };
216205
E0D5F88622DD20F800499250 /* SettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsState.swift; sourceTree = "<group>"; };
217206
E0DDF3F92188390300B37E77 /* Alert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Alert.swift; sourceTree = "<group>"; };
218-
E0DDF3FC2189021300B37E77 /* install_driver.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = install_driver.sh; sourceTree = "<group>"; };
219207
E0E2CFF62104EA7A002DC989 /* Equalizers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Equalizers.swift; sourceTree = "<group>"; };
220208
E0E8B62420EEB6A900DE905C /* EffectsState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EffectsState.swift; sourceTree = "<group>"; };
221209
E0E8B62920EEB6A900DE905C /* EqualizersState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EqualizersState.swift; sourceTree = "<group>"; };
@@ -521,13 +509,7 @@
521509
isa = PBXGroup;
522510
children = (
523511
7858FBC124A9630800637941 /* restart_mac.scpt */,
524-
E0DDF3FC2189021300B37E77 /* install_driver.sh */,
525-
E0267AF5218ADD6000FB2E5A /* uninstall_driver.sh */,
526512
789F83CE250E20A8004F871D /* restart_coreaudio.sh */,
527-
789F83D0250E20DD004F871D /* place_driver.sh */,
528-
789F83D6250E220C004F871D /* remove_driver.sh */,
529-
789F83D2250E2164004F871D /* check_driver_installed.sh */,
530-
789F83D4250E21BD004F871D /* check_driver_uninstalled.sh */,
531513
);
532514
path = Scripts;
533515
sourceTree = "<group>";
@@ -677,17 +659,11 @@
677659
isa = PBXResourcesBuildPhase;
678660
buildActionMask = 2147483647;
679661
files = (
680-
E0267AFA218ADD9500FB2E5A /* install_driver.sh in Resources */,
681662
E086B0021FCCB8E700CF9F0D /* assets.xcassets in Resources */,
682-
789F83D1250E20DD004F871D /* place_driver.sh in Resources */,
683663
E09C17201FEC1969008E65A4 /* Main.storyboard in Resources */,
684664
78E2441424B661C3003C1FBC /* Embedded in Resources */,
685665
789F83CF250E20A8004F871D /* restart_coreaudio.sh in Resources */,
686-
789F83D5250E21BD004F871D /* check_driver_uninstalled.sh in Resources */,
687-
789F83D3250E2164004F871D /* check_driver_installed.sh in Resources */,
688666
7858FBC224A9630800637941 /* restart_mac.scpt in Resources */,
689-
789F83D7250E220C004F871D /* remove_driver.sh in Resources */,
690-
E0267AF7218ADD8D00FB2E5A /* uninstall_driver.sh in Resources */,
691667
);
692668
runOnlyForDeploymentPostprocessing = 0;
693669
};

0 commit comments

Comments
 (0)