Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 9d4ba15

Browse files
author
DianeD
authored
Update README.MD
Note that the sample doesn't support Xcode 8
1 parent acf7f93 commit 9d4ba15

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.MD

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Microsoft Office 365 Connect Sample for iOS Using Microsoft Graph (Swift)
22

3-
Connecting to Microsoft Office 365 is the first step every iOS app must take to start working with Office 365 services and data. This sample shows how to connect and then call one API through Microsoft Graph (previously named Office 365 unified API).
3+
Connecting to Microsoft Office 365 is the first step every iOS app must take to start working with Office 365 services and data. This sample shows how to connect and then call one API through Microsoft Graph.
44

5-
> Note: For the Objective-C version of this sample, see [O365-iOS-Microsoft-Graph-Connect](https://github.com/OfficeDev/O365-iOS-Microsoft-Graph-Connect).
5+
> Note: For the Objective-C version of this sample, see [O365-iOS-Microsoft-Graph-Connect](https://github.com/microsoftgraph/ios-objectivec-connect-rest-sample).
66
77
## Prerequisites
8-
* [Xcode](https://developer.apple.com/xcode/downloads/) from Apple
8+
* [Xcode](https://developer.apple.com/xcode/downloads/) version 7.3.1 from Apple
99
* Installation of [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html) as a dependency manager.
1010
* An Office 365 account. You can sign up for [an Office 365 Developer subscription](https://aka.ms/devprogramsignup) that includes the resources that you need to start building Office 365 apps.
1111

@@ -16,6 +16,7 @@ Connecting to Microsoft Office 365 is the first step every iOS app must take to
1616
1717
* A client id (application id) and redirect uri values of an application registered in Azure. This sample application must be granted the **Send mail as user** permission for **Microsoft Graph**. To create the registration, see [Grant permissions to the Connect application in Azure](https://github.com/microsoftgraph/ios-swift-connect-rest-sample/wiki/Grant-permissions-to-the-Connect-application-in-Azure).
1818

19+
>**Note:** The sample was tested on Xcode 7.3.1. This sample does not yet support Xcode 8 and iOS10, which uses the Swift 3.0 framework.
1920
2021
2122
## Running this sample in Xcode
@@ -29,7 +30,7 @@ Connecting to Microsoft Office 365 is the first step every iOS app must take to
2930

3031
pod install
3132

32-
For more information, see **Using CocoaPods** in [Additional Resources](#AdditionalResources)
33+
For more information, see **Using CocoaPods** in [Additional Resources](#additional-resources)
3334

3435
3. Open **O365-iOS-Microsoft-Graph-Connect-Swift.xcworkspace**
3536
4. Open **AuthenticationConstants.swift**. You'll see that the **ClientID** (application id you received from the registration process in the prerequisites section) and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
@@ -52,15 +53,15 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
5253

5354
## Questions and comments
5455

55-
We'd love to get your feedback about the Office 365 iOS Microsoft Graph Connect Swift project. You can send your questions and suggestions to us in the [Issues](https://github.com/OfficeDev/O365-iOS-Microsoft-Graph-Connect-Swift/issues) section of this repository.
56+
We'd love to get your feedback about the Office 365 iOS Microsoft Graph Connect Swift project. You can send your questions and suggestions to us in the [Issues](https://github.com/microsoftgraph/ios-swift-connect-rest-sample/issues) section of this repository.
5657

57-
Questions about Office 365 development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions or comments are tagged with [Office365] and [MicrosoftGraph].
58+
Questions about Microsoft Graph development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/MicrosoftGraph). Make sure that your questions or comments are tagged with [MicrosoftGraph].
5859

5960

6061
## Additional resources
6162

62-
* [Office Dev Center](http://dev.office.com/)
63-
* [O365-iOS-Microsoft-Graph-Connect-Obj-C](https://github.com/OfficeDev/O365-iOS-Microsoft-Graph-Connect)
63+
* [Office Dev Center](https://dev.office.com/)
64+
* [O365-iOS-Microsoft-Graph-Connect-Obj-C](https://github.com/microsoftgraph/ios-objectivec-connect-rest-sample)
6465
* [Microsoft Graph overview page](https://graph.microsoft.io)
6566
* [Using CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)
6667

0 commit comments

Comments
 (0)