Skip to content

Commit 31a96f5

Browse files
committed
rearranged files
1 parent 26d39e3 commit 31a96f5

File tree

21 files changed

+77
-46
lines changed

21 files changed

+77
-46
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

MIDIKit.podspec

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Pod::Spec.new do |s|
2+
s.name = "MIDIKit"
3+
s.version = "0.1.0"
4+
s.summary = "Simplified, beautiful, & powerful object-oriented CoreMIDI for iOS and Mac OS X. Objective-C w/ a JavaScript Bridge."
5+
s.description = <<-DESC
6+
An optional longer description of MIDIKit
7+
8+
* Markdown format.
9+
* Don't worry about the indent, we strip it!
10+
DESC
11+
s.homepage = "http://EXAMPLE/NAME"
12+
s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
13+
s.license = 'MIT'
14+
s.author = { "John Heaton" => "[email protected]" }
15+
s.source = { :git => "http://EXAMPLE/NAME.git", :tag => s.version.to_s }
16+
s.social_media_url = 'https://twitter.com/EXAMPLE'
17+
18+
# s.platform = :ios, '5.0'
19+
# s.ios.deployment_target = '5.0'
20+
# s.osx.deployment_target = '10.7'
21+
s.requires_arc = true
22+
23+
s.source_files = 'Classes'
24+
s.resources = 'Assets/*.png'
25+
26+
s.ios.exclude_files = 'Classes/osx'
27+
s.osx.exclude_files = 'Classes/ios'
28+
# s.public_header_files = 'Classes/**/*.h'
29+
# s.frameworks = 'SomeFramework', 'AnotherFramework'
30+
# s.dependency 'JSONKit', '~> 1.4'
31+
end

MIDIKit.xcodeproj/project.pbxproj

+45-45
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@
137137
/* End PBXCopyFilesBuildPhase section */
138138

139139
/* Begin PBXFileReference section */
140+
520F8CF818FFB19B006BB9F5 /* flash.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = flash.js; sourceTree = "<group>"; };
141+
520F8CF918FFB19B006BB9F5 /* mirror.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = mirror.js; sourceTree = "<group>"; };
140142
521C1BC418FD412900A002FC /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = SOURCE_ROOT; };
141143
522EA3FA18FA690500444217 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
142144
522EA3FD18FA6B0400444217 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
@@ -174,19 +176,17 @@
174176
5273C73A18DEADB800A8CFD4 /* MKEntity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKEntity.m; sourceTree = "<group>"; };
175177
527B2AB318FCC67D001D0CDD /* MKPrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MKPrivate.h; sourceTree = "<group>"; };
176178
527B2AB418FCC6AB001D0CDD /* MKPrivate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKPrivate.m; sourceTree = "<group>"; };
177-
5283466F18FF8C2E00DFA2B2 /* flash.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = flash.js; sourceTree = "<group>"; };
178-
5283467018FF8C2E00DFA2B2 /* mirror.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = mirror.js; sourceTree = "<group>"; };
179179
5283467118FFA88400DFA2B2 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
180180
528C943B18FC774100A7B960 /* MKDestination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKDestination.h; sourceTree = "<group>"; };
181181
528C943C18FC774100A7B960 /* MKDestination.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKDestination.m; sourceTree = "<group>"; };
182182
528C943F18FC7FC000A7B960 /* MKSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKSource.h; sourceTree = "<group>"; };
183183
528C944018FC7FC000A7B960 /* MKSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKSource.m; sourceTree = "<group>"; };
184-
528C944A18FC8FD900A7B960 /* LPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LPMessage.h; path = Examples/midirepl/LPMessage.h; sourceTree = SOURCE_ROOT; };
185-
528C944B18FC8FD900A7B960 /* LPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LPMessage.m; path = Examples/midirepl/LPMessage.m; sourceTree = SOURCE_ROOT; };
186-
528C944C18FC8FD900A7B960 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = main.mm; path = Examples/midirepl/main.mm; sourceTree = SOURCE_ROOT; };
187-
528C945618FC90B400A7B960 /* MKJavaScriptContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKJavaScriptContext.h; path = Examples/midirepl/MKJavaScriptContext.h; sourceTree = SOURCE_ROOT; };
188-
528C945718FC90B400A7B960 /* MKJavaScriptModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKJavaScriptModule.h; path = Examples/midirepl/MKJavaScriptModule.h; sourceTree = SOURCE_ROOT; };
189-
528C945818FC90B400A7B960 /* MKJavaScriptContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKJavaScriptContext.m; path = Examples/midirepl/MKJavaScriptContext.m; sourceTree = SOURCE_ROOT; };
184+
528C944A18FC8FD900A7B960 /* LPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LPMessage.h; path = "Examples (Objective C)/midirepl/LPMessage.h"; sourceTree = SOURCE_ROOT; };
185+
528C944B18FC8FD900A7B960 /* LPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LPMessage.m; path = "Examples (Objective C)/midirepl/LPMessage.m"; sourceTree = SOURCE_ROOT; };
186+
528C944C18FC8FD900A7B960 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = main.mm; path = "Examples (Objective C)/midirepl/main.mm"; sourceTree = SOURCE_ROOT; };
187+
528C945618FC90B400A7B960 /* MKJavaScriptContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKJavaScriptContext.h; path = "Examples (Objective C)/midirepl/MKJavaScriptContext.h"; sourceTree = SOURCE_ROOT; };
188+
528C945718FC90B400A7B960 /* MKJavaScriptModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKJavaScriptModule.h; path = "Examples (Objective C)/midirepl/MKJavaScriptModule.h"; sourceTree = SOURCE_ROOT; };
189+
528C945818FC90B400A7B960 /* MKJavaScriptContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKJavaScriptContext.m; path = "Examples (Objective C)/midirepl/MKJavaScriptContext.m"; sourceTree = SOURCE_ROOT; };
190190
528C945A18FC919800A7B960 /* MIDIKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MIDIKit.m; sourceTree = "<group>"; };
191191
5296F88818FF3B1100682874 /* MKEnumerableObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKEnumerableObject.h; sourceTree = "<group>"; };
192192
5296F88918FF3B1100682874 /* MKEnumerableObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKEnumerableObject.m; sourceTree = "<group>"; };
@@ -260,6 +260,39 @@
260260
/* End PBXFrameworksBuildPhase section */
261261

