Skip to content

Commit 97c233b

Browse files
authored
Merge pull request #4 from reactify/restructure
Restructure
2 parents d0ad3f9 + 88a8a52 commit 97c233b

31 files changed

+100
-996
lines changed

.gitmodules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "src/audio/libs/TPCircularBuffer"]
2-
path = src/audio/libs/TPCircularBuffer
3-
url = https://github.com/michaeltyson/TPCircularBuffer.git
4-
[submodule "src/utilities/libs/ObjectiveSugar"]
5-
path = src/utilities/libs/ObjectiveSugar
6-
url = https://github.com/supermarin/ObjectiveSugar.git
1+
[submodule "Libs/ObjectiveSugar"]
2+
path = Libs/ObjectiveSugar
3+
url = https://github.com/ragnaringi/ObjectiveSugar

Libs/ObjectiveSugar

Submodule ObjectiveSugar added at c94af62

RFYAppKit.xcodeproj/project.pbxproj

Lines changed: 93 additions & 209 deletions
Large diffs are not rendered by default.

RFYAppKit.xcodeproj/xcshareddata/xcschemes/RFYAppKit.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0920"
3+
LastUpgradeVersion = "0940"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
<TestableReference
@@ -56,7 +55,6 @@
5655
buildConfiguration = "Debug"
5756
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5857
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59-
language = ""
6058
launchStyle = "0"
6159
useCustomWorkingDirectory = "NO"
6260
ignoresPersistentStateOnLaunch = "NO"

RFYAppKit.xcodeproj/xcshareddata/xcschemes/RFYAppKitTests.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0920"
3+
LastUpgradeVersion = "0940"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -10,7 +10,6 @@
1010
buildConfiguration = "Debug"
1111
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1212
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13-
language = ""
1413
shouldUseLaunchSchemeArgsEnv = "YES">
1514
<Testables>
1615
<TestableReference
@@ -31,7 +30,6 @@
3130
buildConfiguration = "Debug"
3231
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3332
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34-
language = ""
3533
launchStyle = "0"
3634
useCustomWorkingDirectory = "NO"
3735
ignoresPersistentStateOnLaunch = "NO"

RFYAppKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

RFYAppKit/RFYAppKit.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,4 @@ FOUNDATION_EXPORT const unsigned char RFYAppKitVersionString[];
2222
#import <RFYAppKit/RFYErrors.h>
2323
#import <RFYAppKit/RFYPermissions.h>
2424
#import <RFYAppKit/NSArray+RFYUtilities.h>
25-
26-
#import <RFYAppKit/RFYAudioUtils.h>
27-
#import <RFYAppKit/RFYAudioFilePlayer.h>
28-
#import <RFYAppKit/RFYAudioQueuePlayer.h>
29-
#import <RFYAppKit/RFYAudioStemsPlayer.h>
30-
3125
#import <RFYAppKit/ObjectiveSugar.h>
32-
#import <RFYAppKit/TPCircularBuffer+AudioBufferList.h>
33-
File renamed without changes.

0 commit comments

Comments
 (0)