diff --git a/Example/IOSLinkedInAPI-Example/IOSLinkedInAPI-Example/LIALinkedInExampleViewController.m b/Example/IOSLinkedInAPI-Example/IOSLinkedInAPI-Example/LIALinkedInExampleViewController.m index a0d73bf..0751738 100644 --- a/Example/IOSLinkedInAPI-Example/IOSLinkedInAPI-Example/LIALinkedInExampleViewController.m +++ b/Example/IOSLinkedInAPI-Example/IOSLinkedInAPI-Example/LIALinkedInExampleViewController.m @@ -51,9 +51,9 @@ - (void)viewWillLayoutSubviews { - (void)didRequestAuthToken { -// if ([_client validToken]) { -// [self requestMeWithToken:[_client accessToken]]; -// } else { + if ([_client validToken]) { + [self requestMeWithToken:[_client accessToken]]; + } else { [_client getAuthorizationCode:^(NSString *code) { [self.client getAccessToken:code success:^(NSDictionary *accessTokenData) { NSString *accessToken = [accessTokenData objectForKey:@"access_token"]; @@ -66,7 +66,7 @@ - (void)didRequestAuthToken { } failure:^(NSError *error) { NSLog(@"Authorization failed %@", error); }]; -// } + } } - (void)requestMeWithToken:(NSString *)accessToken { diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample.xcodeproj/project.pbxproj b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample.xcodeproj/project.pbxproj new file mode 100644 index 0000000..0602c74 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample.xcodeproj/project.pbxproj @@ -0,0 +1,535 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 33AE657C185FA2E400981915 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE657B185FA2E400981915 /* Foundation.framework */; }; + 33AE657E185FA2E400981915 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE657D185FA2E400981915 /* CoreGraphics.framework */; }; + 33AE6580185FA2E400981915 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE657F185FA2E400981915 /* UIKit.framework */; }; + 33AE6586185FA2E400981915 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33AE6584185FA2E400981915 /* InfoPlist.strings */; }; + 33AE6588185FA2E400981915 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AE6587185FA2E400981915 /* main.m */; }; + 33AE658C185FA2E400981915 /* LIAAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AE658B185FA2E400981915 /* LIAAppDelegate.m */; }; + 33AE658F185FA2E400981915 /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 33AE658D185FA2E400981915 /* Main_iPhone.storyboard */; }; + 33AE6592185FA2E400981915 /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 33AE6590185FA2E400981915 /* Main_iPad.storyboard */; }; + 33AE6595185FA2E400981915 /* LIAViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AE6594185FA2E400981915 /* LIAViewController.m */; }; + 33AE6597185FA2E400981915 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33AE6596185FA2E400981915 /* Images.xcassets */; }; + 33AE659E185FA2E500981915 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE659D185FA2E400981915 /* XCTest.framework */; }; + 33AE659F185FA2E500981915 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE657B185FA2E400981915 /* Foundation.framework */; }; + 33AE65A0185FA2E500981915 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33AE657F185FA2E400981915 /* UIKit.framework */; }; + 33AE65A8185FA2E500981915 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33AE65A6185FA2E500981915 /* InfoPlist.strings */; }; + 33AE65AA185FA2E500981915 /* IOSLinkedInAPI_PodexampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AE65A9185FA2E500981915 /* IOSLinkedInAPI_PodexampleTests.m */; }; + A8D0978744F24C04BFDF2DDB /* libPods-IOSLinkedInAPI-Podexample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20890E008AC644D3A0A18C42 /* libPods-IOSLinkedInAPI-Podexample.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 33AE65A1185FA2E500981915 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 33AE6570185FA2E400981915 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33AE6577185FA2E400981915; + remoteInfo = "IOSLinkedInAPI-Podexample"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 20890E008AC644D3A0A18C42 /* libPods-IOSLinkedInAPI-Podexample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-IOSLinkedInAPI-Podexample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33AE6578185FA2E400981915 /* IOSLinkedInAPI-Podexample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "IOSLinkedInAPI-Podexample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33AE657B185FA2E400981915 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 33AE657D185FA2E400981915 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 33AE657F185FA2E400981915 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 33AE6583185FA2E400981915 /* IOSLinkedInAPI-Podexample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "IOSLinkedInAPI-Podexample-Info.plist"; sourceTree = ""; }; + 33AE6585185FA2E400981915 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 33AE6587185FA2E400981915 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 33AE6589185FA2E400981915 /* IOSLinkedInAPI-Podexample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "IOSLinkedInAPI-Podexample-Prefix.pch"; sourceTree = ""; }; + 33AE658A185FA2E400981915 /* LIAAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LIAAppDelegate.h; sourceTree = ""; }; + 33AE658B185FA2E400981915 /* LIAAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LIAAppDelegate.m; sourceTree = ""; }; + 33AE658E185FA2E400981915 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = ""; }; + 33AE6591185FA2E400981915 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPad.storyboard; sourceTree = ""; }; + 33AE6593185FA2E400981915 /* LIAViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LIAViewController.h; sourceTree = ""; }; + 33AE6594185FA2E400981915 /* LIAViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LIAViewController.m; sourceTree = ""; }; + 33AE6596185FA2E400981915 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 33AE659C185FA2E400981915 /* IOSLinkedInAPI-PodexampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "IOSLinkedInAPI-PodexampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33AE659D185FA2E400981915 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 33AE65A5185FA2E500981915 /* IOSLinkedInAPI-PodexampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "IOSLinkedInAPI-PodexampleTests-Info.plist"; sourceTree = ""; }; + 33AE65A7185FA2E500981915 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 33AE65A9185FA2E500981915 /* IOSLinkedInAPI_PodexampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IOSLinkedInAPI_PodexampleTests.m; sourceTree = ""; }; + E0CD15D06FF04FF5977479E5 /* Pods-IOSLinkedInAPI-Podexample.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IOSLinkedInAPI-Podexample.xcconfig"; path = "Pods/Pods-IOSLinkedInAPI-Podexample.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 33AE6575185FA2E400981915 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE657E185FA2E400981915 /* CoreGraphics.framework in Frameworks */, + 33AE6580185FA2E400981915 /* UIKit.framework in Frameworks */, + 33AE657C185FA2E400981915 /* Foundation.framework in Frameworks */, + A8D0978744F24C04BFDF2DDB /* libPods-IOSLinkedInAPI-Podexample.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 33AE6599185FA2E400981915 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE659E185FA2E500981915 /* XCTest.framework in Frameworks */, + 33AE65A0185FA2E500981915 /* UIKit.framework in Frameworks */, + 33AE659F185FA2E500981915 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 33AE656F185FA2E400981915 = { + isa = PBXGroup; + children = ( + 33AE6581185FA2E400981915 /* IOSLinkedInAPI-Podexample */, + 33AE65A3185FA2E500981915 /* IOSLinkedInAPI-PodexampleTests */, + 33AE657A185FA2E400981915 /* Frameworks */, + 33AE6579185FA2E400981915 /* Products */, + E0CD15D06FF04FF5977479E5 /* Pods-IOSLinkedInAPI-Podexample.xcconfig */, + ); + sourceTree = ""; + }; + 33AE6579185FA2E400981915 /* Products */ = { + isa = PBXGroup; + children = ( + 33AE6578185FA2E400981915 /* IOSLinkedInAPI-Podexample.app */, + 33AE659C185FA2E400981915 /* IOSLinkedInAPI-PodexampleTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 33AE657A185FA2E400981915 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 33AE657B185FA2E400981915 /* Foundation.framework */, + 33AE657D185FA2E400981915 /* CoreGraphics.framework */, + 33AE657F185FA2E400981915 /* UIKit.framework */, + 33AE659D185FA2E400981915 /* XCTest.framework */, + 20890E008AC644D3A0A18C42 /* libPods-IOSLinkedInAPI-Podexample.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + 33AE6581185FA2E400981915 /* IOSLinkedInAPI-Podexample */ = { + isa = PBXGroup; + children = ( + 33AE658A185FA2E400981915 /* LIAAppDelegate.h */, + 33AE658B185FA2E400981915 /* LIAAppDelegate.m */, + 33AE658D185FA2E400981915 /* Main_iPhone.storyboard */, + 33AE6590185FA2E400981915 /* Main_iPad.storyboard */, + 33AE6593185FA2E400981915 /* LIAViewController.h */, + 33AE6594185FA2E400981915 /* LIAViewController.m */, + 33AE6596185FA2E400981915 /* Images.xcassets */, + 33AE6582185FA2E400981915 /* Supporting Files */, + ); + path = "IOSLinkedInAPI-Podexample"; + sourceTree = ""; + }; + 33AE6582185FA2E400981915 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 33AE6583185FA2E400981915 /* IOSLinkedInAPI-Podexample-Info.plist */, + 33AE6584185FA2E400981915 /* InfoPlist.strings */, + 33AE6587185FA2E400981915 /* main.m */, + 33AE6589185FA2E400981915 /* IOSLinkedInAPI-Podexample-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 33AE65A3185FA2E500981915 /* IOSLinkedInAPI-PodexampleTests */ = { + isa = PBXGroup; + children = ( + 33AE65A9185FA2E500981915 /* IOSLinkedInAPI_PodexampleTests.m */, + 33AE65A4185FA2E500981915 /* Supporting Files */, + ); + path = "IOSLinkedInAPI-PodexampleTests"; + sourceTree = ""; + }; + 33AE65A4185FA2E500981915 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 33AE65A5185FA2E500981915 /* IOSLinkedInAPI-PodexampleTests-Info.plist */, + 33AE65A6185FA2E500981915 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 33AE6577185FA2E400981915 /* IOSLinkedInAPI-Podexample */ = { + isa = PBXNativeTarget; + buildConfigurationList = 33AE65AD185FA2E500981915 /* Build configuration list for PBXNativeTarget "IOSLinkedInAPI-Podexample" */; + buildPhases = ( + BE9A50A3C7A2490586DD39FD /* Check Pods Manifest.lock */, + 33AE6574185FA2E400981915 /* Sources */, + 33AE6575185FA2E400981915 /* Frameworks */, + 33AE6576185FA2E400981915 /* Resources */, + BFDEFDA90B3B423FB67E3AFD /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "IOSLinkedInAPI-Podexample"; + productName = "IOSLinkedInAPI-Podexample"; + productReference = 33AE6578185FA2E400981915 /* IOSLinkedInAPI-Podexample.app */; + productType = "com.apple.product-type.application"; + }; + 33AE659B185FA2E400981915 /* IOSLinkedInAPI-PodexampleTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 33AE65B0185FA2E500981915 /* Build configuration list for PBXNativeTarget "IOSLinkedInAPI-PodexampleTests" */; + buildPhases = ( + 33AE6598185FA2E400981915 /* Sources */, + 33AE6599185FA2E400981915 /* Frameworks */, + 33AE659A185FA2E400981915 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 33AE65A2185FA2E500981915 /* PBXTargetDependency */, + ); + name = "IOSLinkedInAPI-PodexampleTests"; + productName = "IOSLinkedInAPI-PodexampleTests"; + productReference = 33AE659C185FA2E400981915 /* IOSLinkedInAPI-PodexampleTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 33AE6570185FA2E400981915 /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = LIA; + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Eyben Consult ApS"; + TargetAttributes = { + 33AE659B185FA2E400981915 = { + TestTargetID = 33AE6577185FA2E400981915 /* IOSLinkedInAPI-Podexample */; + }; + }; + }; + buildConfigurationList = 33AE6573185FA2E400981915 /* Build configuration list for PBXProject "IOSLinkedInAPI-Podexample" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 33AE656F185FA2E400981915; + productRefGroup = 33AE6579185FA2E400981915 /* Products */; + projectDirPath = ""; + projectReferences = ( + ); + projectRoot = ""; + targets = ( + 33AE6577185FA2E400981915 /* IOSLinkedInAPI-Podexample */, + 33AE659B185FA2E400981915 /* IOSLinkedInAPI-PodexampleTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 33AE6576185FA2E400981915 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE6592185FA2E400981915 /* Main_iPad.storyboard in Resources */, + 33AE6597185FA2E400981915 /* Images.xcassets in Resources */, + 33AE658F185FA2E400981915 /* Main_iPhone.storyboard in Resources */, + 33AE6586185FA2E400981915 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 33AE659A185FA2E400981915 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE65A8185FA2E500981915 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + BE9A50A3C7A2490586DD39FD /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + 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"; + showEnvVarsInLog = 0; + }; + BFDEFDA90B3B423FB67E3AFD /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Pods-IOSLinkedInAPI-Podexample-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 33AE6574185FA2E400981915 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE6588185FA2E400981915 /* main.m in Sources */, + 33AE658C185FA2E400981915 /* LIAAppDelegate.m in Sources */, + 33AE6595185FA2E400981915 /* LIAViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 33AE6598185FA2E400981915 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 33AE65AA185FA2E500981915 /* IOSLinkedInAPI_PodexampleTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 33AE65A2185FA2E500981915 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 33AE6577185FA2E400981915 /* IOSLinkedInAPI-Podexample */; + targetProxy = 33AE65A1185FA2E500981915 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 33AE6584185FA2E400981915 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 33AE6585185FA2E400981915 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 33AE658D185FA2E400981915 /* Main_iPhone.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 33AE658E185FA2E400981915 /* Base */, + ); + name = Main_iPhone.storyboard; + sourceTree = ""; + }; + 33AE6590185FA2E400981915 /* Main_iPad.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 33AE6591185FA2E400981915 /* Base */, + ); + name = Main_iPad.storyboard; + sourceTree = ""; + }; + 33AE65A6185FA2E500981915 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 33AE65A7185FA2E500981915 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 33AE65AB185FA2E500981915 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 33AE65AC185FA2E500981915 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 33AE65AE185FA2E500981915 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E0CD15D06FF04FF5977479E5 /* Pods-IOSLinkedInAPI-Podexample.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch"; + INFOPLIST_FILE = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 33AE65AF185FA2E500981915 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E0CD15D06FF04FF5977479E5 /* Pods-IOSLinkedInAPI-Podexample.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch"; + INFOPLIST_FILE = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 33AE65B1185FA2E500981915 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/IOSLinkedInAPI-Podexample.app/IOSLinkedInAPI-Podexample"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI-PodexampleTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 33AE65B2185FA2E500981915 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/IOSLinkedInAPI-Podexample.app/IOSLinkedInAPI-Podexample"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch"; + INFOPLIST_FILE = "IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI-PodexampleTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 33AE6573185FA2E400981915 /* Build configuration list for PBXProject "IOSLinkedInAPI-Podexample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 33AE65AB185FA2E500981915 /* Debug */, + 33AE65AC185FA2E500981915 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 33AE65AD185FA2E500981915 /* Build configuration list for PBXNativeTarget "IOSLinkedInAPI-Podexample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 33AE65AE185FA2E500981915 /* Debug */, + 33AE65AF185FA2E500981915 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 33AE65B0185FA2E500981915 /* Build configuration list for PBXNativeTarget "IOSLinkedInAPI-PodexampleTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 33AE65B1185FA2E500981915 /* Debug */, + 33AE65B2185FA2E500981915 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 33AE6570185FA2E400981915 /* Project object */; +} diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPad.storyboard b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPad.storyboard new file mode 100644 index 0000000..5b5a2f1 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPad.storyboard @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPhone.storyboard b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPhone.storyboard new file mode 100644 index 0000000..c53fa59 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Base.lproj/Main_iPhone.storyboard @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Info.plist b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Info.plist new file mode 100644 index 0000000..e5e897b --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.eybenconsult.linkedin.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main_iPhone + UIMainStoryboardFile~ipad + Main_iPad + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample-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/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..91bf9c1 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,53 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/LaunchImage.launchimage/Contents.json b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..6f870a4 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,51 @@ +{ + "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" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.h b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.h new file mode 100644 index 0000000..cb01839 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.h @@ -0,0 +1,15 @@ +// +// LIAAppDelegate.h +// IOSLinkedInAPI-Podexample +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import + +@interface LIAAppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.m b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.m new file mode 100644 index 0000000..6479019 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAAppDelegate.m @@ -0,0 +1,46 @@ +// +// LIAAppDelegate.m +// IOSLinkedInAPI-Podexample +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import "LIAAppDelegate.h" + +@implementation LIAAppDelegate + +- (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/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.h b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.h new file mode 100644 index 0000000..3288940 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.h @@ -0,0 +1,13 @@ +// +// LIAViewController.h +// IOSLinkedInAPI-Podexample +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import + +@interface LIAViewController : UIViewController + +@end diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.m b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.m new file mode 100644 index 0000000..ca0426a --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/LIAViewController.m @@ -0,0 +1,32 @@ +// +// LIAViewController.m +// IOSLinkedInAPI-Podexample +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import "LIAViewController.h" + +@interface LIAViewController () + +@end + +@implementation LIAViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} +- (IBAction)didTapConnectWithLinkedIn:(id)sender { + NSLog(@"did tab connect with linkedin"); +} + +@end diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/en.lproj/InfoPlist.strings b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/main.m b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/main.m new file mode 100644 index 0000000..2204a88 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/main.m @@ -0,0 +1,18 @@ +// +// main.m +// IOSLinkedInAPI-Podexample +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import + +#import "LIAAppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([LIAAppDelegate class])); + } +} diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI-PodexampleTests-Info.plist b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI-PodexampleTests-Info.plist new file mode 100644 index 0000000..61fe3b3 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI-PodexampleTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.eybenconsult.linkedin.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI_PodexampleTests.m b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI_PodexampleTests.m new file mode 100644 index 0000000..e017eb0 --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/IOSLinkedInAPI_PodexampleTests.m @@ -0,0 +1,34 @@ +// +// IOSLinkedInAPI_PodexampleTests.m +// IOSLinkedInAPI-PodexampleTests +// +// Created by Jacob von Eyben on 16/12/13. +// Copyright (c) 2013 Eyben Consult ApS. All rights reserved. +// + +#import + +@interface IOSLinkedInAPI_PodexampleTests : XCTestCase + +@end + +@implementation IOSLinkedInAPI_PodexampleTests + +- (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/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/en.lproj/InfoPlist.strings b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/Example/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-Podexample/IOSLinkedInAPI-PodexampleTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/gh-pages/authenticate-example-ipad.png b/gh-pages/authenticate-example-ipad.png index 23f73de..7b17c4c 100644 Binary files a/gh-pages/authenticate-example-ipad.png and b/gh-pages/authenticate-example-ipad.png differ diff --git a/gh-pages/authenticate-example-iphone.png b/gh-pages/authenticate-example-iphone.png index 0655860..f37a034 100644 Binary files a/gh-pages/authenticate-example-iphone.png and b/gh-pages/authenticate-example-iphone.png differ