diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..645535b
Binary files /dev/null and b/.DS_Store differ
diff --git a/MLBlueBox.podspec b/MLBlueBox.podspec
new file mode 100644
index 0000000..160169b
--- /dev/null
+++ b/MLBlueBox.podspec
@@ -0,0 +1,136 @@
+#
+# Be sure to run `pod spec lint MLBlueBox.podspec' to ensure this is a
+# valid spec and to remove all comments including this before submitting the spec.
+#
+# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
+# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
+#
+
+Pod::Spec.new do |s|
+
+ # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # These will help people to find your library, and whilst it
+ # can feel like a chore to fill in it's definitely to your advantage. The
+ # summary should be tweet-length, and the description more in depth.
+ #
+
+ s.name = "MLBlueBox"
+ s.version = "0.0.1"
+ s.summary = "A short description of MLBlueBox."
+
+ s.description = <<-DESC
+ A longer description of MLBlueBox in Markdown format.
+
+ * Think: Why did you write this? What is the focus? What does it do?
+ * CocoaPods will be using this to generate tags, and improve search results.
+ * Try to keep it short, snappy and to the point.
+ * Finally, don't worry about the indent, CocoaPods strips it!
+ DESC
+
+ s.homepage = "http://EXAMPLE/MLBlueBox"
+ # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
+
+
+ # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # Licensing your code is important. See http://choosealicense.com for more info.
+ # CocoaPods will detect a license file if there is a named LICENSE*
+ # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
+ #
+
+ s.license = "MIT (example)"
+ # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
+
+
+ # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # Specify the authors of the library, with email addresses. Email addresses
+ # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
+ # accepts just a name if you'd rather not provide an email address.
+ #
+ # Specify a social_media_url where others can refer to, for example a twitter
+ # profile URL.
+ #
+
+ s.author = { "" => "" }
+ # Or just: s.author = ""
+ # s.authors = { "" => "" }
+ # s.social_media_url = "http://twitter.com/"
+
+ # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # If this Pod runs only on iOS or OS X, then specify the platform and
+ # the deployment target. You can optionally include the target after the platform.
+ #
+
+ # s.platform = :ios
+ # s.platform = :ios, "5.0"
+
+ # When using multiple platforms
+ # s.ios.deployment_target = "5.0"
+ # s.osx.deployment_target = "10.7"
+
+
+ # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # Specify the location from where the source should be retrieved.
+ # Supports git, hg, bzr, svn and HTTP.
+ #
+
+ s.source = { :git => "http://EXAMPLE/MLBlueBox.git", :tag => "0.0.1" }
+
+
+ # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # CocoaPods is smart about how it includes source code. For source files
+ # giving a folder will include any h, m, mm, c & cpp files. For header
+ # files it will include any header in the folder.
+ # Not including the public_header_files will make all headers public.
+ #
+
+ s.source_files = "Classes", "Classes/**/*.{h,m}"
+ s.exclude_files = "Classes/Exclude"
+
+ # s.public_header_files = "Classes/**/*.h"
+
+
+ # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # A list of resources included with the Pod. These are copied into the
+ # target bundle with a build phase script. Anything else will be cleaned.
+ # You can preserve files from being cleaned, please don't preserve
+ # non-essential files like tests, examples and documentation.
+ #
+
+ # s.resource = "icon.png"
+ # s.resources = "Resources/*.png"
+
+ # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
+
+
+ # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # Link your library with frameworks, or libraries. Libraries do not include
+ # the lib prefix of their name.
+ #
+
+ # s.framework = "SomeFramework"
+ # s.frameworks = "SomeFramework", "AnotherFramework"
+
+ # s.library = "iconv"
+ # s.libraries = "iconv", "xml2"
+
+
+ # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
+ #
+ # If your library depends on compiler flags you can set them in the xcconfig hash
+ # where they will only apply to your library. If you depend on other Podspecs
+ # you can include multiple dependencies to ensure it works.
+
+ # s.requires_arc = true
+
+ # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
+ # s.dependency "JSONKit", "~> 1.4"
+
+end
diff --git a/MLBlueBox.xcworkspace/contents.xcworkspacedata b/MLBlueBox.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..0d4e0d4
--- /dev/null
+++ b/MLBlueBox.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MLBlueBox.xcworkspace/xcuserdata/fabianceldeiro.xcuserdatad/UserInterfaceState.xcuserstate b/MLBlueBox.xcworkspace/xcuserdata/fabianceldeiro.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..3e150e8
Binary files /dev/null and b/MLBlueBox.xcworkspace/xcuserdata/fabianceldeiro.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/MLBlueBox/MLBlueBoxView.h b/MLBlueBox/MLBlueBoxView.h
new file mode 100644
index 0000000..c31d678
--- /dev/null
+++ b/MLBlueBox/MLBlueBoxView.h
@@ -0,0 +1,13 @@
+//
+// MLBlueBoxView.h
+//
+//
+// Created by Fabian Celdeiro on 8/29/14.
+//
+//
+
+#import
+
+@interface MLBlueBoxView : UIView
+
+@end
diff --git a/MLBlueBox/MLBlueBoxView.m b/MLBlueBox/MLBlueBoxView.m
new file mode 100644
index 0000000..33e43ee
--- /dev/null
+++ b/MLBlueBox/MLBlueBoxView.m
@@ -0,0 +1,32 @@
+//
+// MLBlueBoxView.m
+//
+//
+// Created by Fabian Celdeiro on 8/29/14.
+//
+//
+
+#import "MLBlueBoxView.h"
+
+@implementation MLBlueBoxView
+
+- (id)initWithFrame:(CGRect)frame
+{
+ self = [super initWithFrame:frame];
+ if (self) {
+ // Initialization code
+ self.backgroundColor = [UIColor blueColor];
+ }
+ return self;
+}
+
+/*
+// Only override drawRect: if you perform custom drawing.
+// An empty implementation adversely affects performance during animation.
+- (void)drawRect:(CGRect)rect
+{
+ // Drawing code
+}
+*/
+
+@end
diff --git a/MLBlueBoxDemo/.DS_Store b/MLBlueBoxDemo/.DS_Store
new file mode 100644
index 0000000..72ce284
Binary files /dev/null and b/MLBlueBoxDemo/.DS_Store differ
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/project.pbxproj b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..a268d8a
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/project.pbxproj
@@ -0,0 +1,485 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ CD3EB0E319B042D40056DF76 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB0E219B042D40056DF76 /* Foundation.framework */; };
+ CD3EB0E519B042D40056DF76 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB0E419B042D40056DF76 /* CoreGraphics.framework */; };
+ CD3EB0E719B042D40056DF76 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB0E619B042D40056DF76 /* UIKit.framework */; };
+ CD3EB0ED19B042D40056DF76 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CD3EB0EB19B042D40056DF76 /* InfoPlist.strings */; };
+ CD3EB0EF19B042D40056DF76 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3EB0EE19B042D40056DF76 /* main.m */; };
+ CD3EB0F319B042D40056DF76 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3EB0F219B042D40056DF76 /* AppDelegate.m */; };
+ CD3EB0F619B042D40056DF76 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CD3EB0F419B042D40056DF76 /* Main.storyboard */; };
+ CD3EB0F919B042D40056DF76 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3EB0F819B042D40056DF76 /* ViewController.m */; };
+ CD3EB0FB19B042D40056DF76 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD3EB0FA19B042D40056DF76 /* Images.xcassets */; };
+ CD3EB10219B042D40056DF76 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB10119B042D40056DF76 /* XCTest.framework */; };
+ CD3EB10319B042D40056DF76 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB0E219B042D40056DF76 /* Foundation.framework */; };
+ CD3EB10419B042D40056DF76 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3EB0E619B042D40056DF76 /* UIKit.framework */; };
+ CD3EB10C19B042D40056DF76 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CD3EB10A19B042D40056DF76 /* InfoPlist.strings */; };
+ CD3EB10E19B042D40056DF76 /* MLBlueBoxDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3EB10D19B042D40056DF76 /* MLBlueBoxDemoTests.m */; };
+ CD3EB11B19B0442C0056DF76 /* MLBlueBoxView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD3EB11A19B0442C0056DF76 /* MLBlueBoxView.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ CD3EB10519B042D40056DF76 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = CD3EB0D719B042D40056DF76 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = CD3EB0DE19B042D40056DF76;
+ remoteInfo = MLBlueBoxDemo;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ CD3EB0DF19B042D40056DF76 /* MLBlueBoxDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MLBlueBoxDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ CD3EB0E219B042D40056DF76 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ CD3EB0E419B042D40056DF76 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ CD3EB0E619B042D40056DF76 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ CD3EB0EA19B042D40056DF76 /* MLBlueBoxDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MLBlueBoxDemo-Info.plist"; sourceTree = ""; };
+ CD3EB0EC19B042D40056DF76 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ CD3EB0EE19B042D40056DF76 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; };
+ CD3EB0F019B042D40056DF76 /* MLBlueBoxDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MLBlueBoxDemo-Prefix.pch"; sourceTree = ""; };
+ CD3EB0F119B042D40056DF76 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; };
+ CD3EB0F219B042D40056DF76 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; };
+ CD3EB0F519B042D40056DF76 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ CD3EB0F719B042D40056DF76 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; };
+ CD3EB0F819B042D40056DF76 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; };
+ CD3EB0FA19B042D40056DF76 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; };
+ CD3EB10019B042D40056DF76 /* MLBlueBoxDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MLBlueBoxDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ CD3EB10119B042D40056DF76 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
+ CD3EB10919B042D40056DF76 /* MLBlueBoxDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MLBlueBoxDemoTests-Info.plist"; sourceTree = ""; };
+ CD3EB10B19B042D40056DF76 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ CD3EB10D19B042D40056DF76 /* MLBlueBoxDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MLBlueBoxDemoTests.m; sourceTree = ""; };
+ CD3EB11A19B0442C0056DF76 /* MLBlueBoxView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = MLBlueBoxView.m; path = ../../MLBlueBox/MLBlueBoxView.m; sourceTree = ""; };
+ CD3EB11C19B044470056DF76 /* MLBlueBoxView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MLBlueBoxView.h; path = ../../MLBlueBox/MLBlueBoxView.h; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ CD3EB0DC19B042D40056DF76 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB0E519B042D40056DF76 /* CoreGraphics.framework in Frameworks */,
+ CD3EB0E719B042D40056DF76 /* UIKit.framework in Frameworks */,
+ CD3EB0E319B042D40056DF76 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ CD3EB0FD19B042D40056DF76 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB10219B042D40056DF76 /* XCTest.framework in Frameworks */,
+ CD3EB10419B042D40056DF76 /* UIKit.framework in Frameworks */,
+ CD3EB10319B042D40056DF76 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ CD3EB0D619B042D40056DF76 = {
+ isa = PBXGroup;
+ children = (
+ CD3EB0E819B042D40056DF76 /* MLBlueBoxDemo */,
+ CD3EB10719B042D40056DF76 /* MLBlueBoxDemoTests */,
+ CD3EB0E119B042D40056DF76 /* Frameworks */,
+ CD3EB0E019B042D40056DF76 /* Products */,
+ );
+ sourceTree = "";
+ };
+ CD3EB0E019B042D40056DF76 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB0DF19B042D40056DF76 /* MLBlueBoxDemo.app */,
+ CD3EB10019B042D40056DF76 /* MLBlueBoxDemoTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ CD3EB0E119B042D40056DF76 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB0E219B042D40056DF76 /* Foundation.framework */,
+ CD3EB0E419B042D40056DF76 /* CoreGraphics.framework */,
+ CD3EB0E619B042D40056DF76 /* UIKit.framework */,
+ CD3EB10119B042D40056DF76 /* XCTest.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ CD3EB0E819B042D40056DF76 /* MLBlueBoxDemo */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB11919B044130056DF76 /* Vendor */,
+ CD3EB0F119B042D40056DF76 /* AppDelegate.h */,
+ CD3EB0F219B042D40056DF76 /* AppDelegate.m */,
+ CD3EB0F419B042D40056DF76 /* Main.storyboard */,
+ CD3EB0F719B042D40056DF76 /* ViewController.h */,
+ CD3EB0F819B042D40056DF76 /* ViewController.m */,
+ CD3EB0FA19B042D40056DF76 /* Images.xcassets */,
+ CD3EB0E919B042D40056DF76 /* Supporting Files */,
+ );
+ path = MLBlueBoxDemo;
+ sourceTree = "";
+ };
+ CD3EB0E919B042D40056DF76 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB0EA19B042D40056DF76 /* MLBlueBoxDemo-Info.plist */,
+ CD3EB0EB19B042D40056DF76 /* InfoPlist.strings */,
+ CD3EB0EE19B042D40056DF76 /* main.m */,
+ CD3EB0F019B042D40056DF76 /* MLBlueBoxDemo-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+ CD3EB10719B042D40056DF76 /* MLBlueBoxDemoTests */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB10D19B042D40056DF76 /* MLBlueBoxDemoTests.m */,
+ CD3EB10819B042D40056DF76 /* Supporting Files */,
+ );
+ path = MLBlueBoxDemoTests;
+ sourceTree = "";
+ };
+ CD3EB10819B042D40056DF76 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB10919B042D40056DF76 /* MLBlueBoxDemoTests-Info.plist */,
+ CD3EB10A19B042D40056DF76 /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+ CD3EB11919B044130056DF76 /* Vendor */ = {
+ isa = PBXGroup;
+ children = (
+ CD3EB11C19B044470056DF76 /* MLBlueBoxView.h */,
+ CD3EB11A19B0442C0056DF76 /* MLBlueBoxView.m */,
+ );
+ name = Vendor;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ CD3EB0DE19B042D40056DF76 /* MLBlueBoxDemo */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CD3EB11119B042D40056DF76 /* Build configuration list for PBXNativeTarget "MLBlueBoxDemo" */;
+ buildPhases = (
+ CD3EB0DB19B042D40056DF76 /* Sources */,
+ CD3EB0DC19B042D40056DF76 /* Frameworks */,
+ CD3EB0DD19B042D40056DF76 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = MLBlueBoxDemo;
+ productName = MLBlueBoxDemo;
+ productReference = CD3EB0DF19B042D40056DF76 /* MLBlueBoxDemo.app */;
+ productType = "com.apple.product-type.application";
+ };
+ CD3EB0FF19B042D40056DF76 /* MLBlueBoxDemoTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CD3EB11419B042D40056DF76 /* Build configuration list for PBXNativeTarget "MLBlueBoxDemoTests" */;
+ buildPhases = (
+ CD3EB0FC19B042D40056DF76 /* Sources */,
+ CD3EB0FD19B042D40056DF76 /* Frameworks */,
+ CD3EB0FE19B042D40056DF76 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ CD3EB10619B042D40056DF76 /* PBXTargetDependency */,
+ );
+ name = MLBlueBoxDemoTests;
+ productName = MLBlueBoxDemoTests;
+ productReference = CD3EB10019B042D40056DF76 /* MLBlueBoxDemoTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ CD3EB0D719B042D40056DF76 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0510;
+ ORGANIZATIONNAME = MercadoLibre;
+ TargetAttributes = {
+ CD3EB0FF19B042D40056DF76 = {
+ TestTargetID = CD3EB0DE19B042D40056DF76;
+ };
+ };
+ };
+ buildConfigurationList = CD3EB0DA19B042D40056DF76 /* Build configuration list for PBXProject "MLBlueBoxDemo" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = CD3EB0D619B042D40056DF76;
+ productRefGroup = CD3EB0E019B042D40056DF76 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ CD3EB0DE19B042D40056DF76 /* MLBlueBoxDemo */,
+ CD3EB0FF19B042D40056DF76 /* MLBlueBoxDemoTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ CD3EB0DD19B042D40056DF76 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB0FB19B042D40056DF76 /* Images.xcassets in Resources */,
+ CD3EB0ED19B042D40056DF76 /* InfoPlist.strings in Resources */,
+ CD3EB0F619B042D40056DF76 /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ CD3EB0FE19B042D40056DF76 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB10C19B042D40056DF76 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ CD3EB0DB19B042D40056DF76 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB11B19B0442C0056DF76 /* MLBlueBoxView.m in Sources */,
+ CD3EB0F919B042D40056DF76 /* ViewController.m in Sources */,
+ CD3EB0F319B042D40056DF76 /* AppDelegate.m in Sources */,
+ CD3EB0EF19B042D40056DF76 /* main.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ CD3EB0FC19B042D40056DF76 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD3EB10E19B042D40056DF76 /* MLBlueBoxDemoTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ CD3EB10619B042D40056DF76 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = CD3EB0DE19B042D40056DF76 /* MLBlueBoxDemo */;
+ targetProxy = CD3EB10519B042D40056DF76 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ CD3EB0EB19B042D40056DF76 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD3EB0EC19B042D40056DF76 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+ CD3EB0F419B042D40056DF76 /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD3EB0F519B042D40056DF76 /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ CD3EB10A19B042D40056DF76 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD3EB10B19B042D40056DF76 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ CD3EB10F19B042D40056DF76 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.1;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ CD3EB11019B042D40056DF76 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.1;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ CD3EB11219B042D40056DF76 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch";
+ INFOPLIST_FILE = "MLBlueBoxDemo/MLBlueBoxDemo-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ CD3EB11319B042D40056DF76 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch";
+ INFOPLIST_FILE = "MLBlueBoxDemo/MLBlueBoxDemo-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+ CD3EB11519B042D40056DF76 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MLBlueBoxDemo.app/MLBlueBoxDemo";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ INFOPLIST_FILE = "MLBlueBoxDemoTests/MLBlueBoxDemoTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Debug;
+ };
+ CD3EB11619B042D40056DF76 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MLBlueBoxDemo.app/MLBlueBoxDemo";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch";
+ INFOPLIST_FILE = "MLBlueBoxDemoTests/MLBlueBoxDemoTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ CD3EB0DA19B042D40056DF76 /* Build configuration list for PBXProject "MLBlueBoxDemo" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD3EB10F19B042D40056DF76 /* Debug */,
+ CD3EB11019B042D40056DF76 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ CD3EB11119B042D40056DF76 /* Build configuration list for PBXNativeTarget "MLBlueBoxDemo" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD3EB11219B042D40056DF76 /* Debug */,
+ CD3EB11319B042D40056DF76 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+ CD3EB11419B042D40056DF76 /* Build configuration list for PBXNativeTarget "MLBlueBoxDemoTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD3EB11519B042D40056DF76 /* Debug */,
+ CD3EB11619B042D40056DF76 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = CD3EB0D719B042D40056DF76 /* Project object */;
+}
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/MLBlueBoxDemo.xcscheme b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/MLBlueBoxDemo.xcscheme
new file mode 100644
index 0000000..0584668
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/MLBlueBoxDemo.xcscheme
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/xcschememanagement.plist b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..0beeb76
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo.xcodeproj/xcuserdata/fabianceldeiro.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,27 @@
+
+
+
+
+ SchemeUserState
+
+ MLBlueBoxDemo.xcscheme
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ CD3EB0DE19B042D40056DF76
+
+ primary
+
+
+ CD3EB0FF19B042D40056DF76
+
+ primary
+
+
+
+
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.h b/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.h
new file mode 100644
index 0000000..0eb32f9
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// MLBlueBoxDemo
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import
+
+@interface AppDelegate : UIResponder
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.m b/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.m
new file mode 100644
index 0000000..a08e7a1
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/AppDelegate.m
@@ -0,0 +1,46 @@
+//
+// AppDelegate.m
+// MLBlueBoxDemo
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+@implementation AppDelegate
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+ // Override point for customization after application launch.
+ return YES;
+}
+
+- (void)applicationWillResignActive:(UIApplication *)application
+{
+ // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+ // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+}
+
+- (void)applicationDidEnterBackground:(UIApplication *)application
+{
+ // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application
+{
+ // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+}
+
+- (void)applicationDidBecomeActive:(UIApplication *)application
+{
+ // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+}
+
+- (void)applicationWillTerminate:(UIApplication *)application
+{
+ // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+@end
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/Base.lproj/Main.storyboard b/MLBlueBoxDemo/MLBlueBoxDemo/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..ce2c658
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/Base.lproj/Main.storyboard
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..a396706
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
new file mode 100644
index 0000000..c79ebd3
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "extent" : "full-screen",
+ "minimum-system-version" : "7.0",
+ "scale" : "2x"
+ },
+ {
+ "orientation" : "portrait",
+ "idiom" : "iphone",
+ "subtype" : "retina4",
+ "extent" : "full-screen",
+ "minimum-system-version" : "7.0",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Info.plist b/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Info.plist
new file mode 100644
index 0000000..c4faa56
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Info.plist
@@ -0,0 +1,40 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleDisplayName
+ ${PRODUCT_NAME}
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ meli.${PRODUCT_NAME:rfc1034identifier}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ ${PRODUCT_NAME}
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+ LSRequiresIPhoneOS
+
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch b/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch
new file mode 100644
index 0000000..82a2bb4
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/MLBlueBoxDemo-Prefix.pch
@@ -0,0 +1,16 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#import
+
+#ifndef __IPHONE_5_0
+#warning "This project uses features only available in iOS SDK 5.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import
+ #import
+#endif
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.h b/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.h
new file mode 100644
index 0000000..3f8ae5c
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.h
@@ -0,0 +1,13 @@
+//
+// ViewController.h
+// MLBlueBoxDemo
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import
+
+@interface ViewController : UIViewController
+
+@end
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.m b/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.m
new file mode 100644
index 0000000..193848d
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/ViewController.m
@@ -0,0 +1,33 @@
+//
+// ViewController.m
+// MLBlueBoxDemo
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import "ViewController.h"
+#import "MLBlueBoxView.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad
+{
+ [super viewDidLoad];
+
+ MLBlueBoxView * blueBoxView = [[MLBlueBoxView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
+ [self.view addSubview:blueBoxView];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning
+{
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
+}
+
+@end
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/en.lproj/InfoPlist.strings b/MLBlueBoxDemo/MLBlueBoxDemo/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemo/main.m b/MLBlueBoxDemo/MLBlueBoxDemo/main.m
new file mode 100644
index 0000000..e64af84
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemo/main.m
@@ -0,0 +1,18 @@
+//
+// main.m
+// MLBlueBoxDemo
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import
+
+#import "AppDelegate.h"
+
+int main(int argc, char * argv[])
+{
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+ }
+}
diff --git a/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests-Info.plist b/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests-Info.plist
new file mode 100644
index 0000000..15ddbda
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests-Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ meli.${PRODUCT_NAME:rfc1034identifier}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ BNDL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+
+
diff --git a/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests.m b/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests.m
new file mode 100644
index 0000000..7a24f2d
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemoTests/MLBlueBoxDemoTests.m
@@ -0,0 +1,34 @@
+//
+// MLBlueBoxDemoTests.m
+// MLBlueBoxDemoTests
+//
+// Created by Fabian Celdeiro on 8/29/14.
+// Copyright (c) 2014 MercadoLibre. All rights reserved.
+//
+
+#import
+
+@interface MLBlueBoxDemoTests : XCTestCase
+
+@end
+
+@implementation MLBlueBoxDemoTests
+
+- (void)setUp
+{
+ [super setUp];
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+}
+
+- (void)tearDown
+{
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ [super tearDown];
+}
+
+- (void)testExample
+{
+ XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
+}
+
+@end
diff --git a/MLBlueBoxDemo/MLBlueBoxDemoTests/en.lproj/InfoPlist.strings b/MLBlueBoxDemo/MLBlueBoxDemoTests/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/MLBlueBoxDemo/MLBlueBoxDemoTests/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+