Skip to content

Commit 85ff816

Browse files
committed
update unoproj and unoconfig files
This updates unoproj and unoconfig files to use the new lowerCamelCase property names added in Uno 3.0. The project files were updated automatically by running `npx uno update -pr .`
1 parent 538d8c3 commit 85ff816

File tree

128 files changed

+1862
-1872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1862
-1872
lines changed

.unoconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SearchPaths.Sources += Source
1+
searchPaths.sources += Source
22

33
// Add default packages for 'uno create'.
4-
Packages.Default += [Fuse, FuseJS]
4+
references.default += [Fuse, FuseJS]

Source/AllTests.unoproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"BuildCondition": "TEST",
3-
"Projects": [
2+
"buildCondition": "TEST",
3+
"projects": [
44
"**Test.unoproj"
55
],
6-
"Includes": []
7-
}
6+
"includes": []
7+
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Helper Utils for interacting with android Activities",
4-
"Publisher": "Fuse Open",
5-
"Includes": [
6-
"*"
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Helper Utils for interacting with android Activities",
4+
"publisher": "Fuse Open",
5+
"includes": [
6+
"*"
77
]
8-
}
8+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"Description": "Library for data caching",
3-
"Publisher": "Fuse Open",
4-
"Copyright": "Copyright (c) Fuse Open",
5-
"Packages": [
2+
"description": "Library for data caching",
3+
"publisher": "Fuse Open",
4+
"copyright": "Copyright (c) Fuse Open",
5+
"references": [
66
"Uno.Net.Http",
77
"UnoCore"
88
],
9-
"Projects": [
9+
"projects": [
1010
"../Fuse.Common/Fuse.Common.unoproj"
1111
],
12-
"Includes": [
13-
"BinaryLoader.uno:Source",
14-
"HttpLoader.uno:Source",
15-
"HttpResponseHeader.uno:Source"
12+
"includes": [
13+
"BinaryLoader.uno:source",
14+
"HttpLoader.uno:source",
15+
"HttpResponseHeader.uno:source"
1616
]
17-
}
17+
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Native alerts and simple dialogs for mobile targets",
4-
"Publisher": "Fuse Open",
5-
"Packages": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Native alerts and simple dialogs for mobile targets",
4+
"publisher": "Fuse Open",
5+
"references": [
66
"Uno.Collections",
77
"Uno.Threading"
88
],
9-
"Projects": [
9+
"projects": [
1010
"../Fuse.Common/Fuse.Common.unoproj",
11-
"../Fuse.Scripting/Fuse.Scripting.unoproj",
1211
"../Fuse.Nodes/Fuse.Nodes.unoproj",
12+
"../Fuse.Scripting/Fuse.Scripting.unoproj",
1313
"../Fuse.Triggers/Fuse.Triggers.unoproj"
1414
],
15-
"Includes": [
15+
"includes": [
1616
"*"
1717
]
18-
}
18+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Asynchronous feature permission requests",
4-
"Publisher": "Fuse Open",
5-
"Packages": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Asynchronous feature permission requests",
4+
"publisher": "Fuse Open",
5+
"references": [
66
"Uno.Threading"
77
],
8-
"Includes": [
9-
"Permissions.uno:Source",
10-
"AndroidPermissionsInternal.uno:Source",
11-
"AndroidPermissionsInternal.uxl:Extensions",
12-
"Permissions.java:File",
8+
"includes": [
9+
"Permissions.uno:source",
10+
"AndroidPermissionsInternal.uno:source",
11+
"AndroidPermissionsInternal.uxl:extensions",
12+
"Permissions.java:file"
1313
]
14-
}
14+
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Android TextRenderer",
4-
"Publisher": "Fuse Open",
5-
"InternalsVisibleTo": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Android TextRenderer",
4+
"publisher": "Fuse Open",
5+
"internalsVisibleTo": [
66
"Fuse.Android",
7-
"Fuse.Views",
7+
"Fuse.Views"
88
],
9-
"Projects": [
9+
"projects": [
10+
"../Fuse.Common/Fuse.Common.unoproj",
1011
"../Fuse.Controls.Native/Fuse.Controls.Native.unoproj",
1112
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
1213
"../Fuse.Controls/Fuse.Controls.unoproj",
13-
"../Fuse.Common/Fuse.Common.unoproj",
1414
"../Fuse.Drawing/Fuse.Drawing.unoproj",
1515
"../Fuse.Elements/Fuse.Elements.unoproj",
16-
"../Fuse.Nodes/Fuse.Nodes.unoproj",
16+
"../Fuse.Nodes/Fuse.Nodes.unoproj"
1717
],
18-
"Includes": [
18+
"includes": [
1919
"*",
2020
"Internal/*",
21-
"StaticLayoutBuilder.java:Java:Android"
21+
"StaticLayoutBuilder.java:java:Android"
2222
]
23-
}
23+
}
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Native bootstrapping for Android",
4-
"Publisher": "Fuse Open",
5-
"InternalsVisibleTo": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Native bootstrapping for Android",
4+
"publisher": "Fuse Open",
5+
"internalsVisibleTo": [
6+
"Fuse.Audio",
7+
"Fuse.Controls.DrawingPanel",
8+
"Fuse.Launcher",
69
"Fuse.Launcher.Email",
710
"Fuse.Launcher.InterApp",
811
"Fuse.Launcher.Maps",
9-
"Fuse.Launcher.Phone",
10-
"Fuse.Launcher",
11-
"Fuse.Audio",
12-
"Fuse.Controls.DrawingPanel"
12+
"Fuse.Launcher.Phone"
1313
],
14-
"Projects": [
15-
"../Fuse.Platform/Fuse.Platform.unoproj",
14+
"projects": [
1615
"../Fuse.Android.TextRenderer/Fuse.Android.TextRenderer.unoproj",
1716
"../Fuse.Animations/Fuse.Animations.unoproj",
18-
"../Fuse.Controls/Fuse.Controls.unoproj",
17+
"../Fuse.Common/Fuse.Common.unoproj",
1918
"../Fuse.Controls.Native/Fuse.Controls.Native.unoproj",
20-
"../Fuse.Controls.ScrollView/Fuse.Controls.ScrollView.unoproj",
21-
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
2219
"../Fuse.Controls.Panels/Fuse.Controls.Panels.unoproj",
23-
"../Fuse.Drawing/Fuse.Drawing.unoproj",
20+
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
21+
"../Fuse.Controls.ScrollView/Fuse.Controls.ScrollView.unoproj",
22+
"../Fuse.Controls/Fuse.Controls.unoproj",
2423
"../Fuse.Drawing.Planar/Fuse.Drawing.Planar.unoproj",
24+
"../Fuse.Drawing/Fuse.Drawing.unoproj",
2525
"../Fuse.Elements/Fuse.Elements.unoproj",
2626
"../Fuse.Gestures/Fuse.Gestures.unoproj",
27-
"../Fuse.Triggers/Fuse.Triggers.unoproj",
2827
"../Fuse.Nodes/Fuse.Nodes.unoproj",
29-
"../Fuse.Common/Fuse.Common.unoproj"
28+
"../Fuse.Platform/Fuse.Platform.unoproj",
29+
"../Fuse.Triggers/Fuse.Triggers.unoproj"
3030
],
31-
"Includes": [
32-
"Theme.uxl:Extensions",
33-
"StatusBarConfig.uno:SourceFile",
34-
"AndroidApp.uno:SourceFile",
35-
"RootGraphicsView.ux:UXFile",
36-
"AndroidProperties.uno:SourceFile",
37-
"AppRoot.uno:SourceFile",
38-
"AndroidInterop.uno:SourceFile",
39-
"AndroidInteropHelper.java:Java:Android",
40-
"Internal/ByteBufferMediaDataSource.java:Java:Android",
31+
"includes": [
32+
"Theme.uxl:extensions",
33+
"StatusBarConfig.uno:source",
34+
"AndroidApp.uno:source",
35+
"RootGraphicsView.ux:ux",
36+
"AndroidProperties.uno:source",
37+
"AppRoot.uno:source",
38+
"AndroidInterop.uno:source",
39+
"AndroidInteropHelper.java:java:Android",
40+
"Internal/ByteBufferMediaDataSource.java:java:Android"
4141
]
42-
}
42+
}
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Framework for general purpose animation",
4-
"Publisher": "Fuse Open",
5-
"InternalsVisibleTo": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Framework for general purpose animation",
4+
"publisher": "Fuse Open",
5+
"internalsVisibleTo": [
66
"Fuse.Animations.Test",
77
"Fuse.Triggers",
8-
"Uno.Testing",
98
"Fuse.Triggers.Test",
9+
"Uno.Testing"
1010
],
11-
"Packages": [
11+
"references": [
1212
"Uno.Collections"
1313
],
14-
"Projects": [
14+
"projects": [
15+
"../Fuse.Common/Fuse.Common.unoproj",
1516
"../Fuse.Motion/Fuse.Motion.unoproj",
1617
"../Fuse.Nodes/Fuse.Nodes.unoproj",
17-
"../Fuse.Common/Fuse.Common.unoproj",
18-
"../Fuse.Reactive/Fuse.Reactive.unoproj",
1918
"../Fuse.Reactive.Expressions/Fuse.Reactive.Expressions.unoproj",
19+
"../Fuse.Reactive/Fuse.Reactive.unoproj"
2020
],
21-
"Includes": [
22-
"Docs/**:File",
23-
"Animator.uno:Source",
24-
"Attract.uno:Source",
25-
"Attractor.uno:Source",
26-
"AverageMixer.uno:Source",
27-
"Change.uno:Source",
28-
"Cycle.uno:Source",
29-
"DiscreteKeyframeTrack.uno:Source",
30-
"DiscreteMixer.uno:Source",
31-
"DiscreteSingleTrack.uno:Source",
32-
"EasingTrack.uno:Source",
33-
"Keyframe.uno:Source",
34-
"Mixer.uno:Source",
35-
"Nothing.uno:Source",
36-
"OpenAnimator.uno:Source",
37-
"Player.uno:Source",
38-
"RangeAdapter.uno:Source",
39-
"Resize.uno:Source",
40-
"Spin.uno:Source",
41-
"SplineTrack.uno:Source",
42-
"TrackAnimator.uno:Source",
43-
"TransformAnimator.uno:Source",
44-
"TriggerAnimation.uno:Source"
21+
"includes": [
22+
"Docs/**:file",
23+
"Animator.uno:source",
24+
"Attract.uno:source",
25+
"Attractor.uno:source",
26+
"AverageMixer.uno:source",
27+
"Change.uno:source",
28+
"Cycle.uno:source",
29+
"DiscreteKeyframeTrack.uno:source",
30+
"DiscreteMixer.uno:source",
31+
"DiscreteSingleTrack.uno:source",
32+
"EasingTrack.uno:source",
33+
"Keyframe.uno:source",
34+
"Mixer.uno:source",
35+
"Nothing.uno:source",
36+
"OpenAnimator.uno:source",
37+
"Player.uno:source",
38+
"RangeAdapter.uno:source",
39+
"Resize.uno:source",
40+
"Spin.uno:source",
41+
"SplineTrack.uno:source",
42+
"TrackAnimator.uno:source",
43+
"TransformAnimator.uno:source",
44+
"TriggerAnimation.uno:source"
4545
]
46-
}
46+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"Packages": [
2+
"references": [
33
"Fuse",
44
"FuseJS",
55
"Uno.Testing"
66
],
7-
"Projects": [
7+
"projects": [
88
"../../Fuse.Common/Tests/FuseTest/FuseTest.unoproj"
99
],
10-
"Includes": [
10+
"includes": [
1111
"*"
1212
]
13-
}
13+
}

Source/Fuse.Audio/Fuse.Audio.unoproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"Copyright": "Copyright (c) Fuse Open",
3-
"Description": "Audio playback support",
4-
"Publisher": "Fuse Open",
5-
"Title": "Fuse.Audio",
6-
"Packages": [
2+
"copyright": "Copyright (c) Fuse Open",
3+
"description": "Audio playback support",
4+
"publisher": "Fuse Open",
5+
"title": "Fuse.Audio",
6+
"references": [
77
"Uno.Threading"
88
],
9-
"Projects": [
9+
"projects": [
1010
"../Fuse.Android.Permissions/Fuse.Android.Permissions.unoproj",
1111
"../Fuse/Fuse.unoproj"
1212
],
13-
"Includes": [
13+
"includes": [
1414
"*",
15-
"Apple/AudioHelper.h:CHeader:iOS",
16-
"Apple/AudioHelper.m:CSource:iOS",
15+
"Apple/AudioHelper.h:cheader:iOS",
16+
"Apple/AudioHelper.m:csource:iOS"
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)