Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "src/audio/libs/TPCircularBuffer"]
path = src/audio/libs/TPCircularBuffer
url = https://github.com/michaeltyson/TPCircularBuffer.git
[submodule "src/utilities/libs/ObjectiveSugar"]
path = src/utilities/libs/ObjectiveSugar
url = https://github.com/supermarin/ObjectiveSugar.git
[submodule "Libs/ObjectiveSugar"]
path = Libs/ObjectiveSugar
url = https://github.com/ragnaringi/ObjectiveSugar
1 change: 1 addition & 0 deletions Libs/ObjectiveSugar
Submodule ObjectiveSugar added at c94af6
302 changes: 93 additions & 209 deletions RFYAppKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0920"
LastUpgradeVersion = "0940"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,7 +26,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -56,7 +55,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0920"
LastUpgradeVersion = "0940"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -10,7 +10,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand All @@ -31,7 +30,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
2 changes: 1 addition & 1 deletion RFYAppKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
8 changes: 0 additions & 8 deletions RFYAppKit/RFYAppKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,4 @@ FOUNDATION_EXPORT const unsigned char RFYAppKitVersionString[];
#import <RFYAppKit/RFYErrors.h>
#import <RFYAppKit/RFYPermissions.h>
#import <RFYAppKit/NSArray+RFYUtilities.h>

#import <RFYAppKit/RFYAudioUtils.h>
#import <RFYAppKit/RFYAudioFilePlayer.h>
#import <RFYAppKit/RFYAudioQueuePlayer.h>
#import <RFYAppKit/RFYAudioStemsPlayer.h>

#import <RFYAppKit/ObjectiveSugar.h>
#import <RFYAppKit/TPCircularBuffer+AudioBufferList.h>

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
52 changes: 0 additions & 52 deletions src/audio/RFYAudioFilePlayer.h

This file was deleted.

228 changes: 0 additions & 228 deletions src/audio/RFYAudioFilePlayer.m

This file was deleted.

17 changes: 0 additions & 17 deletions src/audio/RFYAudioPlayable.h

This file was deleted.

13 changes: 0 additions & 13 deletions src/audio/RFYAudioProducer.h

This file was deleted.

Loading