Skip to content

Commit

Permalink
Initial functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitolo committed Jun 30, 2013
1 parent 5e2b1d8 commit 25e3eab
Show file tree
Hide file tree
Showing 45 changed files with 571 additions and 294 deletions.
49 changes: 43 additions & 6 deletions Catstagrame.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

/* Begin PBXBuildFile section */
98B2CA35E910462DBECD6CFC /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A371C3C330D45ACBCCF8C87 /* libPods.a */; };
D94F5BBC177FA93900088775 /* CGCatPhotoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D94F5BBB177FA93900088775 /* CGCatPhotoCell.m */; };
D94F5BBF177FAE6A00088775 /* iTunesArtwork.png in Resources */ = {isa = PBXBuildFile; fileRef = D94F5BBD177FAE6A00088775 /* iTunesArtwork.png */; };
D94F5BC0177FAE6A00088775 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D94F5BBE177FAE6A00088775 /* [email protected] */; };
D94F5BC2177FAF3E00088775 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D94F5BC1177FAF3E00088775 /* MobileCoreServices.framework */; };
D94F5BC4177FAF4A00088775 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D94F5BC3177FAF4A00088775 /* SystemConfiguration.framework */; };
D97E9848177F8AD300C7D137 /* NSArray+IndexPaths.m in Sources */ = {isa = PBXBuildFile; fileRef = D97E9847177F8AD300C7D137 /* NSArray+IndexPaths.m */; };
D998114417712AB7008BEB1E /* CGWebService.m in Sources */ = {isa = PBXBuildFile; fileRef = D998114317712AB7008BEB1E /* CGWebService.m */; };
D9B64294176A2E17003D8169 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B64293176A2E17003D8169 /* Foundation.framework */; };
D9B64296176A2E17003D8169 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B64295176A2E17003D8169 /* CoreGraphics.framework */; };
Expand All @@ -17,7 +23,6 @@
D9B642A4176A2E17003D8169 /* CGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B642A3176A2E17003D8169 /* CGAppDelegate.m */; };
D9B642A7176A2E17003D8169 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9B642A5176A2E17003D8169 /* Main.storyboard */; };
D9B642AA176A2E17003D8169 /* CGMasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B642A9176A2E17003D8169 /* CGMasterViewController.m */; };
D9B642AD176A2E17003D8169 /* CGDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B642AC176A2E17003D8169 /* CGDetailViewController.m */; };
D9B642AF176A2E17003D8169 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9B642AE176A2E17003D8169 /* Images.xcassets */; };
D9B642B6176A2E17003D8169 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B642B5176A2E17003D8169 /* XCTest.framework */; };
D9B642B7176A2E17003D8169 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9B64293176A2E17003D8169 /* Foundation.framework */; };
Expand All @@ -39,6 +44,14 @@
/* Begin PBXFileReference section */
85D282C3B7B94745BAD892B1 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
8A371C3C330D45ACBCCF8C87 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
D94F5BBA177FA93900088775 /* CGCatPhotoCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGCatPhotoCell.h; sourceTree = "<group>"; };
D94F5BBB177FA93900088775 /* CGCatPhotoCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGCatPhotoCell.m; sourceTree = "<group>"; };
D94F5BBD177FAE6A00088775 /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iTunesArtwork.png; sourceTree = "<group>"; };
D94F5BBE177FAE6A00088775 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
D94F5BC1177FAF3E00088775 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
D94F5BC3177FAF4A00088775 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
D97E9846177F8AD300C7D137 /* NSArray+IndexPaths.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+IndexPaths.h"; sourceTree = "<group>"; };
D97E9847177F8AD300C7D137 /* NSArray+IndexPaths.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+IndexPaths.m"; sourceTree = "<group>"; };
D998114217712AB7008BEB1E /* CGWebService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGWebService.h; sourceTree = "<group>"; };
D998114317712AB7008BEB1E /* CGWebService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGWebService.m; sourceTree = "<group>"; };
D9B64290176A2E17003D8169 /* Catstagrame.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Catstagrame.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -54,8 +67,6 @@
D9B642A6176A2E17003D8169 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D9B642A8176A2E17003D8169 /* CGMasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGMasterViewController.h; sourceTree = "<group>"; };
D9B642A9176A2E17003D8169 /* CGMasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CGMasterViewController.m; sourceTree = "<group>"; };
D9B642AB176A2E17003D8169 /* CGDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGDetailViewController.h; sourceTree = "<group>"; };
D9B642AC176A2E17003D8169 /* CGDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CGDetailViewController.m; sourceTree = "<group>"; };
D9B642AE176A2E17003D8169 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
D9B642B4176A2E17003D8169 /* CatstagrameTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CatstagrameTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D9B642B5176A2E17003D8169 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
Expand All @@ -69,6 +80,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D94F5BC4177FAF4A00088775 /* SystemConfiguration.framework in Frameworks */,
D94F5BC2177FAF3E00088775 /* MobileCoreServices.framework in Frameworks */,
D9B64296176A2E17003D8169 /* CoreGraphics.framework in Frameworks */,
D9B64298176A2E17003D8169 /* UIKit.framework in Frameworks */,
D9B64294176A2E17003D8169 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -112,6 +125,8 @@
D9B64292176A2E17003D8169 /* Frameworks */ = {
isa = PBXGroup;
children = (
D94F5BC3177FAF4A00088775 /* SystemConfiguration.framework */,
D94F5BC1177FAF3E00088775 /* MobileCoreServices.framework */,
D9B64293176A2E17003D8169 /* Foundation.framework */,
D9B64295176A2E17003D8169 /* CoreGraphics.framework */,
D9B64297176A2E17003D8169 /* UIKit.framework */,
Expand All @@ -129,12 +144,14 @@
D9B642A5176A2E17003D8169 /* Main.storyboard */,
D9B642A8176A2E17003D8169 /* CGMasterViewController.h */,
D9B642A9176A2E17003D8169 /* CGMasterViewController.m */,
D9B642AB176A2E17003D8169 /* CGDetailViewController.h */,
D9B642AC176A2E17003D8169 /* CGDetailViewController.m */,
D94F5BBA177FA93900088775 /* CGCatPhotoCell.h */,
D94F5BBB177FA93900088775 /* CGCatPhotoCell.m */,
D9B642AE176A2E17003D8169 /* Images.xcassets */,
D9B6429A176A2E17003D8169 /* Supporting Files */,
D998114217712AB7008BEB1E /* CGWebService.h */,
D998114317712AB7008BEB1E /* CGWebService.m */,
D97E9846177F8AD300C7D137 /* NSArray+IndexPaths.h */,
D97E9847177F8AD300C7D137 /* NSArray+IndexPaths.m */,
);
path = Catstagrame;
sourceTree = "<group>";
Expand All @@ -146,6 +163,8 @@
D9B6429C176A2E17003D8169 /* InfoPlist.strings */,
D9B6429F176A2E17003D8169 /* main.m */,
D9B642A1176A2E17003D8169 /* Catstagrame-Prefix.pch */,
D94F5BBD177FAE6A00088775 /* iTunesArtwork.png */,
D94F5BBE177FAE6A00088775 /* [email protected] */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down Expand Up @@ -180,6 +199,7 @@
D9B6428D176A2E17003D8169 /* Frameworks */,
D9B6428E176A2E17003D8169 /* Resources */,
291A5E171FA24E5AA4E0C13F /* Copy Pods Resources */,
D9847C20177F8CA400C3F95B /* Copy Key */,
);
buildRules = (
);
Expand Down Expand Up @@ -248,7 +268,9 @@
buildActionMask = 2147483647;
files = (
D9B642AF176A2E17003D8169 /* Images.xcassets in Resources */,
D94F5BC0177FAE6A00088775 /* [email protected] in Resources */,
D9B6429E176A2E17003D8169 /* InfoPlist.strings in Resources */,
D94F5BBF177FAE6A00088775 /* iTunesArtwork.png in Resources */,
D9B642A7176A2E17003D8169 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -292,6 +314,20 @@
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
};
D9847C20177F8CA400C3F95B /* Copy Key */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Key";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp \"${SRCROOT}/Catstagrame/key.txt\" ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -301,9 +337,10 @@
files = (
D9B642A4176A2E17003D8169 /* CGAppDelegate.m in Sources */,
D998114417712AB7008BEB1E /* CGWebService.m in Sources */,
D97E9848177F8AD300C7D137 /* NSArray+IndexPaths.m in Sources */,
D9B642A0176A2E17003D8169 /* main.m in Sources */,
D9B642AA176A2E17003D8169 /* CGMasterViewController.m in Sources */,
D9B642AD176A2E17003D8169 /* CGDetailViewController.m in Sources */,
D94F5BBC177FA93900088775 /* CGCatPhotoCell.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
35 changes: 15 additions & 20 deletions Catstagrame.xcodeproj/xcshareddata/xcschemes/Bot.xcscheme
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.7">
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "NO">
<PreActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "source &quot;$HOME/.rvm/scripts/rvm&quot;&#10;rvm use ruby-1.9.3-p194&#10;cd ${SRCROOT}&#10;pod install"
shellToInvoke = "/usr/bin/env bash">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9B6428F176A2E17003D8169"
BuildableName = "Catstagrame.app"
BlueprintName = "Catstagrame"
ReferencedContainer = "container:Catstagrame.xcodeproj">
</BuildableReference>
</EnvironmentBuildable>
</ActionContent>
</ExecutionAction>
</PreActions>
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BC06661D2F974854BA3D7E2E"
BuildableName = "libPods.a"
BlueprintName = "Pods"
ReferencedContainer = "container:Pods/Pods.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
Expand Down
10 changes: 5 additions & 5 deletions Catstagrame.xcworkspace/xcshareddata/Catstagrame.xccheckout
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
<plist version="1.0">
<dict>
<key>IDESourceControlProjectIdentifier</key>
<string>5EE14835-40A7-45F8-BF8A-65204A607536</string>
<string>C8BCD11C-C9E2-4A59-806F-93D092098CC3</string>
<key>IDESourceControlProjectName</key>
<string>Catstagrame</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>8214B6EC-F3DA-4E4E-AB37-78669C435B23</key>
<key>4AF49D59-EA8D-47B9-8C41-2A8AA1E827F9</key>
<string>ssh://github.com/mtitolo/cats.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>Catstagrame.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>8214B6EC-F3DA-4E4E-AB37-78669C435B23</key>
<key>4AF49D59-EA8D-47B9-8C41-2A8AA1E827F9</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>ssh://github.com/mtitolo/cats.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>8214B6EC-F3DA-4E4E-AB37-78669C435B23</string>
<string>4AF49D59-EA8D-47B9-8C41-2A8AA1E827F9</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>8214B6EC-F3DA-4E4E-AB37-78669C435B23</string>
<string>4AF49D59-EA8D-47B9-8C41-2A8AA1E827F9</string>
<key>IDESourceControlWCCName</key>
<string>Catstagrame</string>
</dict>
Expand Down
Loading

0 comments on commit 25e3eab

Please sign in to comment.