From bf3a97523dfd33d0d7f6081b7a3199c869fe0383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Kr=C3=A4mer?= Date: Mon, 11 Apr 2022 11:27:31 +0200 Subject: [PATCH] Added scheme --- .../xcshareddata/xcschemes/App.xcscheme | 78 +++++++++++++++++++ ios/App/Shared/AudioPlayer.swift | 1 - 2 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme diff --git a/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme new file mode 100644 index 00000000..686e97c1 --- /dev/null +++ b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/App/Shared/AudioPlayer.swift b/ios/App/Shared/AudioPlayer.swift index 1ae90ca9..49bc9bcc 100644 --- a/ios/App/Shared/AudioPlayer.swift +++ b/ios/App/Shared/AudioPlayer.swift @@ -260,6 +260,5 @@ class AudioPlayer: NSObject { } } - // MARK: - Factory public static var instance: AudioPlayer? }