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? }