Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted SDK to a Cocoapod #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Example Project/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform :ios, '7.0'

target 'SampleApp' do

pod 'YammerSDK', "~> 1.0"

end

40 changes: 40 additions & 0 deletions Example Project/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
PODS:
- AFNetworking (2.5.3):
- AFNetworking/NSURLConnection (= 2.5.3)
- AFNetworking/NSURLSession (= 2.5.3)
- AFNetworking/Reachability (= 2.5.3)
- AFNetworking/Security (= 2.5.3)
- AFNetworking/Serialization (= 2.5.3)
- AFNetworking/UIKit (= 2.5.3)
- AFNetworking/NSURLConnection (2.5.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.3)
- AFNetworking/Security (2.5.3)
- AFNetworking/Serialization (2.5.3)
- AFNetworking/UIKit (2.5.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- PDKeychainBindingsController (0.0.1)
- YammerSDK (1.0):
- AFNetworking (~> 2.0)
- PDKeychainBindingsController

DEPENDENCIES:
- YammerSDK (from `../`)

EXTERNAL SOURCES:
YammerSDK:
:path: "../"

SPEC CHECKSUMS:
AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe
PDKeychainBindingsController: fa8cb3cf99f2ea9240d61066ed0549f34e2cec3c
YammerSDK: cb0dd14c060d47824049b88326d59277df6289b1

COCOAPODS: 0.37.0
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1552</int>
<string key="IBDocument.SystemVersion">12E55</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.AppKitVersion">1187.39</string>
<string key="IBDocument.HIToolboxVersion">626.00</string>
<int key="IBDocument.SystemTarget">2048</int>
<string key="IBDocument.SystemVersion">14D72i</string>
<string key="IBDocument.InterfaceBuilderVersion">7702</string>
<string key="IBDocument.AppKitVersion">1347.13</string>
<string key="IBDocument.HIToolboxVersion">758.30</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">2083</string>
<string key="NS.object.0">7701</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBProxyObject</string>
Expand Down Expand Up @@ -61,32 +61,33 @@
<string key="NSFrame">{{299, 220}, {169, 44}}</string>
<reference key="NSSuperview" ref="545808752"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="850994173"/>
<reference key="NSNextKeyView" ref="334287054"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Log in (explicitly)</string>
<object class="NSColor" key="IBUINormalTitleColor" id="730341375">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA</bytes>
</object>
<object class="NSColor" key="IBUIHighlightedTitleColor" id="131318470">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<string key="IBUINormalTitle">Log in (explicitly)</string>
<object class="NSColor" key="IBUINormalTitleShadowColor" id="831099057">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC41AA</bytes>
</object>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="307792786">
<int key="type">2</int>
<int key="weightCategory">30</int>
<double key="pointSize">15</double>
</object>
<object class="NSFont" key="IBUIFont" id="805459691">
<string key="NSName">Helvetica-Bold</string>
<object class="NSFont" key="IBUIFont" id="919824347">
<string key="NSName">HelveticaNeue</string>
<double key="NSSize">15</double>
<int key="NSfFlags">16</int>
</object>
Expand All @@ -105,15 +106,12 @@
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<int key="IBUILineBreakMode">0</int>
<string key="IBUINormalTitle">Delete AuthToken from KeyChain</string>
<reference key="IBUINormalTitleColor" ref="730341375"/>
<reference key="IBUIHighlightedTitleColor" ref="131318470"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<string key="IBUINormalTitle">Delete AuthToken from KeyChain</string>
<reference key="IBUINormalTitleShadowColor" ref="831099057"/>
<reference key="IBUIFontDescription" ref="307792786"/>
<reference key="IBUIFont" ref="805459691"/>
<reference key="IBUIFont" ref="919824347"/>
</object>
<object class="IBUIButton" id="470584730">
<reference key="NSNextResponder" ref="545808752"/>
Expand All @@ -128,15 +126,12 @@
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Attempt Yammer API Call</string>
<reference key="IBUINormalTitleColor" ref="730341375"/>
<reference key="IBUIHighlightedTitleColor" ref="131318470"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<string key="IBUINormalTitle">Attempt Yammer API Call</string>
<reference key="IBUINormalTitleShadowColor" ref="831099057"/>
<reference key="IBUIFontDescription" ref="307792786"/>
<reference key="IBUIFont" ref="805459691"/>
<reference key="IBUIFont" ref="919824347"/>
</object>
<object class="IBUIView" id="649204834">
<reference key="NSNextResponder" ref="545808752"/>
Expand All @@ -155,22 +150,20 @@
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Clear</string>
<reference key="IBUINormalTitleColor" ref="730341375"/>
<reference key="IBUIHighlightedTitleColor" ref="131318470"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<string key="IBUINormalTitle">Clear</string>
<reference key="IBUINormalTitleShadowColor" ref="831099057"/>
<reference key="IBUIFontDescription" ref="307792786"/>
<reference key="IBUIFont" ref="805459691"/>
<reference key="IBUIFont" ref="919824347"/>
</object>
<object class="IBUITextView" id="722984470">
<reference key="NSNextResponder" ref="649204834"/>
<int key="NSvFlags">282</int>
<string key="NSFrame">{{20, 71}, {729, 480}}</string>
<string key="NSFrame">{{20, 71}, {729, 479.99999612149935}}</string>
<reference key="NSSuperview" ref="649204834"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">1</int>
Expand All @@ -187,16 +180,17 @@
</object>
<object class="IBUIFontDescription" key="IBUIFontDescription">
<int key="type">1</int>
<int key="weightCategory">0</int>
<double key="pointSize">14</double>
</object>
<object class="NSFont" key="IBUIFont">
<string key="NSName">Helvetica</string>
<string key="NSName">HelveticaNeue</string>
<double key="NSSize">14</double>
<int key="NSfFlags">16</int>
</object>
</object>
</array>
<string key="NSFrame">{{0, 433}, {769, 571}}</string>
<string key="NSFrame">{{0, 433.00000445219541}, {769, 570.99999554780459}}</string>
<reference key="NSSuperview" ref="545808752"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="1004008862"/>
Expand Down Expand Up @@ -226,21 +220,24 @@
<int key="IBUIBaselineAdjustment">0</int>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="969476048">
<int key="type">1</int>
<int key="weightCategory">0</int>
<double key="pointSize">17</double>
</object>
<object class="NSFont" key="IBUIFont" id="527663690">
<string key="NSName">Helvetica</string>
<object class="NSFont" key="IBUIFont" id="751452543">
<string key="NSName">HelveticaNeue</string>
<double key="NSSize">17</double>
<int key="NSfFlags">16</int>
</object>
<bool key="IBUIAdjustsFontSizeToFit">NO</bool>
<bool key="useAutomaticPreferredMaxLayoutWidth">YES</bool>
</object>
<object class="IBUILabel" id="726481466">
<reference key="NSNextResponder" ref="545808752"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{165, 308}, {42, 21}}</string>
<reference key="NSSuperview" ref="545808752"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="850994173"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
Expand All @@ -255,8 +252,9 @@
<nil key="IBUIHighlightedColor"/>
<int key="IBUIBaselineAdjustment">0</int>
<reference key="IBUIFontDescription" ref="969476048"/>
<reference key="IBUIFont" ref="527663690"/>
<reference key="IBUIFont" ref="751452543"/>
<bool key="IBUIAdjustsFontSizeToFit">NO</bool>
<bool key="useAutomaticPreferredMaxLayoutWidth">YES</bool>
</object>
</array>
<string key="NSFrame">{{0, 20}, {768, 1004}}</string>
Expand All @@ -273,6 +271,8 @@
</object>
<object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
<string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
<string key="IBUITargetRuntime">IBIPadFramework</string>
<string key="IBUIDisplayName">iPad Full Screen</string>
<object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
<bool key="EncodedWithXMLCoder">YES</bool>
<array key="dict.sortedKeys">
Expand All @@ -284,15 +284,13 @@
<string>{1024, 768}</string>
</array>
</object>
<string key="IBUITargetRuntime">IBIPadFramework</string>
<string key="IBUIDisplayName">iPad Full Screen</string>
<int key="IBUIType">1</int>
</object>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<array key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">view</string>
Expand Down Expand Up @@ -468,64 +466,19 @@
<nil key="sourceID"/>
<int key="maxID">76</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">YMSampleHomeViewController</string>
<string key="superclassName">UIViewController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="attemptYammerApiCall:">id</string>
<string key="clearResults:">id</string>
<string key="deleteToken:">id</string>
<string key="login:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="attemptYammerApiCall:">
<string key="name">attemptYammerApiCall:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="clearResults:">
<string key="name">clearResults:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="deleteToken:">
<string key="name">deleteToken:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="login:">
<string key="name">login:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="resultsTextView">UITextView</string>
<string key="tokenExists">UILabel</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="resultsTextView">
<string key="name">resultsTextView</string>
<string key="candidateClassName">UITextView</string>
</object>
<object class="IBToOneOutletInfo" key="tokenExists">
<string key="name">tokenExists</string>
<string key="candidateClassName">UILabel</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/YMSampleHomeViewController.h</string>
</object>
</object>
</array>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">NO</bool>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
<integer value="4600" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">yammer-tagline.png</string>
<string key="NS.object.0">{252, 78}</string>
</object>
<string key="IBCocoaTouchPluginVersion">2083</string>
</data>
</archive>
File renamed without changes.
Loading