Skip to content

Commit d6dc05a

Browse files
committed
Different package names
1 parent 502982e commit d6dc05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/external-display-example/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"ios": {
1414
"supportsTablet": true,
15-
"bundleIdentifier": "com.externaldisplay"
15+
"bundleIdentifier": "com.externaldisplay.exampleApp"
1616
},
1717
"android": {
18-
"package": "com.externaldisplay",
18+
"package": "com.externaldisplay.exampleApp",
1919
"adaptiveIcon": {
2020
"backgroundColor": "#ffffff"
2121
}

0 commit comments

Comments
 (0)