Skip to content

Commit

Permalink
enabled high resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lisakori committed Sep 8, 2015
1 parent 76c2a53 commit 897ebdd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
Expand Up @@ -7,18 +7,18 @@
<key>IDESourceControlProjectIdentifier</key>
<string>112D0968-0DF1-4683-BB45-B89CEEA54F45</string>
<key>IDESourceControlProjectName</key>
<string>project</string>
<string>GreenScreen</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>37526DA425E5430474A14FBFA1BC4525160B5FC1</key>
<string>https://github.com/kylemcdonald/ofxCv.git</string>
<key>7E804D925461714118DB355C65BC964B41D94376</key>
<string>https://github.com/rezaali/ofxUI.git</string>
<string>github.com:lisakori/ofxUI.git</string>
<key>95AE3D1F9829539293D82AB52DD48AD487F900B9</key>
<string>https://github.com/kylemcdonald/OpenFit.git</string>
<string>github.com:kylemcdonald/OpenFit.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>GreenScreen/GreenScreen.xcodeproj/project.xcworkspace</string>
<string>GreenScreen/GreenScreen.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>37526DA425E5430474A14FBFA1BC4525160B5FC1</key>
Expand All @@ -29,7 +29,7 @@
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/kylemcdonald/OpenFit.git</string>
<string>github.com:kylemcdonald/OpenFit.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
Expand Down
Expand Up @@ -7,29 +7,29 @@
<key>IDESourceControlProjectIdentifier</key>
<string>6950D84A-6F28-48AE-9617-CB1AD9CD80CE</string>
<key>IDESourceControlProjectName</key>
<string>project</string>
<string>Measure</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>37526DA425E5430474A14FBFA1BC4525160B5FC1</key>
<string>https://github.com/kylemcdonald/ofxCv.git</string>
<key>7E804D925461714118DB355C65BC964B41D94376</key>
<string>https://github.com/rezaali/ofxUI.git</string>
<string>github.com:lisakori/ofxUI.git</string>
<key>95AE3D1F9829539293D82AB52DD48AD487F900B9</key>
<string>https://github.com/kylemcdonald/OpenFit.git</string>
<string>github.com:kylemcdonald/OpenFit.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>Measure/Measure.xcodeproj/project.xcworkspace</string>
<string>Measure/Measure.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>37526DA425E5430474A14FBFA1BC4525160B5FC1</key>
<string>../../../../../addons/ofxCv</string>
<string>../../../../addons/ofxCv</string>
<key>7E804D925461714118DB355C65BC964B41D94376</key>
<string>../../../../../addons/ofxUI</string>
<string>../../../../addons/ofxUI</string>
<key>95AE3D1F9829539293D82AB52DD48AD487F900B9</key>
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/kylemcdonald/OpenFit.git</string>
<string>github.com:kylemcdonald/OpenFit.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
Expand Down
2 changes: 2 additions & 0 deletions Measure/openFrameworks-Info.plist
Expand Up @@ -16,6 +16,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleIconFile</key>
<string>${ICON}</string>
</dict>
Expand Down
4 changes: 1 addition & 3 deletions Measure/src/main.cpp
@@ -1,8 +1,6 @@
#include "ofApp.h"
#include "ofAppGlutWindow.h"

int main() {
ofAppGlutWindow window;
ofSetupOpenGL(&window, 1280, 960, OF_WINDOW);
ofSetupOpenGL(1280, 960, OF_WINDOW);
ofRunApp(new ofApp());
}
Expand Up @@ -22,9 +22,9 @@
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>37526DA425E5430474A14FBFA1BC4525160B5FC1</key>
<string>../../../../../addons/ofxCv</string>
<string>../../../../addons/ofxCv</string>
<key>7E804D925461714118DB355C65BC964B41D94376</key>
<string>../../../../../addons/ofxUI</string>
<string>../../../../addons/ofxUI</string>
<key>95AE3D1F9829539293D82AB52DD48AD487F900B9</key>
<string>../../..</string>
</dict>
Expand Down

0 comments on commit 897ebdd

Please sign in to comment.