Skip to content

Commit 52eac0a

Browse files
committed
Update identifiers of examples to use dev.swiftcrossui namespace
1 parent 20a6e6f commit 52eac0a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Examples/Bundler.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
format_version = 2
22

33
[apps.ControlsExample]
4-
identifier = 'dev.stackotter.ControlsExample'
4+
identifier = 'dev.swiftcrossui.ControlsExample'
55
product = 'ControlsExample'
66
version = '0.1.0'
77

88
[apps.CounterExample]
9-
identifier = 'dev.stackotter.CounterExample'
9+
identifier = 'dev.swiftcrossui.CounterExample'
1010
product = 'CounterExample'
1111
version = '0.1.0'
1212

1313
[apps.RandomNumberGeneratorExample]
14-
identifier = 'dev.stackotter.RandomNumberGeneratorExample'
14+
identifier = 'dev.swiftcrossui.RandomNumberGeneratorExample'
1515
product = 'RandomNumberGeneratorExample'
1616
version = '0.1.0'
1717

1818
[apps.WindowingExample]
19-
identifier = 'dev.stackotter.WindowingExample'
19+
identifier = 'dev.swiftcrossui.WindowingExample'
2020
product = 'WindowingExample'
2121
version = '0.1.0'
2222

2323
[apps.GreetingGeneratorExample]
24-
identifier = 'dev.stackotter.GreetingGeneratorExample'
24+
identifier = 'dev.swiftcrossui.GreetingGeneratorExample'
2525
product = 'GreetingGeneratorExample'
2626
version = '0.1.0'
2727

2828
[apps.NavigationExample]
29-
identifier = 'dev.stackotter.NavigationExample'
29+
identifier = 'dev.swiftcrossui.NavigationExample'
3030
product = 'NavigationExample'
3131
version = '0.1.0'
3232

3333
[apps.SplitExample]
34-
identifier = 'dev.stackotter.SplitExample'
34+
identifier = 'dev.swiftcrossui.SplitExample'
3535
product = 'SplitExample'
3636
version = '0.1.0'
3737

3838
[apps.SpreadsheetExample]
39-
identifier = 'dev.stackotter.SpreadsheetExample'
39+
identifier = 'dev.swiftcrossui.SpreadsheetExample'
4040
product = 'SpreadsheetExample'
4141
version = '0.1.0'
4242

4343
[apps.StressTestExample]
44-
identifier = 'dev.stackotter.StressTestExample'
44+
identifier = 'dev.swiftcrossui.StressTestExample'
4545
product = 'StressTestExample'
4646
version = '0.1.0'
4747

4848
[apps.NotesExample]
49-
identifier = 'dev.stackotter.NotesExample'
49+
identifier = 'dev.swiftcrossui.NotesExample'
5050
product = 'NotesExample'
5151
version = '0.1.0'

0 commit comments

Comments
 (0)