Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Aug 31, 2021
1 parent c3f4951 commit 1a36572
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the "ios-debug" extension will be documented in this file.

## [Unreleased]


## v0.1.0
### Added
- New command: `targetSdk`, which returns `iphoneos` or `iphonesimulator` depending on the selected target.
- A new sample project with vscode configuration example.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "nisargjhaveri",
"displayName": "iOS Debug",
"description": "iOS debugging support in VS Code",
"version": "0.0.1",
"version": "0.1.0",
"repository": "https://github.com/nisargjhaveri/vscode-ios-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit 1a36572

Please sign in to comment.