-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added an iOS project to support developements and enhance tests * Create .gitignore for iosApp * Bump android gradle plugin to 8.2.0 * Minor changes on iOS example app * Moved iOS sample app to Examples folder * Enhancing iOS sample app presentation
- Loading branch information
Showing
17 changed files
with
938 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Xcode | ||
.DS_Store | ||
build/ | ||
*.pbxuser | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.perspectivev3 | ||
xcuserdata/ | ||
|
||
# Swift | ||
*.swiftpm | ||
|
||
# CocoaPods | ||
Pods/ | ||
*.xcworkspace | ||
|
||
# Carthage | ||
Carthage/ | ||
|
||
# macOS | ||
*.DS_Store | ||
|
||
# iOS | ||
*.ipa | ||
*.xcarchive | ||
*.xcuserstate | ||
DerivedData/ |
Oops, something went wrong.