Skip to content

Commit

Permalink
fix readme and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 3, 2024
1 parent 5c2dbd3 commit 1607745
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,21 @@ cmake-build-debug
.vscode

# Ignore XCode project local user data
Test/**/xcuserdata
### Xcode ###
## User settings
**/xcuserdata/

## Xcode 8 and earlier
*.xcscmblueprint
*.xccheckout

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/xcode
2 changes: 1 addition & 1 deletion Test/IntegrationTests/MqttClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This sample is an iOS application that launches the Mqtt Client and subscribes to the topic `test/topic`.

## How to run the application
1. Open project `Samples/MqttClient/MqttClient.xcodeproj` with XCode
1. Open project `Test/IntegrationTests/MqttClient/MqttClient.xcodeproj` with XCode
2. Signing. Signing is required for iOS application. Setup `Project > Signing & Capabilities > Team` to automatically manage signing.
3. Update Dependency. The project depends on aws-crt-swift. Go to `File > Add package dependency > Add Local ... ` and select your local aws-crt-swift. Alternatively, you can also enter Package URL `https://github.com/awslabs/aws-crt-swift` for released versions.
4. Run the application.
Expand Down

0 comments on commit 1607745

Please sign in to comment.