e83a852e00
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
Resources/Base.lproj | ||
Sample macOS App | ||
Sample macOS App.xcodeproj | ||
Sample macOS App.xcworkspace | ||
Sample macOS AppUITests | ||
.gitignore | ||
Podfile | ||
Podfile.lock | ||
README.md | ||
SECURITY.md | ||
azure-pipelines.yml |
README.md
App Center Sample App for macOS (Swift)
The macOS application in this repository and its corresponding tutorials will help you quickly and easily onboard to Visual Studio App Center.
About this repository
The App Center SDK modules are already integrated within the application. Simply follow the tutorials to learn how to use each service.
Build status (master branch)
Build Service | Status |
---|---|
App Center | |
Azure Pipelines |
Build the sample app
After forking the repository, you'll need to install CocoaPods to build the app.
sudo gem install cocoapods
Next, install the dependencies.
pod install
Open the .xcworkspace. The app can now build and run. You can learn to use the sample app with App Center with the tutorials below.
Codesigning
Codesigning is optional, but recommended.
Codesigning will allow you to deploy this sample app to your device. The Build and Distribute tutorials recommend that you codesign.
To sign the app in Xcode:
- Open .xcworkspace from the sample app's folder.
- Go to General within the .xcworkspace file.
- Under Identity, edit the Bundle Identifier to match the app ID.
- Import and select the provisioning profile under Signing (Debug) and Signing (Release).
Tutorial links
Begin with the Getting Started tutorial. After you've completed that, you can do the rest in the order below, or choose a specific tutorial to follow.
Contents
Tutorial | Description |
---|---|
Getting Started | Set up the app |
Build | Build the app |
Distribute | Distribute application to a group of users |
Crashes | Monitor application crashes |
Analytics | View user analytics |