Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
genedelisa committed Jun 26, 2012
1 parent d0c8d74 commit b82d54e
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions MIDIFileSequence.xcodeproj/project.pbxproj
Expand Up @@ -20,6 +20,13 @@
B012A0E8159A21EA009A381D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B012A0C9159A21E8009A381D /* Foundation.framework */; };
B012A0F0159A21EB009A381D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B012A0EE159A21EB009A381D /* InfoPlist.strings */; };
B012A0F3159A21EC009A381D /* MIDIFileSequenceTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B012A0F2159A21EC009A381D /* MIDIFileSequenceTests.m */; };
B012A0FF159A2206009A381D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B012A0FC159A2206009A381D /* AudioToolbox.framework */; };
B012A100159A2206009A381D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B012A0FD159A2206009A381D /* CoreAudio.framework */; };
B012A101159A2206009A381D /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B012A0FE159A2206009A381D /* CoreMIDI.framework */; };
B012A106159A223D009A381D /* GDCoreAudioUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = B012A102159A223D009A381D /* GDCoreAudioUtils.c */; };
B012A107159A223D009A381D /* GDSoundEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = B012A105159A223D009A381D /* GDSoundEngine.m */; };
B012A10A159A2277009A381D /* gs_instruments.dls in Resources */ = {isa = PBXBuildFile; fileRef = B012A109159A2277009A381D /* gs_instruments.dls */; };
B012A10E159A2E20009A381D /* 006Harpsichord.mid in Resources */ = {isa = PBXBuildFile; fileRef = B012A10D159A2E20009A381D /* 006Harpsichord.mid */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -37,28 +44,41 @@
B012A0C7159A21E8009A381D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
B012A0C9159A21E8009A381D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
B012A0CB159A21E8009A381D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
B012A0CF159A21E9009A381D /* MIDIFileSequence-Info.plist */ = {isa = PBXFileReference; path = "MIDIFileSequence-Info.plist"; sourceTree = "<group>"; };
B012A0CF159A21E9009A381D /* MIDIFileSequence-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MIDIFileSequence-Info.plist"; sourceTree = "<group>"; };
B012A0D1159A21E9009A381D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B012A0D3159A21E9009A381D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
B012A0D5159A21E9009A381D /* MIDIFileSequence-Prefix.pch */ = {isa = PBXFileReference; path = "MIDIFileSequence-Prefix.pch"; sourceTree = "<group>"; };
B012A0D6159A21E9009A381D /* GDAppDelegate.h */ = {isa = PBXFileReference; path = GDAppDelegate.h; sourceTree = "<group>"; };
B012A0D5159A21E9009A381D /* MIDIFileSequence-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MIDIFileSequence-Prefix.pch"; sourceTree = "<group>"; };
B012A0D6159A21E9009A381D /* GDAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GDAppDelegate.h; sourceTree = "<group>"; };
B012A0D7159A21E9009A381D /* GDAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GDAppDelegate.m; sourceTree = "<group>"; };
B012A0DA159A21EA009A381D /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
B012A0DC159A21EA009A381D /* GDViewController.h */ = {isa = PBXFileReference; path = GDViewController.h; sourceTree = "<group>"; };
B012A0DC159A21EA009A381D /* GDViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GDViewController.h; sourceTree = "<group>"; };
B012A0DD159A21EA009A381D /* GDViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GDViewController.m; sourceTree = "<group>"; };
B012A0E4159A21EA009A381D /* MIDIFileSequenceTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MIDIFileSequenceTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
B012A0E5159A21EA009A381D /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
B012A0ED159A21EA009A381D /* MIDIFileSequenceTests-Info.plist */ = {isa = PBXFileReference; path = "MIDIFileSequenceTests-Info.plist"; sourceTree = "<group>"; };
B012A0ED159A21EA009A381D /* MIDIFileSequenceTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MIDIFileSequenceTests-Info.plist"; sourceTree = "<group>"; };
B012A0EF159A21EB009A381D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B012A0F1159A21EB009A381D /* MIDIFileSequenceTests.h */ = {isa = PBXFileReference; path = MIDIFileSequenceTests.h; sourceTree = "<group>"; };
B012A0F1159A21EB009A381D /* MIDIFileSequenceTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MIDIFileSequenceTests.h; sourceTree = "<group>"; };
B012A0F2159A21EC009A381D /* MIDIFileSequenceTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MIDIFileSequenceTests.m; sourceTree = "<group>"; };
B012A0FC159A2206009A381D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
B012A0FD159A2206009A381D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
B012A0FE159A2206009A381D /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
B012A102159A223D009A381D /* GDCoreAudioUtils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GDCoreAudioUtils.c; sourceTree = "<group>"; };
B012A103159A223D009A381D /* GDCoreAudioUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDCoreAudioUtils.h; sourceTree = "<group>"; };
B012A104159A223D009A381D /* GDSoundEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDSoundEngine.h; sourceTree = "<group>"; };
B012A105159A223D009A381D /* GDSoundEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDSoundEngine.m; sourceTree = "<group>"; };
B012A108159A2254009A381D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
B012A109159A2277009A381D /* gs_instruments.dls */ = {isa = PBXFileReference; lastKnownFileType = file; path = gs_instruments.dls; sourceTree = "<group>"; };
B012A10D159A2E20009A381D /* 006Harpsichord.mid */ = {isa = PBXFileReference; lastKnownFileType = audio.midi; name = 006Harpsichord.mid; path = MIDIFileSequence/006Harpsichord.mid; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
B012A0C0159A21E8009A381D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B012A0FF159A2206009A381D /* AudioToolbox.framework in Frameworks */,
B012A100159A2206009A381D /* CoreAudio.framework in Frameworks */,
B012A101159A2206009A381D /* CoreMIDI.framework in Frameworks */,
B012A0C8159A21E8009A381D /* UIKit.framework in Frameworks */,
B012A0CA159A21E8009A381D /* Foundation.framework in Frameworks */,
B012A0CC159A21E8009A381D /* CoreGraphics.framework in Frameworks */,
Expand All @@ -81,6 +101,9 @@
B012A0B8159A21E8009A381D = {
isa = PBXGroup;
children = (
B012A10D159A2E20009A381D /* 006Harpsichord.mid */,
B012A109159A2277009A381D /* gs_instruments.dls */,
B012A108159A2254009A381D /* README.md */,
B012A0CD159A21E9009A381D /* MIDIFileSequence */,
B012A0EB159A21EA009A381D /* MIDIFileSequenceTests */,
B012A0C6159A21E8009A381D /* Frameworks */,
Expand All @@ -100,6 +123,9 @@
B012A0C6159A21E8009A381D /* Frameworks */ = {
isa = PBXGroup;
children = (
B012A0FC159A2206009A381D /* AudioToolbox.framework */,
B012A0FD159A2206009A381D /* CoreAudio.framework */,
B012A0FE159A2206009A381D /* CoreMIDI.framework */,
B012A0C7159A21E8009A381D /* UIKit.framework */,
B012A0C9159A21E8009A381D /* Foundation.framework */,
B012A0CB159A21E8009A381D /* CoreGraphics.framework */,
Expand All @@ -111,6 +137,10 @@
B012A0CD159A21E9009A381D /* MIDIFileSequence */ = {
isa = PBXGroup;
children = (
B012A102159A223D009A381D /* GDCoreAudioUtils.c */,
B012A103159A223D009A381D /* GDCoreAudioUtils.h */,
B012A104159A223D009A381D /* GDSoundEngine.h */,
B012A105159A223D009A381D /* GDSoundEngine.m */,
B012A0D6159A21E9009A381D /* GDAppDelegate.h */,
B012A0D7159A21E9009A381D /* GDAppDelegate.m */,
B012A0D9159A21EA009A381D /* MainStoryboard.storyboard */,
Expand Down Expand Up @@ -225,6 +255,8 @@
files = (
B012A0D2159A21E9009A381D /* InfoPlist.strings in Resources */,
B012A0DB159A21EA009A381D /* MainStoryboard.storyboard in Resources */,
B012A10A159A2277009A381D /* gs_instruments.dls in Resources */,
B012A10E159A2E20009A381D /* 006Harpsichord.mid in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -262,6 +294,8 @@
B012A0D4159A21E9009A381D /* main.m in Sources */,
B012A0D8159A21E9009A381D /* GDAppDelegate.m in Sources */,
B012A0DE159A21EA009A381D /* GDViewController.m in Sources */,
B012A106159A223D009A381D /* GDCoreAudioUtils.c in Sources */,
B012A107159A223D009A381D /* GDSoundEngine.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit b82d54e

Please sign in to comment.