Skip to content

Commit

Permalink
Fix samples metadata. (#5106)
Browse files Browse the repository at this point in the history
1. Correct Imageviewer README.md (correct Gradle command for Web
running)
2. Correct Jetsnack: set appropriate app name for iOS and Android,
cleanup iosApp from temporal files created by Xcode.
  • Loading branch information
pjBooms authored Jul 26, 2024
1 parent e4af83c commit d9e3528
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 99 deletions.
2 changes: 1 addition & 1 deletion examples/imageviewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Choose a run configuration for an appropriate target in IDE and run it.

## Run on Web via Gradle

`./gradlew :web:wasmJsRun`
`./gradlew :webApp:wasmJsRun`

### Running Android application

Expand Down
6 changes: 6 additions & 0 deletions examples/jetsnack/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ bin/
### Mac OS ###
.DS_Store
/local.properties

iosApp/Podfile.lock
iosApp/Pods/*
iosApp/iosApp.xcworkspace/*
iosApp/iosApp.xcodeproj/*
!iosApp/iosApp.xcodeproj/project.pbxproj
4 changes: 2 additions & 2 deletions examples/jetsnack/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {

android {
compileSdk = 34
namespace = "com.example.android"
namespace = "example.jetsnack"
defaultConfig {
applicationId = "com.example.android"
applicationId = "org.jetbrains.Jetsnack"
minSdk = 24
targetSdk = 33
versionCode = 1
Expand Down
4 changes: 2 additions & 2 deletions examples/jetsnack/ios/Configuration/Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TEAM_ID=
BUNDLE_ID=org.jetbrains.Imageviewer
APP_NAME=My Memories
BUNDLE_ID=org.jetbrains.Jetsnack
APP_NAME=Jetsnack

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d9e3528

Please # to comment.