Skip to content

Commit

Permalink
Merge pull request #2 from Zomato/feature/pod
Browse files Browse the repository at this point in the history
Pod Created
  • Loading branch information
dhirenthirani authored Jun 13, 2016
2 parents 7d64a00 + 6c2228e commit c699449
Show file tree
Hide file tree
Showing 36 changed files with 1,393 additions and 1,238 deletions.
Binary file renamed dr-charts/Base.lproj/.DS_Store → .DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions dr-Charts/dr-Charts.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// dr-Charts.h
// dr-Charts
//
// Created by DHIREN THIRANI on 6/13/16.
// Copyright © 2016 Product. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for dr-Charts.
FOUNDATION_EXPORT double dr_ChartsVersionNumber;

//! Project version string for dr-Charts.
FOUNDATION_EXPORT const unsigned char dr_ChartsVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <dr_Charts/PublicHeader.h>


595 changes: 595 additions & 0 deletions dr-ChartsExample/dr-ChartsExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE65B1D0EEB6A00785337"
BuildableName = "dr-ChartsExample.app"
BlueprintName = "dr-ChartsExample"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE6741D0EEB6A00785337"
BuildableName = "dr-ChartsExampleTests.xctest"
BlueprintName = "dr-ChartsExampleTests"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE67F1D0EEB6A00785337"
BuildableName = "dr-ChartsExampleUITests.xctest"
BlueprintName = "dr-ChartsExampleUITests"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE65B1D0EEB6A00785337"
BuildableName = "dr-ChartsExample.app"
BlueprintName = "dr-ChartsExample"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE65B1D0EEB6A00785337"
BuildableName = "dr-ChartsExample.app"
BlueprintName = "dr-ChartsExample"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C5DBE65B1D0EEB6A00785337"
BuildableName = "dr-ChartsExample.app"
BlueprintName = "dr-ChartsExample"
ReferencedContainer = "container:dr-ChartsExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>dr-ChartsExample.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>C5DBE65B1D0EEB6A00785337</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>C5DBE6741D0EEB6A00785337</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>C5DBE67F1D0EEB6A00785337</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// AppDelegate.h
// dr-charts
// dr-ChartsExample
//
// Created by DHIREN THIRANI on 4/27/16.
// Created by DHIREN THIRANI on 6/13/16.
// Copyright © 2016 Product. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// AppDelegate.m
// dr-charts
// dr-ChartsExample
//
// Created by DHIREN THIRANI on 4/27/16.
// Created by DHIREN THIRANI on 6/13/16.
// Copyright © 2016 Product. All rights reserved.
//

Expand All @@ -25,7 +25,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleDefault];

self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
</document>
45 changes: 45 additions & 0 deletions dr-ChartsExample/dr-ChartsExample/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ViewController.h
// dr-charts
// dr-ChartsExample
//
// Created by DHIREN THIRANI on 4/27/16.
// Created by DHIREN THIRANI on 6/13/16.
// Copyright © 2016 Product. All rights reserved.
//

Expand Down
Loading

0 comments on commit c699449

Please sign in to comment.