Skip to content

Commit efbe621

Browse files
committed
Added .gitignore and updated the README to includes links for TVM documentation and code.
1 parent 71e7afa commit efbe621

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
xcuserdata

S3_SimpleDB_SNS_SQS_DemoTVM/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<body>
33
<h2>Running the S3_SimpleDB_SNS_SQS_DemoTVM Sample</h2>
4-
<p>This sample demonstrates interaction with the Token Vending Machine without requiring an identity from the user.</p>
5-
<p>It is assumed that you were able to run the S3_SimpleDB_SNS_SQS_Demo sample and that you are currently running the Anonymous version of the TVM, token vending machine.</p>
4+
<p>This sample demonstrates interaction with the <a href="http://aws.amazon.com/articles/4611615499399490">Token Vending Machine</a> without requiring an identity from the user.</p>
5+
<p>It is assumed that you were able to run the S3_SimpleDB_SNS_SQS_Demo sample and that you are currently running the <a href="http://aws.amazon.com/code/8872061742402990">Anonymous</a> version of the TVM, token vending machine.</p>
66
<ol>
7-
<li>Open the <code>aws-sdk-ios-samples//S3_SimpleDB_SNS_SQS_DemoTVM/AWSiOSDemoTVM.xcodeproj</code> project file in Xcode. </li>
7+
<li>Open the <code>aws-sdk-ios-samples/S3_SimpleDB_SNS_SQS_DemoTVM/AWSiOSDemoTVM.xcodeproj</code> project file in Xcode. </li>
88
<li>Configure the sample with your Token Vending Machine settings:
99
<ol>
1010
<li>Open the <code>Constants.h</code> file. </li>

S3_SimpleDB_SNS_SQS_DemoTVMIdentity/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<html>
22
<body>
33
<h2>Running the S3_SimpleDB_SNS_SQS_DemoTVMIdentity Sample</h2>
4-
<p>This sample demonstrates interaction with a Token Vending Machine where a username/password combination is required.
5-
The user is expected to register with the App first by connecting to an external website. In this sample the the website is a specific page on the
6-
Token Vending Machine. After registering, the user would be able to start the App by logging in.</p>
7-
<p>It is assumed that you were able to run the S3_SimpleDB_SNS_SQS_Demo sample and that you are currently running an Identity version of the TVM, token vending machine.</p>
4+
<p>This sample demonstrates interaction with a <a href="http://aws.amazon.com/articles/4611615499399490">Token Vending Machine</a> where a username/password combination is required. The user is expected to register with the App first by connecting to an external website. In this sample the the website is a specific page on the Token Vending Machine. After registering, the user would be able to start the App by logging in.</p>
5+
<p>It is assumed that you were able to run the S3_SimpleDB_SNS_SQS_Demo sample and that you are currently running an <a href="http://aws.amazon.com/code/7351543942956566">Identity</a> version of the TVM, token vending machine.</p>
86
<ol>
97
<li>Open the <code>aws-sdk-ios-samples/S3_SimpleDB_SNS_SQS_DemoTVMIdentity/AWSiOSDemoTVMIdentity.xcodeproj</code> project file in Xcode. </li>
108
<li>Configure the sample with your Token Vending Machine settings:

0 commit comments

Comments
 (0)