Skip to content

Commit

Permalink
All xcode projects build apps with the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Dec 26, 2009
1 parent 88f73db commit 4ed073e
Show file tree
Hide file tree
Showing 37 changed files with 74 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = 3DModelLoaderExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
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>"; };
E49DA7E210CD40AD0006B5A8 /* freeimage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = freeimage.a; path = ../../../libs/FreeImage/lib/osx/freeimage.a; sourceTree = SOURCE_ROOT; };
E4B69B5B0A3A1756003C02F2 /* openFrameworksUniversal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openFrameworksUniversal.app; sourceTree = BUILT_PRODUCTS_DIR; };
E4B69B5B0A3A1756003C02F2 /* allAddonsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = allAddonsExample.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 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -880,7 +880,7 @@
E4B69B4A0A3A1720003C02F2 = {
isa = PBXGroup;
children = (
E4B69B5B0A3A1756003C02F2 /* openFrameworksUniversal.app */,
E4B69B5B0A3A1756003C02F2 /* allAddonsExample.app */,
E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
E4B69E1C0A3A1BDC003C02F2 /* src */,
E4C2422310CC54B6004149E2 /* openFrameworks */,
Expand Down Expand Up @@ -976,9 +976,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4B69B5A0A3A1756003C02F2 /* openFrameworks */ = {
E4B69B5A0A3A1756003C02F2 /* allAddonsExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "allAddonsExample" */;
buildPhases = (
E4B69B580A3A1756003C02F2 /* Sources */,
E4B69B590A3A1756003C02F2 /* Frameworks */,
Expand All @@ -991,9 +991,9 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = allAddonsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksUniversal.app */;
productReference = E4B69B5B0A3A1756003C02F2 /* allAddonsExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -1015,7 +1015,7 @@
);
projectRoot = "";
targets = (
E4B69B5A0A3A1756003C02F2 /* openFrameworks */,
E4B69B5A0A3A1756003C02F2 /* allAddonsExample */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -1387,7 +1387,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */ = {
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "allAddonsExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B600A3A1757003C02F2 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = dirListExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = networkTcpClientExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = networkTcpServerExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = networkUdpReceiverExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = networkUdpSenderExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = opencvExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworks.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = oscReceiveExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = oscSenderExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = threadExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = vectorGraphicsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = vectorMathExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = xmlSettingsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = advancedEventsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = advancedGraphicsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = audioInputExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = audioOutputExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
30 changes: 15 additions & 15 deletions apps/examples/emptyExample/emptyExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
E4C2422B10CC554B004149E2 /* openFrameworks.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2421E10CC549C004149E2 /* openFrameworks.a */; };
E4C2422B10CC554B004149E2 /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2421E10CC549C004149E2 /* openFrameworksDebug.a */; };
E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
Expand Down Expand Up @@ -99,7 +99,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 /* openFrameworksDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openFrameworksDebug.app; sourceTree = BUILT_PRODUCTS_DIR; };
E4B69B5B0A3A1756003C02F2 /* emptyExampleDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = emptyExampleDebug.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 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
Expand All @@ -124,7 +124,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E4C2422B10CC554B004149E2 /* openFrameworks.a in Frameworks */,
E4C2422B10CC554B004149E2 /* openFrameworksDebug.a in Frameworks */,
E45BE0AA0E8CC67C009D7055 /* GLee.a in Frameworks */,
E45BE2E40E8CC69C009D7055 /* rtAudio.a in Frameworks */,
E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
Expand Down Expand Up @@ -334,7 +334,7 @@
E4B69B4A0A3A1720003C02F2 = {
isa = PBXGroup;
children = (
E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */,
E4B69B5B0A3A1756003C02F2 /* emptyExampleDebug.app */,
E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
E4B69E1C0A3A1BDC003C02F2 /* src */,
E4C2422310CC54B6004149E2 /* openFrameworks */,
Expand All @@ -355,7 +355,7 @@
E4C2421710CC549C004149E2 /* Products */ = {
isa = PBXGroup;
children = (
E4C2421E10CC549C004149E2 /* openFrameworks.a */,
E4C2421E10CC549C004149E2 /* openFrameworksDebug.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -438,9 +438,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4B69B5A0A3A1756003C02F2 /* openFrameworks */ = {
E4B69B5A0A3A1756003C02F2 /* emptyExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "emptyExample" */;
buildPhases = (
E4B69B580A3A1756003C02F2 /* Sources */,
E4B69B590A3A1756003C02F2 /* Frameworks */,
Expand All @@ -453,17 +453,17 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = emptyExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productReference = E4B69B5B0A3A1756003C02F2 /* emptyExampleDebug.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 "advancedGraphicsExample" */;
buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "emptyExample" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = E4B69B4A0A3A1720003C02F2;
Expand All @@ -477,16 +477,16 @@
);
projectRoot = "";
targets = (
E4B69B5A0A3A1756003C02F2 /* openFrameworks */,
E4B69B5A0A3A1756003C02F2 /* emptyExample */,
);
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
E4C2421E10CC549C004149E2 /* openFrameworks.a */ = {
E4C2421E10CC549C004149E2 /* openFrameworksDebug.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = openFrameworks.a;
path = openFrameworksDebug.a;
remoteRef = E4C2421D10CC549C004149E2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand Down Expand Up @@ -790,7 +790,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "advancedGraphicsExample" */ = {
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "emptyExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B4E0A3A1720003C02F2 /* Debug */,
Expand All @@ -800,7 +800,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */ = {
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "emptyExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B600A3A1757003C02F2 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = eventsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = firmataExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = fontShapesExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = fontsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = graphicsExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = imageLoaderExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
dependencies = (
E4C2422810CC54DA004149E2 /* PBXTargetDependency */,
);
name = stupidApp;
name = imageSaverExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */;
productType = "com.apple.product-type.application";
Expand Down
Loading

0 comments on commit 4ed073e

Please sign in to comment.