diff --git a/apps/addonsExamples/3DModelLoaderExample/3DModelLoaderExample.xcodeproj/project.pbxproj b/apps/addonsExamples/3DModelLoaderExample/3DModelLoaderExample.xcodeproj/project.pbxproj index 061d9b03629..53be56cc455 100644 --- a/apps/addonsExamples/3DModelLoaderExample/3DModelLoaderExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/3DModelLoaderExample/3DModelLoaderExample.xcodeproj/project.pbxproj @@ -508,7 +508,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = 3DModelLoaderExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/allAddonsExample/allAddonsExample.xcodeproj/project.pbxproj b/apps/addonsExamples/allAddonsExample/allAddonsExample.xcodeproj/project.pbxproj index 4d05eb026ac..a04e6c79887 100644 --- a/apps/addonsExamples/allAddonsExample/allAddonsExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/allAddonsExample/allAddonsExample.xcodeproj/project.pbxproj @@ -227,7 +227,7 @@ E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; 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; }; @@ -880,7 +880,7 @@ E4B69B4A0A3A1720003C02F2 = { isa = PBXGroup; children = ( - E4B69B5B0A3A1756003C02F2 /* openFrameworksUniversal.app */, + E4B69B5B0A3A1756003C02F2 /* allAddonsExample.app */, E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, E4B69E1C0A3A1BDC003C02F2 /* src */, E4C2422310CC54B6004149E2 /* openFrameworks */, @@ -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 */, @@ -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 */ @@ -1015,7 +1015,7 @@ ); projectRoot = ""; targets = ( - E4B69B5A0A3A1756003C02F2 /* openFrameworks */, + E4B69B5A0A3A1756003C02F2 /* allAddonsExample */, ); }; /* End PBXProject section */ @@ -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 */, diff --git a/apps/addonsExamples/dirListExample/dirListExample.xcodeproj/project.pbxproj b/apps/addonsExamples/dirListExample/dirListExample.xcodeproj/project.pbxproj index ebe5df81d20..11280f74ed3 100644 --- a/apps/addonsExamples/dirListExample/dirListExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/dirListExample/dirListExample.xcodeproj/project.pbxproj @@ -485,7 +485,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = dirListExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/networkTcpClientExample/networkTcpClientExample.xcodeproj/project.pbxproj b/apps/addonsExamples/networkTcpClientExample/networkTcpClientExample.xcodeproj/project.pbxproj index 67664b93dd8..2197b17606f 100644 --- a/apps/addonsExamples/networkTcpClientExample/networkTcpClientExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/networkTcpClientExample/networkTcpClientExample.xcodeproj/project.pbxproj @@ -525,7 +525,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = networkTcpClientExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/networkTcpServerExample/networkTcpServerExample.xcodeproj/project.pbxproj b/apps/addonsExamples/networkTcpServerExample/networkTcpServerExample.xcodeproj/project.pbxproj index 2b5ccb8117b..9f63906f782 100644 --- a/apps/addonsExamples/networkTcpServerExample/networkTcpServerExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/networkTcpServerExample/networkTcpServerExample.xcodeproj/project.pbxproj @@ -525,7 +525,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = networkTcpServerExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/networkUdpReceiverExample/networkUdpReceiverExample.xcodeproj/project.pbxproj b/apps/addonsExamples/networkUdpReceiverExample/networkUdpReceiverExample.xcodeproj/project.pbxproj index 73c1aa2c0bc..184f37300ad 100644 --- a/apps/addonsExamples/networkUdpReceiverExample/networkUdpReceiverExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/networkUdpReceiverExample/networkUdpReceiverExample.xcodeproj/project.pbxproj @@ -525,7 +525,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = networkUdpReceiverExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/networkUdpSenderExample/networkUdpSenderExample.xcodeproj/project.pbxproj b/apps/addonsExamples/networkUdpSenderExample/networkUdpSenderExample.xcodeproj/project.pbxproj index d36881e5174..4b7f9a3b20e 100644 --- a/apps/addonsExamples/networkUdpSenderExample/networkUdpSenderExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/networkUdpSenderExample/networkUdpSenderExample.xcodeproj/project.pbxproj @@ -525,7 +525,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = networkUdpSenderExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/opencvExample/opencvExample.xcodeproj/project.pbxproj b/apps/addonsExamples/opencvExample/opencvExample.xcodeproj/project.pbxproj index 50b713a62b9..ae4e48ff015 100644 --- a/apps/addonsExamples/opencvExample/opencvExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/opencvExample/opencvExample.xcodeproj/project.pbxproj @@ -597,7 +597,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = opencvExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworks.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/oscReceiveExample/oscReceiveExample.xcodeproj/project.pbxproj b/apps/addonsExamples/oscReceiveExample/oscReceiveExample.xcodeproj/project.pbxproj index 799e9ad1d16..6217102b653 100644 --- a/apps/addonsExamples/oscReceiveExample/oscReceiveExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/oscReceiveExample/oscReceiveExample.xcodeproj/project.pbxproj @@ -597,7 +597,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = oscReceiveExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/oscSenderExample/oscSenderExample.xcodeproj/project.pbxproj b/apps/addonsExamples/oscSenderExample/oscSenderExample.xcodeproj/project.pbxproj index 195c42a43dd..5db76345ced 100644 --- a/apps/addonsExamples/oscSenderExample/oscSenderExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/oscSenderExample/oscSenderExample.xcodeproj/project.pbxproj @@ -597,7 +597,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = oscSenderExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/threadExample/threadExample.xcodeproj/project.pbxproj b/apps/addonsExamples/threadExample/threadExample.xcodeproj/project.pbxproj index 491dc01cc35..62825a8aecd 100644 --- a/apps/addonsExamples/threadExample/threadExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/threadExample/threadExample.xcodeproj/project.pbxproj @@ -487,7 +487,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = threadExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/vectorGraphicsExample/vectorGraphicsExample.xcodeproj/project.pbxproj b/apps/addonsExamples/vectorGraphicsExample/vectorGraphicsExample.xcodeproj/project.pbxproj index 43f1249ef34..fefa04d6ca5 100644 --- a/apps/addonsExamples/vectorGraphicsExample/vectorGraphicsExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/vectorGraphicsExample/vectorGraphicsExample.xcodeproj/project.pbxproj @@ -499,7 +499,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = vectorGraphicsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/vectorMathExample/vectorMathExample.xcodeproj/project.pbxproj b/apps/addonsExamples/vectorMathExample/vectorMathExample.xcodeproj/project.pbxproj index d40036fa36f..052e608ab21 100644 --- a/apps/addonsExamples/vectorMathExample/vectorMathExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/vectorMathExample/vectorMathExample.xcodeproj/project.pbxproj @@ -509,7 +509,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = vectorMathExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/addonsExamples/xmlSettingsExample/xmlSettingsExample.xcodeproj/project.pbxproj b/apps/addonsExamples/xmlSettingsExample/xmlSettingsExample.xcodeproj/project.pbxproj index 9ac143a6fc6..3b4cac49d5e 100644 --- a/apps/addonsExamples/xmlSettingsExample/xmlSettingsExample.xcodeproj/project.pbxproj +++ b/apps/addonsExamples/xmlSettingsExample/xmlSettingsExample.xcodeproj/project.pbxproj @@ -505,7 +505,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = xmlSettingsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/advancedEventsExample/advancedEventsExample.xcodeproj/project.pbxproj b/apps/examples/advancedEventsExample/advancedEventsExample.xcodeproj/project.pbxproj index cd861035c1f..9b523729319 100644 --- a/apps/examples/advancedEventsExample/advancedEventsExample.xcodeproj/project.pbxproj +++ b/apps/examples/advancedEventsExample/advancedEventsExample.xcodeproj/project.pbxproj @@ -455,7 +455,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = advancedEventsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/advancedGraphicsExample/advancedGraphicsExample.xcodeproj/project.pbxproj b/apps/examples/advancedGraphicsExample/advancedGraphicsExample.xcodeproj/project.pbxproj index ddc3fb50aec..980376b7084 100644 --- a/apps/examples/advancedGraphicsExample/advancedGraphicsExample.xcodeproj/project.pbxproj +++ b/apps/examples/advancedGraphicsExample/advancedGraphicsExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = advancedGraphicsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/audioInputExample/audioInputExample.xcodeproj/project.pbxproj b/apps/examples/audioInputExample/audioInputExample.xcodeproj/project.pbxproj index ddc3fb50aec..162498fd476 100644 --- a/apps/examples/audioInputExample/audioInputExample.xcodeproj/project.pbxproj +++ b/apps/examples/audioInputExample/audioInputExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = audioInputExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/audioOutputExample/audioOutputExample.xcodeproj/project.pbxproj b/apps/examples/audioOutputExample/audioOutputExample.xcodeproj/project.pbxproj index ddc3fb50aec..5d96044b3fe 100644 --- a/apps/examples/audioOutputExample/audioOutputExample.xcodeproj/project.pbxproj +++ b/apps/examples/audioOutputExample/audioOutputExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = audioOutputExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/emptyExample/emptyExample.xcodeproj/project.pbxproj b/apps/examples/emptyExample/emptyExample.xcodeproj/project.pbxproj index ddc3fb50aec..d277f20a18d 100644 --- a/apps/examples/emptyExample/emptyExample.xcodeproj/project.pbxproj +++ b/apps/examples/emptyExample/emptyExample.xcodeproj/project.pbxproj @@ -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 */; }; @@ -99,7 +99,7 @@ E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; - 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; }; @@ -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 */, @@ -334,7 +334,7 @@ E4B69B4A0A3A1720003C02F2 = { isa = PBXGroup; children = ( - E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */, + E4B69B5B0A3A1756003C02F2 /* emptyExampleDebug.app */, E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, E4B69E1C0A3A1BDC003C02F2 /* src */, E4C2422310CC54B6004149E2 /* openFrameworks */, @@ -355,7 +355,7 @@ E4C2421710CC549C004149E2 /* Products */ = { isa = PBXGroup; children = ( - E4C2421E10CC549C004149E2 /* openFrameworks.a */, + E4C2421E10CC549C004149E2 /* openFrameworksDebug.a */, ); name = Products; sourceTree = ""; @@ -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 */, @@ -453,9 +453,9 @@ 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 */ @@ -463,7 +463,7 @@ /* 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; @@ -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; }; @@ -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 */, @@ -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 */, diff --git a/apps/examples/eventsExample/eventsExample.xcodeproj/project.pbxproj b/apps/examples/eventsExample/eventsExample.xcodeproj/project.pbxproj index ddc3fb50aec..dadab5d7b67 100644 --- a/apps/examples/eventsExample/eventsExample.xcodeproj/project.pbxproj +++ b/apps/examples/eventsExample/eventsExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = eventsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/firmataExample/firmataExample.xcodeproj/project.pbxproj b/apps/examples/firmataExample/firmataExample.xcodeproj/project.pbxproj index ddc3fb50aec..87f454859a5 100644 --- a/apps/examples/firmataExample/firmataExample.xcodeproj/project.pbxproj +++ b/apps/examples/firmataExample/firmataExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = firmataExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/fontShapesExample/fontShapesExample.xcodeproj/project.pbxproj b/apps/examples/fontShapesExample/fontShapesExample.xcodeproj/project.pbxproj index ddc3fb50aec..1eb69ac9dbc 100644 --- a/apps/examples/fontShapesExample/fontShapesExample.xcodeproj/project.pbxproj +++ b/apps/examples/fontShapesExample/fontShapesExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = fontShapesExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/fontsExample/fontsExample.xcodeproj/project.pbxproj b/apps/examples/fontsExample/fontsExample.xcodeproj/project.pbxproj index ddc3fb50aec..cdf95663ee2 100644 --- a/apps/examples/fontsExample/fontsExample.xcodeproj/project.pbxproj +++ b/apps/examples/fontsExample/fontsExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = fontsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/graphicsExample/graphicsExample.xcodeproj/project.pbxproj b/apps/examples/graphicsExample/graphicsExample.xcodeproj/project.pbxproj index ddc3fb50aec..a56c28a894c 100644 --- a/apps/examples/graphicsExample/graphicsExample.xcodeproj/project.pbxproj +++ b/apps/examples/graphicsExample/graphicsExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = graphicsExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/imageLoaderExample/imageLoaderExample.xcodeproj/project.pbxproj b/apps/examples/imageLoaderExample/imageLoaderExample.xcodeproj/project.pbxproj index ddc3fb50aec..c7e490f91e4 100644 --- a/apps/examples/imageLoaderExample/imageLoaderExample.xcodeproj/project.pbxproj +++ b/apps/examples/imageLoaderExample/imageLoaderExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = imageLoaderExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/imageSaverExample/imageSaverExample.xcodeproj/project.pbxproj b/apps/examples/imageSaverExample/imageSaverExample.xcodeproj/project.pbxproj index ddc3fb50aec..974df5cdba3 100644 --- a/apps/examples/imageSaverExample/imageSaverExample.xcodeproj/project.pbxproj +++ b/apps/examples/imageSaverExample/imageSaverExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = imageSaverExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/movieGrabberExample/movieGrabberExample.xcodeproj/project.pbxproj b/apps/examples/movieGrabberExample/movieGrabberExample.xcodeproj/project.pbxproj index ddc3fb50aec..9523ec0463e 100644 --- a/apps/examples/movieGrabberExample/movieGrabberExample.xcodeproj/project.pbxproj +++ b/apps/examples/movieGrabberExample/movieGrabberExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = movieGrabberExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/moviePlayerExample/moviePlayerExample.xcodeproj/project.pbxproj b/apps/examples/moviePlayerExample/moviePlayerExample.xcodeproj/project.pbxproj index ddc3fb50aec..8bf2a23fd96 100644 --- a/apps/examples/moviePlayerExample/moviePlayerExample.xcodeproj/project.pbxproj +++ b/apps/examples/moviePlayerExample/moviePlayerExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = moviePlayerExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/polygonExample/polygonExample.xcodeproj/project.pbxproj b/apps/examples/polygonExample/polygonExample.xcodeproj/project.pbxproj index ddc3fb50aec..c0f65219af9 100644 --- a/apps/examples/polygonExample/polygonExample.xcodeproj/project.pbxproj +++ b/apps/examples/polygonExample/polygonExample.xcodeproj/project.pbxproj @@ -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 */; }; @@ -99,7 +99,7 @@ E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; - E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openFrameworksDebug.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E4B69B5B0A3A1756003C02F2 /* polygonExampleDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = polygonExampleDebug.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; }; @@ -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 */, @@ -334,7 +334,7 @@ E4B69B4A0A3A1720003C02F2 = { isa = PBXGroup; children = ( - E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */, + E4B69B5B0A3A1756003C02F2 /* polygonExampleDebug.app */, E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, E4B69E1C0A3A1BDC003C02F2 /* src */, E4C2422310CC54B6004149E2 /* openFrameworks */, @@ -355,7 +355,7 @@ E4C2421710CC549C004149E2 /* Products */ = { isa = PBXGroup; children = ( - E4C2421E10CC549C004149E2 /* openFrameworks.a */, + E4C2421E10CC549C004149E2 /* openFrameworksDebug.a */, ); name = Products; sourceTree = ""; @@ -438,9 +438,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* openFrameworks */ = { + E4B69B5A0A3A1756003C02F2 /* polygonExample */ = { isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */; + buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "polygonExample" */; buildPhases = ( E4B69B580A3A1756003C02F2 /* Sources */, E4B69B590A3A1756003C02F2 /* Frameworks */, @@ -453,9 +453,9 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = polygonExample; productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; + productReference = E4B69B5B0A3A1756003C02F2 /* polygonExampleDebug.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -463,7 +463,7 @@ /* Begin PBXProject section */ E4B69B4C0A3A1720003C02F2 /* Project object */ = { isa = PBXProject; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "advancedGraphicsExample" */; + buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "polygonExample" */; compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 0; mainGroup = E4B69B4A0A3A1720003C02F2; @@ -477,16 +477,16 @@ ); projectRoot = ""; targets = ( - E4B69B5A0A3A1756003C02F2 /* openFrameworks */, + E4B69B5A0A3A1756003C02F2 /* polygonExample */, ); }; /* 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; }; @@ -790,7 +790,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "advancedGraphicsExample" */ = { + E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "polygonExample" */ = { isa = XCConfigurationList; buildConfigurations = ( E4B69B4E0A3A1720003C02F2 /* Debug */, @@ -800,7 +800,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "openFrameworks" */ = { + E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "polygonExample" */ = { isa = XCConfigurationList; buildConfigurations = ( E4B69B600A3A1757003C02F2 /* Debug */, diff --git a/apps/examples/serialExample/serialExample.xcodeproj/project.pbxproj b/apps/examples/serialExample/serialExample.xcodeproj/project.pbxproj index ddc3fb50aec..371572575df 100644 --- a/apps/examples/serialExample/serialExample.xcodeproj/project.pbxproj +++ b/apps/examples/serialExample/serialExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = serialExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/soundPlayerExample/soundPlayerExample.xcodeproj/project.pbxproj b/apps/examples/soundPlayerExample/soundPlayerExample.xcodeproj/project.pbxproj index ddc3fb50aec..d140dc1861c 100644 --- a/apps/examples/soundPlayerExample/soundPlayerExample.xcodeproj/project.pbxproj +++ b/apps/examples/soundPlayerExample/soundPlayerExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = soundPlayerExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/soundPlayerFFTExample/soundPlayerFFTExample.xcodeproj/project.pbxproj b/apps/examples/soundPlayerFFTExample/soundPlayerFFTExample.xcodeproj/project.pbxproj index ddc3fb50aec..7592420eb5f 100644 --- a/apps/examples/soundPlayerFFTExample/soundPlayerFFTExample.xcodeproj/project.pbxproj +++ b/apps/examples/soundPlayerFFTExample/soundPlayerFFTExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = soundPlayerFFTExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/textureExample/textureExample.xcodeproj/project.pbxproj b/apps/examples/textureExample/textureExample.xcodeproj/project.pbxproj index ddc3fb50aec..1efb77f64e8 100644 --- a/apps/examples/textureExample/textureExample.xcodeproj/project.pbxproj +++ b/apps/examples/textureExample/textureExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = textureExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/textureScreengrabExample/textureScreengrabExample.xcodeproj/project.pbxproj b/apps/examples/textureScreengrabExample/textureScreengrabExample.xcodeproj/project.pbxproj index ddc3fb50aec..f9965679877 100644 --- a/apps/examples/textureScreengrabExample/textureScreengrabExample.xcodeproj/project.pbxproj +++ b/apps/examples/textureScreengrabExample/textureScreengrabExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = textureScreengrabExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/apps/examples/windowExample/windowExample.xcodeproj/project.pbxproj b/apps/examples/windowExample/windowExample.xcodeproj/project.pbxproj index ddc3fb50aec..281a680c189 100644 --- a/apps/examples/windowExample/windowExample.xcodeproj/project.pbxproj +++ b/apps/examples/windowExample/windowExample.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ dependencies = ( E4C2422810CC54DA004149E2 /* PBXTargetDependency */, ); - name = stupidApp; + name = windowExample; productName = myOFApp; productReference = E4B69B5B0A3A1756003C02F2 /* openFrameworksDebug.app */; productType = "com.apple.product-type.application"; diff --git a/scripts/osx/buildAndRunAllAddonsExamples.sh b/scripts/osx/buildAndRunAllAddonsExamples.sh index 84b40f78011..06cf80b1668 100755 --- a/scripts/osx/buildAndRunAllAddonsExamples.sh +++ b/scripts/osx/buildAndRunAllAddonsExamples.sh @@ -6,9 +6,9 @@ do echo "-----------------------------------------------------------------" echo "building " $example cd $example/ -xcodebuild -configuration Debug -target "openFrameworks" -project "$example.xcodeproj" +xcodebuild -configuration Debug -target "$example" -project "$example.xcodeproj" echo "example " $example " built - running example" -./bin/openFrameworksDebug.app/Contents/MacOS/openFrameworksDebug +./bin/${example}Debug.app/Contents/MacOS/${example}Debug cd ../ echo "-----------------------------------------------------------------" echo "" diff --git a/scripts/osx/buildAndRunAllExamples.sh b/scripts/osx/buildAndRunAllExamples.sh index 1520633aaac..b8f1ec7e4c6 100755 --- a/scripts/osx/buildAndRunAllExamples.sh +++ b/scripts/osx/buildAndRunAllExamples.sh @@ -6,9 +6,9 @@ do echo "-----------------------------------------------------------------" echo "building " $example cd $example/ -xcodebuild -configuration Debug -target "openFrameworks" -project "$example.xcodeproj" +xcodebuild -configuration Debug -target "$example" -project "$example.xcodeproj" echo "example " $example " built - running example" -./bin/openFrameworksDebug.app/Contents/MacOS/openFrameworksDebug +./bin/${example}Debug.app/Contents/MacOS/${example}Debug cd ../ echo "-----------------------------------------------------------------" echo ""