summaryrefslogtreecommitdiff
path: root/Volta.xcodeproj
diff options
context:
space:
mode:
authorLevin Dixon <levin@decoderhq.com>2013-06-18 23:52:13 -0700
committerLevin Dixon <levin@decoderhq.com>2013-06-18 23:52:13 -0700
commitc0cc85d9ce2b372b536f2f008a4a838a2e3480e7 (patch)
treea564913ff179e5760d4a12a31004fd761c40a1f7 /Volta.xcodeproj
parent27f0ec52de63124f034dbcaae3680a8c59e3daf4 (diff)
Added html info graphic page.
Diffstat (limited to 'Volta.xcodeproj')
-rw-r--r--Volta.xcodeproj/project.pbxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/Volta.xcodeproj/project.pbxproj b/Volta.xcodeproj/project.pbxproj
index 7c2f2e5..b11a15a 100644
--- a/Volta.xcodeproj/project.pbxproj
+++ b/Volta.xcodeproj/project.pbxproj
@@ -7,6 +7,10 @@
objects = {
/* Begin PBXBuildFile section */
+ 18E1175D1770F85F008F2CF7 /* dollar.png in Resources */ = {isa = PBXBuildFile; fileRef = 18E117591770F85F008F2CF7 /* dollar.png */; };
+ 18E1175E1770F85F008F2CF7 /* smog.png in Resources */ = {isa = PBXBuildFile; fileRef = 18E1175A1770F85F008F2CF7 /* smog.png */; };
+ 18E1175F1770F85F008F2CF7 /* tree.png in Resources */ = {isa = PBXBuildFile; fileRef = 18E1175B1770F85F008F2CF7 /* tree.png */; };
+ 18E117601770F85F008F2CF7 /* tv.png in Resources */ = {isa = PBXBuildFile; fileRef = 18E1175C1770F85F008F2CF7 /* tv.png */; };
A8AF535F0EC94FB7A338F38E /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 235B220EC491483D961573DB /* libPods.a */; };
E31FEFFF176A5521009E4D27 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E31FEFFE176A5521009E4D27 /* UIKit.framework */; };
E31FF001176A5521009E4D27 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E31FF000176A5521009E4D27 /* Foundation.framework */; };
@@ -148,6 +152,10 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 18E117591770F85F008F2CF7 /* dollar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dollar.png; sourceTree = "<group>"; };
+ 18E1175A1770F85F008F2CF7 /* smog.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = smog.png; sourceTree = "<group>"; };
+ 18E1175B1770F85F008F2CF7 /* tree.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tree.png; sourceTree = "<group>"; };
+ 18E1175C1770F85F008F2CF7 /* tv.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tv.png; sourceTree = "<group>"; };
235B220EC491483D961573DB /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
27E3918B8EF34D13A0A10AA7 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
E31FEFFB176A5521009E4D27 /* Volta.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Volta.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -532,6 +540,10 @@
E3F814781770E52900FFF5C5 /* InfoGraphic */ = {
isa = PBXGroup;
children = (
+ 18E117591770F85F008F2CF7 /* dollar.png */,
+ 18E1175A1770F85F008F2CF7 /* smog.png */,
+ 18E1175B1770F85F008F2CF7 /* tree.png */,
+ 18E1175C1770F85F008F2CF7 /* tv.png */,
E3F814791770E52900FFF5C5 /* bootstrap-responsive.css */,
E3F8147A1770E52900FFF5C5 /* bootstrap-responsive.min.css */,
E3F8147B1770E52900FFF5C5 /* bootstrap.css */,
@@ -672,6 +684,10 @@
E3F8148D1770E52900FFF5C5 /* glyphicons-halflings.png in Resources */,
E3F8148E1770E52900FFF5C5 /* index.html in Resources */,
E3F814901770E52900FFF5C5 /* main.css in Resources */,
+ 18E1175D1770F85F008F2CF7 /* dollar.png in Resources */,
+ 18E1175E1770F85F008F2CF7 /* smog.png in Resources */,
+ 18E1175F1770F85F008F2CF7 /* tree.png in Resources */,
+ 18E117601770F85F008F2CF7 /* tv.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};