Skip to content

Commit

Permalink
update unoproj and unoconfig files
Browse files Browse the repository at this point in the history
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 .`
  • Loading branch information
mortend committed May 7, 2023
1 parent 538d8c3 commit 85ff816
Show file tree
Hide file tree
Showing 128 changed files with 1,862 additions and 1,872 deletions.
4 changes: 2 additions & 2 deletions .unoconfig
@@ -1,4 +1,4 @@
SearchPaths.Sources += Source
searchPaths.sources += Source

// Add default packages for 'uno create'.
Packages.Default += [Fuse, FuseJS]
references.default += [Fuse, FuseJS]
8 changes: 4 additions & 4 deletions Source/AllTests.unoproj
@@ -1,7 +1,7 @@
{
"BuildCondition": "TEST",
"Projects": [
"buildCondition": "TEST",
"projects": [
"**Test.unoproj"
],
"Includes": []
}
"includes": []
}
12 changes: 6 additions & 6 deletions Source/Android.ActivityUtils/Android.ActivityUtils.unoproj
@@ -1,8 +1,8 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Helper Utils for interacting with android Activities",
"Publisher": "Fuse Open",
"Includes": [
"*"
"copyright": "Copyright (c) Fuse Open",
"description": "Helper Utils for interacting with android Activities",
"publisher": "Fuse Open",
"includes": [
"*"
]
}
}
20 changes: 10 additions & 10 deletions Source/Experimental.Http/Experimental.Http.unoproj
@@ -1,17 +1,17 @@
{
"Description": "Library for data caching",
"Publisher": "Fuse Open",
"Copyright": "Copyright (c) Fuse Open",
"Packages": [
"description": "Library for data caching",
"publisher": "Fuse Open",
"copyright": "Copyright (c) Fuse Open",
"references": [
"Uno.Net.Http",
"UnoCore"
],
"Projects": [
"projects": [
"../Fuse.Common/Fuse.Common.unoproj"
],
"Includes": [
"BinaryLoader.uno:Source",
"HttpLoader.uno:Source",
"HttpResponseHeader.uno:Source"
"includes": [
"BinaryLoader.uno:source",
"HttpLoader.uno:source",
"HttpResponseHeader.uno:source"
]
}
}
16 changes: 8 additions & 8 deletions Source/Fuse.Alerts/Fuse.Alerts.unoproj
@@ -1,18 +1,18 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Native alerts and simple dialogs for mobile targets",
"Publisher": "Fuse Open",
"Packages": [
"copyright": "Copyright (c) Fuse Open",
"description": "Native alerts and simple dialogs for mobile targets",
"publisher": "Fuse Open",
"references": [
"Uno.Collections",
"Uno.Threading"
],
"Projects": [
"projects": [
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Scripting/Fuse.Scripting.unoproj",
"../Fuse.Nodes/Fuse.Nodes.unoproj",
"../Fuse.Scripting/Fuse.Scripting.unoproj",
"../Fuse.Triggers/Fuse.Triggers.unoproj"
],
"Includes": [
"includes": [
"*"
]
}
}
20 changes: 10 additions & 10 deletions Source/Fuse.Android.Permissions/Fuse.Android.Permissions.unoproj
@@ -1,14 +1,14 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Asynchronous feature permission requests",
"Publisher": "Fuse Open",
"Packages": [
"copyright": "Copyright (c) Fuse Open",
"description": "Asynchronous feature permission requests",
"publisher": "Fuse Open",
"references": [
"Uno.Threading"
],
"Includes": [
"Permissions.uno:Source",
"AndroidPermissionsInternal.uno:Source",
"AndroidPermissionsInternal.uxl:Extensions",
"Permissions.java:File",
"includes": [
"Permissions.uno:source",
"AndroidPermissionsInternal.uno:source",
"AndroidPermissionsInternal.uxl:extensions",
"Permissions.java:file"
]
}
}
22 changes: 11 additions & 11 deletions Source/Fuse.Android.TextRenderer/Fuse.Android.TextRenderer.unoproj
@@ -1,23 +1,23 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Android TextRenderer",
"Publisher": "Fuse Open",
"InternalsVisibleTo": [
"copyright": "Copyright (c) Fuse Open",
"description": "Android TextRenderer",
"publisher": "Fuse Open",
"internalsVisibleTo": [
"Fuse.Android",
"Fuse.Views",
"Fuse.Views"
],
"Projects": [
"projects": [
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Controls.Native/Fuse.Controls.Native.unoproj",
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
"../Fuse.Controls/Fuse.Controls.unoproj",
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Drawing/Fuse.Drawing.unoproj",
"../Fuse.Elements/Fuse.Elements.unoproj",
"../Fuse.Nodes/Fuse.Nodes.unoproj",
"../Fuse.Nodes/Fuse.Nodes.unoproj"
],
"Includes": [
"includes": [
"*",
"Internal/*",
"StaticLayoutBuilder.java:Java:Android"
"StaticLayoutBuilder.java:java:Android"
]
}
}
54 changes: 27 additions & 27 deletions Source/Fuse.Android/Fuse.Android.unoproj
@@ -1,42 +1,42 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Native bootstrapping for Android",
"Publisher": "Fuse Open",
"InternalsVisibleTo": [
"copyright": "Copyright (c) Fuse Open",
"description": "Native bootstrapping for Android",
"publisher": "Fuse Open",
"internalsVisibleTo": [
"Fuse.Audio",
"Fuse.Controls.DrawingPanel",
"Fuse.Launcher",
"Fuse.Launcher.Email",
"Fuse.Launcher.InterApp",
"Fuse.Launcher.Maps",
"Fuse.Launcher.Phone",
"Fuse.Launcher",
"Fuse.Audio",
"Fuse.Controls.DrawingPanel"
"Fuse.Launcher.Phone"
],
"Projects": [
"../Fuse.Platform/Fuse.Platform.unoproj",
"projects": [
"../Fuse.Android.TextRenderer/Fuse.Android.TextRenderer.unoproj",
"../Fuse.Animations/Fuse.Animations.unoproj",
"../Fuse.Controls/Fuse.Controls.unoproj",
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Controls.Native/Fuse.Controls.Native.unoproj",
"../Fuse.Controls.ScrollView/Fuse.Controls.ScrollView.unoproj",
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
"../Fuse.Controls.Panels/Fuse.Controls.Panels.unoproj",
"../Fuse.Drawing/Fuse.Drawing.unoproj",
"../Fuse.Controls.Primitives/Fuse.Controls.Primitives.unoproj",
"../Fuse.Controls.ScrollView/Fuse.Controls.ScrollView.unoproj",
"../Fuse.Controls/Fuse.Controls.unoproj",
"../Fuse.Drawing.Planar/Fuse.Drawing.Planar.unoproj",
"../Fuse.Drawing/Fuse.Drawing.unoproj",
"../Fuse.Elements/Fuse.Elements.unoproj",
"../Fuse.Gestures/Fuse.Gestures.unoproj",
"../Fuse.Triggers/Fuse.Triggers.unoproj",
"../Fuse.Nodes/Fuse.Nodes.unoproj",
"../Fuse.Common/Fuse.Common.unoproj"
"../Fuse.Platform/Fuse.Platform.unoproj",
"../Fuse.Triggers/Fuse.Triggers.unoproj"
],
"Includes": [
"Theme.uxl:Extensions",
"StatusBarConfig.uno:SourceFile",
"AndroidApp.uno:SourceFile",
"RootGraphicsView.ux:UXFile",
"AndroidProperties.uno:SourceFile",
"AppRoot.uno:SourceFile",
"AndroidInterop.uno:SourceFile",
"AndroidInteropHelper.java:Java:Android",
"Internal/ByteBufferMediaDataSource.java:Java:Android",
"includes": [
"Theme.uxl:extensions",
"StatusBarConfig.uno:source",
"AndroidApp.uno:source",
"RootGraphicsView.ux:ux",
"AndroidProperties.uno:source",
"AppRoot.uno:source",
"AndroidInterop.uno:source",
"AndroidInteropHelper.java:java:Android",
"Internal/ByteBufferMediaDataSource.java:java:Android"
]
}
}
68 changes: 34 additions & 34 deletions Source/Fuse.Animations/Fuse.Animations.unoproj
@@ -1,46 +1,46 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Framework for general purpose animation",
"Publisher": "Fuse Open",
"InternalsVisibleTo": [
"copyright": "Copyright (c) Fuse Open",
"description": "Framework for general purpose animation",
"publisher": "Fuse Open",
"internalsVisibleTo": [
"Fuse.Animations.Test",
"Fuse.Triggers",
"Uno.Testing",
"Fuse.Triggers.Test",
"Uno.Testing"
],
"Packages": [
"references": [
"Uno.Collections"
],
"Projects": [
"projects": [
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Motion/Fuse.Motion.unoproj",
"../Fuse.Nodes/Fuse.Nodes.unoproj",
"../Fuse.Common/Fuse.Common.unoproj",
"../Fuse.Reactive/Fuse.Reactive.unoproj",
"../Fuse.Reactive.Expressions/Fuse.Reactive.Expressions.unoproj",
"../Fuse.Reactive/Fuse.Reactive.unoproj"
],
"Includes": [
"Docs/**:File",
"Animator.uno:Source",
"Attract.uno:Source",
"Attractor.uno:Source",
"AverageMixer.uno:Source",
"Change.uno:Source",
"Cycle.uno:Source",
"DiscreteKeyframeTrack.uno:Source",
"DiscreteMixer.uno:Source",
"DiscreteSingleTrack.uno:Source",
"EasingTrack.uno:Source",
"Keyframe.uno:Source",
"Mixer.uno:Source",
"Nothing.uno:Source",
"OpenAnimator.uno:Source",
"Player.uno:Source",
"RangeAdapter.uno:Source",
"Resize.uno:Source",
"Spin.uno:Source",
"SplineTrack.uno:Source",
"TrackAnimator.uno:Source",
"TransformAnimator.uno:Source",
"TriggerAnimation.uno:Source"
"includes": [
"Docs/**:file",
"Animator.uno:source",
"Attract.uno:source",
"Attractor.uno:source",
"AverageMixer.uno:source",
"Change.uno:source",
"Cycle.uno:source",
"DiscreteKeyframeTrack.uno:source",
"DiscreteMixer.uno:source",
"DiscreteSingleTrack.uno:source",
"EasingTrack.uno:source",
"Keyframe.uno:source",
"Mixer.uno:source",
"Nothing.uno:source",
"OpenAnimator.uno:source",
"Player.uno:source",
"RangeAdapter.uno:source",
"Resize.uno:source",
"Spin.uno:source",
"SplineTrack.uno:source",
"TrackAnimator.uno:source",
"TransformAnimator.uno:source",
"TriggerAnimation.uno:source"
]
}
}
8 changes: 4 additions & 4 deletions Source/Fuse.Animations/Tests/Fuse.Animations.Test.unoproj
@@ -1,13 +1,13 @@
{
"Packages": [
"references": [
"Fuse",
"FuseJS",
"Uno.Testing"
],
"Projects": [
"projects": [
"../../Fuse.Common/Tests/FuseTest/FuseTest.unoproj"
],
"Includes": [
"includes": [
"*"
]
}
}
20 changes: 10 additions & 10 deletions Source/Fuse.Audio/Fuse.Audio.unoproj
@@ -1,18 +1,18 @@
{
"Copyright": "Copyright (c) Fuse Open",
"Description": "Audio playback support",
"Publisher": "Fuse Open",
"Title": "Fuse.Audio",
"Packages": [
"copyright": "Copyright (c) Fuse Open",
"description": "Audio playback support",
"publisher": "Fuse Open",
"title": "Fuse.Audio",
"references": [
"Uno.Threading"
],
"Projects": [
"projects": [
"../Fuse.Android.Permissions/Fuse.Android.Permissions.unoproj",
"../Fuse/Fuse.unoproj"
],
"Includes": [
"includes": [
"*",
"Apple/AudioHelper.h:CHeader:iOS",
"Apple/AudioHelper.m:CSource:iOS",
"Apple/AudioHelper.h:cheader:iOS",
"Apple/AudioHelper.m:csource:iOS"
]
}
}

0 comments on commit 85ff816

Please sign in to comment.