Skip to content

Commit

Permalink
Update iOS example project
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Apr 11, 2016
1 parent 07d4c6f commit 2024a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Examples/MendeleySDKDemo/MendeleySDKDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@
67163A1C17A69C07006455E0 /* Sources */,
67163A1D17A69C07006455E0 /* Frameworks */,
67163A1E17A69C07006455E0 /* Resources */,
67163A1F17A69C07006455E0 /* ShellScript */,
D52220F0097A42CCBC869956 /* Copy Pods Resources */,
748554CB29FBDA13C870715C /* Embed Pods Frameworks */,
);
Expand Down Expand Up @@ -394,19 +393,6 @@
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;
};
67163A1F17A69C07006455E0 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
6C1BE468F8761D6ED38EA69F /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIMainStoryboardFile</key>
<string>MainStoryboard_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ @implementation MendeleySDKDemoTests

- (void)testInit
{
XCTAssertNotNil([MDLMendeleyAPIClient sharedClient], @"The Mendeley SDK should be accessible");
XCTAssertNotNil([MDLMendeleyAPIClient clientWithClientID:@"" secret:@"" redirectURI:@""], @"The Mendeley SDK should be accessible");
}

@end

0 comments on commit 2024a68

Please sign in to comment.