Skip to content

Commit 6267a62

Browse files
Updated all projects for 0.9.0
1 parent a949011 commit 6267a62

File tree

30 files changed

+5904
-13292
lines changed

30 files changed

+5904
-13292
lines changed

example_client_blob/example_client_blob.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
isa = XCBuildConfiguration;
468468
baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
469469
buildSettings = {
470-
ARCHS = "$(NATIVE_ARCH)";
470+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
471471
CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
472472
COPY_PHASE_STRIP = NO;
473473
DEAD_CODE_STRIPPING = YES;
@@ -496,7 +496,7 @@
496496
"../../../addons/ofxTurboJpeg/libs/turbo-jpeg/include",
497497
src,
498498
);
499-
MACOSX_DEPLOYMENT_TARGET = 10.6;
499+
MACOSX_DEPLOYMENT_TARGET = 10.7;
500500
OTHER_CPLUSPLUSFLAGS = (
501501
"-D__MACOSX_CORE__",
502502
"-lpthread",
@@ -516,7 +516,7 @@
516516
isa = XCBuildConfiguration;
517517
baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
518518
buildSettings = {
519-
ARCHS = "$(NATIVE_ARCH)";
519+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
520520
CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
521521
COPY_PHASE_STRIP = YES;
522522
DEAD_CODE_STRIPPING = YES;
@@ -546,7 +546,7 @@
546546
"../../../addons/ofxTurboJpeg/libs/turbo-jpeg/include",
547547
src,
548548
);
549-
MACOSX_DEPLOYMENT_TARGET = 10.6;
549+
MACOSX_DEPLOYMENT_TARGET = 10.7;
550550
OTHER_CPLUSPLUSFLAGS = (
551551
"-D__MACOSX_CORE__",
552552
"-lpthread",

example_client_blob/src/main.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#include "ofMain.h"
22
#include "ofApp.h"
3-
#include "ofAppGlutWindow.h"
43

54
//========================================================================
65
int main( ){
7-
8-
ofAppGlutWindow window;
9-
ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
6+
ofSetupOpenGL( 1024,768, OF_WINDOW); // <-------- setup the GL context
107

118
// this kicks off the running of my app
129
// can be OF_WINDOW or OF_FULLSCREEN

0 commit comments

Comments
 (0)