summaryrefslogtreecommitdiff
path: root/Volta.xcodeproj
diff options
context:
space:
mode:
authorRonny Fenrich <Fenrich@Gmail.com>2013-06-18 13:08:09 -0600
committerRonny Fenrich <Fenrich@Gmail.com>2013-06-18 13:08:09 -0600
commit27f0ec52de63124f034dbcaae3680a8c59e3daf4 (patch)
tree44031091e2967661daef5f917c125ea8d74de892 /Volta.xcodeproj
parente7052db8483ae59f5a4bc7c76b52321480759ccf (diff)
added Infographic
Diffstat (limited to 'Volta.xcodeproj')
-rw-r--r--Volta.xcodeproj/project.pbxproj76
1 files changed, 76 insertions, 0 deletions
diff --git a/Volta.xcodeproj/project.pbxproj b/Volta.xcodeproj/project.pbxproj
index 042e00d..7c2f2e5 100644
--- a/Volta.xcodeproj/project.pbxproj
+++ b/Volta.xcodeproj/project.pbxproj
@@ -126,6 +126,25 @@
E3ECE11E1770025C00D29696 /* GraphViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3ECE11D1770025C00D29696 /* GraphViewController.m */; };
E3ECE1201770AA7C00D29696 /* jquery.flot.axislabels.js in Sources */ = {isa = PBXBuildFile; fileRef = E3ECE11F1770AA7C00D29696 /* jquery.flot.axislabels.js */; };
E3ECE1211770AC1200D29696 /* jquery.flot.axislabels.js in Resources */ = {isa = PBXBuildFile; fileRef = E3ECE11F1770AA7C00D29696 /* jquery.flot.axislabels.js */; };
+ E3F814771770E4B000FFF5C5 /* InfographicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F814761770E4B000FFF5C5 /* InfographicViewController.m */; };
+ E3F814861770E52900FFF5C5 /* bootstrap-responsive.css in Resources */ = {isa = PBXBuildFile; fileRef = E3F814791770E52900FFF5C5 /* bootstrap-responsive.css */; };
+ E3F814871770E52900FFF5C5 /* bootstrap-responsive.min.css in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147A1770E52900FFF5C5 /* bootstrap-responsive.min.css */; };
+ E3F814881770E52900FFF5C5 /* bootstrap.css in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147B1770E52900FFF5C5 /* bootstrap.css */; };
+ E3F814891770E52900FFF5C5 /* bootstrap.js in Sources */ = {isa = PBXBuildFile; fileRef = E3F8147C1770E52900FFF5C5 /* bootstrap.js */; };
+ E3F8148A1770E52900FFF5C5 /* bootstrap.min.css in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147D1770E52900FFF5C5 /* bootstrap.min.css */; };
+ E3F8148B1770E52900FFF5C5 /* bootstrap.min.js in Sources */ = {isa = PBXBuildFile; fileRef = E3F8147E1770E52900FFF5C5 /* bootstrap.min.js */; };
+ E3F8148C1770E52900FFF5C5 /* glyphicons-halflings-white.png in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147F1770E52900FFF5C5 /* glyphicons-halflings-white.png */; };
+ E3F8148D1770E52900FFF5C5 /* glyphicons-halflings.png in Resources */ = {isa = PBXBuildFile; fileRef = E3F814801770E52900FFF5C5 /* glyphicons-halflings.png */; };
+ E3F8148E1770E52900FFF5C5 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = E3F814811770E52900FFF5C5 /* index.html */; };
+ E3F8148F1770E52900FFF5C5 /* jquery-1.9.1.min.js in Sources */ = {isa = PBXBuildFile; fileRef = E3F814821770E52900FFF5C5 /* jquery-1.9.1.min.js */; };
+ E3F814901770E52900FFF5C5 /* main.css in Resources */ = {isa = PBXBuildFile; fileRef = E3F814831770E52900FFF5C5 /* main.css */; };
+ E3F814911770E52900FFF5C5 /* main.js in Sources */ = {isa = PBXBuildFile; fileRef = E3F814841770E52900FFF5C5 /* main.js */; };
+ E3F814921770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js in Sources */ = {isa = PBXBuildFile; fileRef = E3F814851770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js */; };
+ E3F814931770E58000FFF5C5 /* bootstrap.js in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147C1770E52900FFF5C5 /* bootstrap.js */; };
+ E3F814941770E58000FFF5C5 /* bootstrap.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E3F8147E1770E52900FFF5C5 /* bootstrap.min.js */; };
+ E3F814951770E58000FFF5C5 /* jquery-1.9.1.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E3F814821770E52900FFF5C5 /* jquery-1.9.1.min.js */; };
+ E3F814961770E58000FFF5C5 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = E3F814841770E52900FFF5C5 /* main.js */; };
+ E3F814971770E58000FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E3F814851770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -235,6 +254,21 @@
E3ECE11C1770025C00D29696 /* GraphViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GraphViewController.h; sourceTree = "<group>"; };
E3ECE11D1770025C00D29696 /* GraphViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GraphViewController.m; sourceTree = "<group>"; };
E3ECE11F1770AA7C00D29696 /* jquery.flot.axislabels.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.axislabels.js; sourceTree = "<group>"; };
+ E3F814751770E4B000FFF5C5 /* InfographicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfographicViewController.h; sourceTree = "<group>"; };
+ E3F814761770E4B000FFF5C5 /* InfographicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InfographicViewController.m; sourceTree = "<group>"; };
+ E3F814791770E52900FFF5C5 /* bootstrap-responsive.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "bootstrap-responsive.css"; sourceTree = "<group>"; };
+ E3F8147A1770E52900FFF5C5 /* bootstrap-responsive.min.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "bootstrap-responsive.min.css"; sourceTree = "<group>"; };
+ E3F8147B1770E52900FFF5C5 /* bootstrap.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = bootstrap.css; sourceTree = "<group>"; };
+ E3F8147C1770E52900FFF5C5 /* bootstrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bootstrap.js; sourceTree = "<group>"; };
+ E3F8147D1770E52900FFF5C5 /* bootstrap.min.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = bootstrap.min.css; sourceTree = "<group>"; };
+ E3F8147E1770E52900FFF5C5 /* bootstrap.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bootstrap.min.js; sourceTree = "<group>"; };
+ E3F8147F1770E52900FFF5C5 /* glyphicons-halflings-white.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "glyphicons-halflings-white.png"; sourceTree = "<group>"; };
+ E3F814801770E52900FFF5C5 /* glyphicons-halflings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "glyphicons-halflings.png"; sourceTree = "<group>"; };
+ E3F814811770E52900FFF5C5 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
+ E3F814821770E52900FFF5C5 /* jquery-1.9.1.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.9.1.min.js"; sourceTree = "<group>"; };
+ E3F814831770E52900FFF5C5 /* main.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = main.css; sourceTree = "<group>"; };
+ E3F814841770E52900FFF5C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = "<group>"; };
+ E3F814851770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "modernizr-2.6.2-respond-1.1.0.min.js"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -407,6 +441,8 @@
E31FF066176B8B58009E4D27 /* StatsTabBarController.m */,
E3ECE11C1770025C00D29696 /* GraphViewController.h */,
E3ECE11D1770025C00D29696 /* GraphViewController.m */,
+ E3F814751770E4B000FFF5C5 /* InfographicViewController.h */,
+ E3F814761770E4B000FFF5C5 /* InfographicViewController.m */,
);
path = Views;
sourceTree = "<group>";
@@ -434,6 +470,7 @@
E3ECE09C176FFDFD00D29696 /* Resources */ = {
isa = PBXGroup;
children = (
+ E3F814781770E52900FFF5C5 /* InfoGraphic */,
E3ECE0F6177000D200D29696 /* graph.html */,
E3ECE0F51770007A00D29696 /* flot */,
);
@@ -492,6 +529,26 @@
name = flot;
sourceTree = "<group>";
};
+ E3F814781770E52900FFF5C5 /* InfoGraphic */ = {
+ isa = PBXGroup;
+ children = (
+ E3F814791770E52900FFF5C5 /* bootstrap-responsive.css */,
+ E3F8147A1770E52900FFF5C5 /* bootstrap-responsive.min.css */,
+ E3F8147B1770E52900FFF5C5 /* bootstrap.css */,
+ E3F8147C1770E52900FFF5C5 /* bootstrap.js */,
+ E3F8147D1770E52900FFF5C5 /* bootstrap.min.css */,
+ E3F8147E1770E52900FFF5C5 /* bootstrap.min.js */,
+ E3F8147F1770E52900FFF5C5 /* glyphicons-halflings-white.png */,
+ E3F814801770E52900FFF5C5 /* glyphicons-halflings.png */,
+ E3F814811770E52900FFF5C5 /* index.html */,
+ E3F814821770E52900FFF5C5 /* jquery-1.9.1.min.js */,
+ E3F814831770E52900FFF5C5 /* main.css */,
+ E3F814841770E52900FFF5C5 /* main.js */,
+ E3F814851770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js */,
+ );
+ path = InfoGraphic;
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -545,6 +602,11 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ E3F814931770E58000FFF5C5 /* bootstrap.js in Resources */,
+ E3F814941770E58000FFF5C5 /* bootstrap.min.js in Resources */,
+ E3F814951770E58000FFF5C5 /* jquery-1.9.1.min.js in Resources */,
+ E3F814961770E58000FFF5C5 /* main.js in Resources */,
+ E3F814971770E58000FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js in Resources */,
E3ECE1211770AC1200D29696 /* jquery.flot.axislabels.js in Resources */,
E3ECE0F8177000EC00D29696 /* excanvas.js in Resources */,
E3ECE0F9177000EC00D29696 /* excanvas.min.js in Resources */,
@@ -602,6 +664,14 @@
E3ECE0F31770006B00D29696 /* PLUGINS.md in Resources */,
E3ECE0F41770006B00D29696 /* README.md in Resources */,
E3ECE0F7177000D200D29696 /* graph.html in Resources */,
+ E3F814861770E52900FFF5C5 /* bootstrap-responsive.css in Resources */,
+ E3F814871770E52900FFF5C5 /* bootstrap-responsive.min.css in Resources */,
+ E3F814881770E52900FFF5C5 /* bootstrap.css in Resources */,
+ E3F8148A1770E52900FFF5C5 /* bootstrap.min.css in Resources */,
+ E3F8148C1770E52900FFF5C5 /* glyphicons-halflings-white.png in Resources */,
+ E3F8148D1770E52900FFF5C5 /* glyphicons-halflings.png in Resources */,
+ E3F8148E1770E52900FFF5C5 /* index.html in Resources */,
+ E3F814901770E52900FFF5C5 /* main.css in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -701,6 +771,12 @@
E3ECE0EF1770006B00D29696 /* jquery.min.js in Sources */,
E3ECE11E1770025C00D29696 /* GraphViewController.m in Sources */,
E3ECE1201770AA7C00D29696 /* jquery.flot.axislabels.js in Sources */,
+ E3F814771770E4B000FFF5C5 /* InfographicViewController.m in Sources */,
+ E3F814891770E52900FFF5C5 /* bootstrap.js in Sources */,
+ E3F8148B1770E52900FFF5C5 /* bootstrap.min.js in Sources */,
+ E3F8148F1770E52900FFF5C5 /* jquery-1.9.1.min.js in Sources */,
+ E3F814911770E52900FFF5C5 /* main.js in Sources */,
+ E3F814921770E52900FFF5C5 /* modernizr-2.6.2-respond-1.1.0.min.js in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};