Skip to content

Commit

Permalink
renamed project to ofxShivaVG
Browse files Browse the repository at this point in the history
  • Loading branch information
bgstaal committed May 9, 2013
1 parent 154d42b commit a2de4a6
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 /* ofxShivaVGRendererTestDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ofxShivaVGRendererTestDebug.app; sourceTree = BUILT_PRODUCTS_DIR; };
E4B69B5B0A3A1756003C02F2 /* ofxShivaVGExampleDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ofxShivaVGExampleDebug.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 @@ -148,7 +148,7 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
4E49A6E61738E9D700BA9146 /* ofxShivaVGRenderer */ = {
4E49A6E61738E9D700BA9146 /* ofxShivaVG */ = {
isa = PBXGroup;
children = (
4E49A76E1739AB5500BA9146 /* simpleVGContext.cpp */,
Expand All @@ -159,7 +159,7 @@
4E49A6E71738E9F500BA9146 /* ofxShivaVGRenderer.cpp */,
4E49A6E81738E9F500BA9146 /* ofxShivaVGRenderer.h */,
);
name = ofxShivaVGRenderer;
name = ofxShivaVG;
path = ../src;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -229,7 +229,7 @@
BB4B014C10F69532006C3DED /* addons */ = {
isa = PBXGroup;
children = (
4E49A6E61738E9D700BA9146 /* ofxShivaVGRenderer */,
4E49A6E61738E9D700BA9146 /* ofxShivaVG */,
);
name = addons;
sourceTree = "<group>";
Expand Down Expand Up @@ -287,7 +287,7 @@
E4EEC9E9138DF44700A80321 /* openFrameworks */,
BB4B014C10F69532006C3DED /* addons */,
E45BE5980E8CC70C009D7055 /* frameworks */,
E4B69B5B0A3A1756003C02F2 /* ofxShivaVGRendererTestDebug.app */,
E4B69B5B0A3A1756003C02F2 /* ofxShivaVGExampleDebug.app */,
);
sourceTree = "<group>";
};
Expand All @@ -313,9 +313,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E4B69B5A0A3A1756003C02F2 /* ofxShivaVGRendererTest */ = {
E4B69B5A0A3A1756003C02F2 /* ofxShivaVGExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxShivaVGRendererTest" */;
buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxShivaVGExample" */;
buildPhases = (
E4B69B580A3A1756003C02F2 /* Sources */,
E4B69B590A3A1756003C02F2 /* Frameworks */,
Expand All @@ -327,17 +327,17 @@
dependencies = (
E4EEB9AC138B136A00A80321 /* PBXTargetDependency */,
);
name = ofxShivaVGRendererTest;
name = ofxShivaVGExample;
productName = myOFApp;
productReference = E4B69B5B0A3A1756003C02F2 /* ofxShivaVGRendererTestDebug.app */;
productReference = E4B69B5B0A3A1756003C02F2 /* ofxShivaVGExampleDebug.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 "ofxShivaVGRendererTest" */;
buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "ofxShivaVGExample" */;
compatibilityVersion = "Xcode 2.4";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -358,7 +358,7 @@
);
projectRoot = "";
targets = (
E4B69B5A0A3A1756003C02F2 /* ofxShivaVGRendererTest */,
E4B69B5A0A3A1756003C02F2 /* ofxShivaVGExample */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -571,7 +571,7 @@
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)",
);
PREBINDING = NO;
PRODUCT_NAME = ofxShivaVGRendererTestDebug;
PRODUCT_NAME = ofxShivaVGExampleDebug;
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand Down Expand Up @@ -657,15 +657,15 @@
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
);
PREBINDING = NO;
PRODUCT_NAME = ofxShivaVGRendererTest;
PRODUCT_NAME = ofxShivaVGExample;
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "ofxShivaVGRendererTest" */ = {
E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "ofxShivaVGExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B4E0A3A1720003C02F2 /* Debug */,
Expand All @@ -674,7 +674,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxShivaVGRendererTest" */ = {
E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "ofxShivaVGExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E4B69B600A3A1757003C02F2 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -32,9 +32,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
Expand All @@ -51,9 +51,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
Expand All @@ -69,9 +69,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -32,9 +32,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
Expand All @@ -51,9 +51,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
Expand All @@ -69,9 +69,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E4B69B5A0A3A1756003C02F2"
BuildableName = "ofxShivaVGRendererTest.app"
BlueprintName = "ofxShivaVGRendererTest"
ReferencedContainer = "container:ofxShivaVGRendererTest.xcodeproj">
BuildableName = "ofxShivaVGExample.app"
BlueprintName = "ofxShivaVGExample"
ReferencedContainer = "container:ofxShivaVGExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ofxShivaVGRenderer
# ofxShivaVG

A 2d renderer for openFrameworks based on the ShivaVG library.
A 2d-renderer for openFrameworks based on the ShivaVG library.

Provides optimized drawing of 2d graphics in openFrameworks.
Provides rendering of 2d graphics in openFrameworks.
4 changes: 2 additions & 2 deletions src/ofxShivaVGRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand Down
8 changes: 4 additions & 4 deletions src/ofxShivaVGRenderer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand All @@ -21,8 +21,8 @@
*/


#ifndef __ofxShivaVGRenderer__ofxShivaVGRenderer__
#define __ofxShivaVGRenderer__ofxShivaVGRenderer__
#ifndef __ofxShivaVG__ofxShivaVGRenderer__
#define __ofxShivaVG__ofxShivaVGRenderer__

#include "ofMain.h"
#include "simpleVGContext.h"
Expand Down
4 changes: 2 additions & 2 deletions src/simpleVGContext.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand Down
8 changes: 4 additions & 4 deletions src/simpleVGContext.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand All @@ -21,8 +21,8 @@
*/


#ifndef __ofxShivaVGRenderer__SimpleVG__
#define __ofxShivaVGRenderer__SimpleVG__
#ifndef __ofxShivaVG__SimpleVG__
#define __ofxShivaVG__SimpleVG__

#include "openvg.h"
#include "simpleVGPath.h"
Expand Down
4 changes: 2 additions & 2 deletions src/simpleVGPath.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand Down
8 changes: 4 additions & 4 deletions src/simpleVGPath.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ofxShivaVGRenderer
* A 2d renderer for openFrameworks based on the ShivaVG library
* ofxShivaVG
* A 2d rendering library for openFrameworks, based on the ShivaVG library
* by Bjørn Gunnar Staal
*
* This library is free software; you can redistribute it and/or
Expand All @@ -20,8 +20,8 @@
*
*/

#ifndef __ofxShivaVGRenderer__simpleVGPath__
#define __ofxShivaVGRenderer__simpleVGPath__
#ifndef __ofxShivaVG__simpleVGPath__
#define __ofxShivaVG__simpleVGPath__

#include "openvg.h"

Expand Down

0 comments on commit a2de4a6

Please sign in to comment.