262262
/* Begin PBXGroup section */
263+
520F8CF418FFB19B006BB9F5 /* Examples (JavaScript) */ = {
264+
isa = PBXGroup;
265+
children = (
266+
520F8CF518FFB19B006BB9F5 /* Ableton Push */,
267+
520F8CF618FFB19B006BB9F5 /* Akai MPK Mini */,
268+
520F8CF718FFB19B006BB9F5 /* Novation Launchpad */,
269+
);
270+
path = "Examples (JavaScript)";
271+
sourceTree = "<group>";
272+
};
273+
520F8CF518FFB19B006BB9F5 /* Ableton Push */ = {
274+
isa = PBXGroup;
275+
children = (
276+
);
277+
path = "Ableton Push";
278+
sourceTree = "<group>";
279+
};
280+
520F8CF618FFB19B006BB9F5 /* Akai MPK Mini */ = {
281+
isa = PBXGroup;
282+
children = (
283+
);
284+
path = "Akai MPK Mini";
285+
sourceTree = "<group>";
286+
};
287+
520F8CF718FFB19B006BB9F5 /* Novation Launchpad */ = {
288+
isa = PBXGroup;
289+
children = (
290+
520F8CF818FFB19B006BB9F5 /* flash.js */,
291+
520F8CF918FFB19B006BB9F5 /* mirror.js */,
292+
);
293+
path = "Novation Launchpad";
294+
sourceTree = "<group>";
295+
};
263296
524005D718FB03F10030B46D /* Client */ = {
264297
isa = PBXGroup;
265298
children = (
@@ -367,7 +400,7 @@
367400
526F3BC218FD9BC600451D4C /* main.m */,
368401
);
369402
name = "Virtual Launchpad";
370-
path = "Examples/Virtual Launchpad";
403+
path = "Examples (Objective C)/Virtual Launchpad";
371404
sourceTree = "<group>";
372405
};
373406
526F3BCA18FD9BE700451D4C /* Files */ = {
@@ -387,7 +420,7 @@
387420
children = (
388421
521C1BC418FD412900A002FC /* README.md */,
389422
5283467118FFA88400DFA2B2 /* LICENSE */,
390-
5283466B18FF8C2E00DFA2B2 /* Example JavaScript */,
423+
520F8CF418FFB19B006BB9F5 /* Examples (JavaScript) */,
391424
5273C6DD18DE96A200A8CFD4 /* MIDIKit Source (Shared) */,
392425
524005DF18FB068D0030B46D /* MIDIKit Framework (OS X) */,
393426
52DDEDF018FB55400019BE98 /* CLI Tool (mkcli) */,
@@ -470,39 +503,6 @@
470503
name = Private;
471504
sourceTree = "<group>";
472505
};
473-
5283466B18FF8C2E00DFA2B2 /* Example JavaScript */ = {
474-
isa = PBXGroup;
475-
children = (
476-
5283466C18FF8C2E00DFA2B2 /* Ableton Push */,
477-
5283466D18FF8C2E00DFA2B2 /* Akai MPK Mini */,
478-
5283466E18FF8C2E00DFA2B2 /* Novation Launchpad */,
479-
);
480-
path = "Example JavaScript";
481-
sourceTree = "<group>";
482-
};
483-
5283466C18FF8C2E00DFA2B2 /* Ableton Push */ = {
484-
isa = PBXGroup;
485-
children = (
486-
);
487-
path = "Ableton Push";
488-
sourceTree = "<group>";
489-
};
490-
5283466D18FF8C2E00DFA2B2 /* Akai MPK Mini */ = {
491-
isa = PBXGroup;
492-
children = (
493-
);
494-
path = "Akai MPK Mini";
495-
sourceTree = "<group>";
496-
};
497-
5283466E18FF8C2E00DFA2B2 /* Novation Launchpad */ = {
498-
isa = PBXGroup;
499-
children = (
500-
5283466F18FF8C2E00DFA2B2 /* flash.js */,
501-
5283467018FF8C2E00DFA2B2 /* mirror.js */,
502-
);
503-
path = "Novation Launchpad";
504-
sourceTree = "<group>";
505-
};
506506
528C944918FC848F00A7B960 /* Virtual (Client-Created) */ = {
507507
isa = PBXGroup;
508508
children = (
@@ -917,7 +917,7 @@
917917
"DEBUG=1",
918918
"$(inherited)",
919919
);
920-
INFOPLIST_FILE = "$(SRCROOT)/Examples/Virtual Launchpad/Virtual Launchpad-Info.plist";
920+
INFOPLIST_FILE = "$(SRCROOT)/Examples (Objective C)/Virtual Launchpad/Virtual Launchpad-Info.plist";
921921
PRODUCT_NAME = "$(TARGET_NAME)";
922922
WRAPPER_EXTENSION = app;
923923
};
@@ -930,7 +930,7 @@
930930
COMBINE_HIDPI_IMAGES = YES;
931931
GCC_PRECOMPILE_PREFIX_HEADER = YES;
932932
GCC_PREFIX_HEADER = "";
933-
INFOPLIST_FILE = "$(SRCROOT)/Examples/Virtual Launchpad/Virtual Launchpad-Info.plist";
933+
INFOPLIST_FILE = "$(SRCROOT)/Examples (Objective C)/Virtual Launchpad/Virtual Launchpad-Info.plist";
934934
PRODUCT_NAME = "$(TARGET_NAME)";
935935
WRAPPER_EXTENSION = app;
936936
};

MIDIKit.xcodeproj/project.xcworkspace/xcshareddata/MIDIKit.xccheckout

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
66
<false/>
77
<key>IDESourceControlProjectIdentifier</key>
8-
<string>F164A8E7-DDF0-4160-ABD6-9D303E139E01</string>
8+
<string>A2C3B6F9-A8A6-4B3A-B30D-2E10FB900EE9</string>
99
<key>IDESourceControlProjectName</key>
1010
<string>MIDIKit</string>
1111
<key>IDESourceControlProjectOriginsDictionary</key>

0 commit comments

Comments
 (0)