Skip to content

Commit

Permalink
modifications to XCode project file to set it apart from macFlock.
Browse files Browse the repository at this point in the history
  • Loading branch information
mummey committed May 21, 2011
1 parent cc82b17 commit 9a161a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
File renamed without changes.
Expand Up @@ -123,7 +123,7 @@
E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
E4B69B5B0A3A1756003C02F2 /* macFlockDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = macFlockDebug.app; sourceTree = BUILT_PRODUCTS_DIR; };
E4B69B5B0A3A1756003C02F2 /* ofxFlockDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ofxFlockDebug.app; sourceTree = BUILT_PRODUCTS_DIR; };
E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
E4B69E1E0A3A1BDC003C02F2 /* flockApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = flockApp.cpp; path = src/flockApp.cpp; sourceTree = SOURCE_ROOT; };
E4B69E1F0A3A1BDC003C02F2 /* flockApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = flockApp.h; path = src/flockApp.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -396,7 +396,7 @@
E4B69B4A0A3A1720003C02F2 = {
isa = PBXGroup;
children = (
E4B69B5B0A3A1756003C02F2 /* macFlockDebug.app */,
E4B69B5B0A3A1756003C02F2 /* ofxFlockDebug.app */,
E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
E4B69E1C0A3A1BDC003C02F2 /* src */,
E4C2422310CC54B6004149E2 /* openFrameworks */,
Expand Down Expand Up @@ -507,9 +507,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4B69B5A0A3A1756003C02F2 /* macFlock */ = {
E4B69B5A0A3A1756003C02F2 /* ofxFlock */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "macFlock" */;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxFlock" */;
buildPhases = (
E4B69B580A3A1756003C02F2 /* Sources */,
E4B69B590A3A1756003C02F2 /* Frameworks */,
Expand All @@ -522,17 +522,17 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = macFlock;
name = ofxFlock;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* macFlockDebug.app */;
productReference = E4B69B5B0A3A1756003C02F2 /* ofxFlockDebug.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E4B69B4C0A3A1720003C02F2 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "macFlock" */;
buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "ofxFlock" */;
compatibilityVersion = "Xcode 2.4";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -550,7 +550,7 @@
);
projectRoot = "";
targets = (
E4B69B5A0A3A1756003C02F2 /* macFlock */,
E4B69B5A0A3A1756003C02F2 /* ofxFlock */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -691,7 +691,7 @@
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5 = "\"$(SRCROOT)/../../../libs/poco/lib/osx\"";
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6 = "\"$(SRCROOT)/../../../libs/rtAudio/lib/osx\"";
PREBINDING = NO;
PRODUCT_NAME = macFlockUniversal;
PRODUCT_NAME = ofxFlockUniversal;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
Expand Down Expand Up @@ -814,7 +814,7 @@
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5 = "\"$(SRCROOT)/../../../libs/poco/lib/osx\"";
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6 = "\"$(SRCROOT)/../../../libs/rtAudio/lib/osx\"";
PREBINDING = NO;
PRODUCT_NAME = macFlockDebug;
PRODUCT_NAME = ofxFlockDebug;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
Expand Down Expand Up @@ -863,7 +863,7 @@
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5 = "\"$(SRCROOT)/../../../libs/poco/lib/osx\"";
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6 = "\"$(SRCROOT)/../../../libs/rtAudio/lib/osx\"";
PREBINDING = NO;
PRODUCT_NAME = macFlock;
PRODUCT_NAME = ofxFlock;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
Expand All @@ -872,7 +872,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "macFlock" */ = {
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "ofxFlock" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B4E0A3A1720003C02F2 /* Debug */,
Expand All @@ -882,7 +882,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "macFlock" */ = {
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxFlock" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B600A3A1757003C02F2 /* Debug */,
Expand Down

0 comments on commit 9a161a8

Please sign in to comment.