Skip to content

Commit

Permalink
feat(docs,build): updated docs to use asset catalogue with xcode 13 t…
Browse files Browse the repository at this point in the history
…ools

feat(docs): deprecated wiki
  • Loading branch information
marchbold committed Aug 4, 2022
1 parent 69b70a5 commit dc56b24
Show file tree
Hide file tree
Showing 52 changed files with 313 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * *'
- cron: '30 1 * * 2'

jobs:
stale:
Expand All @@ -11,7 +11,7 @@ jobs:
with:
stale-issue-label: 'stale'
exempt-issue-labels: 'enhancement'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 60
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###### 2022.08.04 [v1.0.29]

```
feat(docs,build): updated docs to use asset catalogue with xcode 13 tools
feat(docs): deprecated wiki
```

###### 2022.02.05 [v1.0.28]

```
Expand Down
3 changes: 3 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ bin-debug
bin
out
*Distriqt*

ane
apm_packages
5 changes: 5 additions & 0 deletions example/starling/config/ios/Entitlements.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<plist version="1.0">
<dict>

</dict>
</plist>
18 changes: 18 additions & 0 deletions example/starling/config/ios/InfoAdditions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<plist version="1.0">
<dict>

<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>

<key>MinimumOSVersion</key>
<string>12.0</string>

<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>


</dict>
</plist>
Binary file modified example/starling/libs/MetalWorksMobileTheme.swc
Binary file not shown.
Binary file modified example/starling/libs/feathers.swc
Binary file not shown.
Binary file modified example/starling/libs/starling.swc
Binary file not shown.
163 changes: 163 additions & 0 deletions example/starling/project-lock.apm
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
{
"dependencies": [
{
"packageVersion": {
"checksum": "8afe27b02118a50b910c5342bc9490af35bf4d6c4e992bf3bc6e2cc1a45382ca",
"dependencies": [],
"package": {
"description": "The DynamicIcon extension gives you the ability to change the application icon displayed for your application",
"docUrl": "https://github.com/distriqt/ANE-DynamicIcon/wiki",
"identifier": "com.distriqt.DynamicIcon",
"license": {
"public": true,
"type": "none",
"url": ""
},
"name": "DynamicIcon",
"publishedAt": "2022-02-05T04:20:51.506Z",
"purchaseUrl": "",
"type": "ane",
"url": "https://github.com/distriqt/ANE-DynamicIcon"
},
"parameters": [],
"publishedAt": "2022-02-05T00:00:00.000Z",
"sourceUrl": "https://github.com/distriqt/ANE-DynamicIcon/releases/download/v1.0.28/com.distriqt.DynamicIcon_1.0.28.airpackage",
"status": "release",
"version": "1.0.28"
},
"request": {
"packageIdentifier": "com.distriqt.DynamicIcon",
"source": null,
"version": "1.0.28"
}
},
{
"packageVersion": {
"checksum": "17543a806e8dd4074dd2726b17d09b3282870ad38b962b4d6ae8ea7483418d0d",
"dependencies": [],
"package": {
"description": "The Cross Platform Game Engine",
"docUrl": "https://doc.starling-framework.org",
"identifier": "starling",
"license": {
"public": true,
"type": "Simplified BSD",
"url": "https://github.com/Gamua/Starling-Framework/blob/master/LICENSE.md"
},
"name": "starling",
"publishedAt": "2021-07-27T13:22:30.211Z",
"purchaseUrl": "",
"tags": [
"framework",
"gpu",
"game engine",
"game development",
"gamedev",
"games"
],
"type": "swc",
"url": "https://gamua.com/starling"
},
"parameters": [],
"publishedAt": "2021-09-08T10:52:06.732Z",
"sourceUrl": "https://github.com/Gamua/Starling-Framework/releases/download/v2.7/starling_2.7.0.airpackage",
"status": "",
"version": "2.7.0"
},
"request": {
"packageIdentifier": "starling",
"source": null,
"version": "2.7.0"
}
},
{
"packageVersion": {
"checksum": "3b2e521831514bbc599a39ecd4e157352f6388fd75e8b74d13506e5e7da63a31",
"dependencies": [
{
"id": "starling",
"version": "2.x.x"
},
{
"id": "feathersui",
"version": "4.1.x"
}
],
"package": {
"description": "Metal Works mobile theme for Feathers UI (Starling version)",
"docUrl": "https://feathersui/api-reference/",
"identifier": "feathersui_MetalWorksMobileTheme",
"license": {
"public": true,
"type": "Simplified BSD",
"url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md"
},
"name": "Feathers UI Metal Works Mobile Theme",
"publishedAt": "2021-11-19T19:15:52.059Z",
"purchaseUrl": "",
"tags": [
"starling",
"theme",
"feathers"
],
"type": "swc",
"url": "https://feathersui.com/as3-starling/"
},
"parameters": [],
"publishedAt": "2021-11-19T00:00:00.000Z",
"sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme_4.1.1.airpackage",
"status": "release",
"version": "4.1.1"
},
"request": {
"packageIdentifier": "feathersui_MetalWorksMobileTheme",
"source": null,
"version": "4.1.1"
}
},
{
"packageVersion": {
"checksum": "f83c6bc73d1e43f2ed4a37b8654b33b27d13f6093e1022efb244eef3b49cd68d",
"dependencies": [
{
"id": "starling",
"version": "2.x.x"
}
],
"package": {
"description": "Cross-platform user interface components for creative frontend projects built with Starling",
"docUrl": "https://feathersui/api-reference/",
"identifier": "feathersui",
"license": {
"public": true,
"type": "Simplified BSD",
"url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md"
},
"name": "feathersui",
"publishedAt": "2021-11-19T19:14:20.988Z",
"purchaseUrl": "",
"tags": [
"components",
"gui",
"starling",
"ui",
"widgets"
],
"type": "swc",
"url": "https://feathersui.com/as3-starling/"
},
"parameters": [],
"publishedAt": "2021-11-19T00:00:00.000Z",
"sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_4.1.1.airpackage",
"status": "release",
"version": "4.1.1"
},
"request": {
"packageIdentifier": "feathersui",
"source": null,
"version": "4.1.1"
}
}
],
"uninstalledPackageIdentifiers": []
}
28 changes: 28 additions & 0 deletions example/starling/project.apm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"identifier": "com.distriqt.test",
"name": "TestDynamicIcon",
"filename": "TestDynamicIcon",
"version": "0.0.27",
"versionLabel": "",
"dependencies": [
{
"version": "1.0.28",
"id": "com.distriqt.DynamicIcon"
},
{
"version": "2.7.0",
"id": "starling"
},
{
"version": "4.1.1",
"id": "feathersui_MetalWorksMobileTheme"
},
{
"version": "4.1.1",
"id": "feathersui"
}
],
"configuration": {},
"repositories": [],
"deployOptions": {}
}
Binary file removed example/starling/src/AlternateIcon@2x.png
Binary file not shown.
Binary file removed example/starling/src/AlternateIcon@3x.png
Binary file not shown.
Binary file modified example/starling/src/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed example/starling/src/Default-568h@2x~iphone.png
Binary file not shown.
Binary file removed example/starling/src/Default-812h@3x~iphone.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed example/starling/src/Default@2x~iphone.png
Binary file not shown.
Binary file removed example/starling/src/Default~iphone.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
64 changes: 56 additions & 8 deletions example/starling/src/TestDynamicIcon-app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/32.0">
<application xmlns="http://ns.adobe.com/air/application/33.1">
<id>com.distriqt.test</id>
<filename>TestDynamicIcon</filename>
<name>TestDynamicIcon</name>
Expand All @@ -18,15 +18,24 @@
<image29x29>icons/icon29x29.png</image29x29>
<image32x32>icons/icon32x32.png</image32x32>
<image36x36>icons/icon36x36.png</image36x36>
<image40x40>icons/icon40x40.png</image40x40>
<image48x48>icons/icon48x48.png</image48x48>
<image57x57>icons/icon57x57.png</image57x57>
<image58x58>icons/icon58x58.png</image58x58>
<image60x60>icons/icon60x60.png</image60x60>
<image72x72>icons/icon72x72.png</image72x72>
<image76x76>icons/icon76x76.png</image76x76>
<image80x80>icons/icon80x80.png</image80x80>
<image87x87>icons/icon87x87.png</image87x87>
<image114x114>icons/icon114x114.png</image114x114>
<image120x120>icons/icon120x120.png</image120x120>
<image128x128>icons/icon128x128.png</image128x128>
<image144x144>icons/icon144x144.png</image144x144>
<image152x152>icons/icon152x152.png</image152x152>
<image167x167>icons/icon167x167.png</image167x167>
<image180x180>icons/icon180x180.png</image180x180>
<image512x512>icons/icon512x512.png</image512x512>
<image1024x1024>icons/icon1024x1024.png</image1024x1024>
</icon>

<iPhone>
Expand All @@ -37,12 +46,51 @@
<string>2</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>MinimumOSVersion</key>
<string>12.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<!-- Unfortunately these aren't added currently we need to resign to add them -->
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>IconName</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AlternateIcon</string>
</array>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon-Iphone-180.png</string>
<string>Icon-Ipad-152.png</string>
<string>Icon-167.png</string>
<string>Icon@2x-Large.png</string>
<string>Icon-Iphone-120.png</string>
<string>Icon@2x.png</string>
<string>Icon-Iphone-87.png</string>
<string>Icon-Small-80.png</string>
<string>Icon-Ipad-76.png</string>
<string>Icon-Large.png</string>
<string>Icon-Iphone-60.png</string>
<string>Icon-Small@2x.png</string>
<string>Icon.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small-40.png</string>
<string>Icon-Small.png</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
</dict>
</dict>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
<Entitlements>
Expand All @@ -54,7 +102,7 @@
<android>
<manifestAdditions><![CDATA[
<manifest android:installLocation="auto" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="27" />
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.INTERNET"/>
<application android:hardwareAccelerated="true">
Expand Down
Binary file added example/starling/src/icons/icon1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/starling/src/icons/icon144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/starling/src/icons/icon167x167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/starling/src/icons/icon180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/starling/src/icons/icon20x20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon29x29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/starling/src/icons/icon40x40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/starling/src/icons/icon512x512.png
Binary file modified example/starling/src/icons/icon57x57.png
Binary file added example/starling/src/icons/icon58x58.png
Binary file added example/starling/src/icons/icon60x60.png
Binary file modified example/starling/src/icons/icon72x72.png
Binary file modified example/starling/src/icons/icon76x76.png
Binary file added example/starling/src/icons/icon80x80.png
Binary file added example/starling/src/icons/icon87x87.png
2 changes: 1 addition & 1 deletion lib/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Extension | Version | Android Lib | iOS Lib |
| --- | --- | --- | --- |
| com.distriqt.DynamicIcon | 1.0.28 | | |
| com.distriqt.DynamicIcon | 1.0.29 | | |
Binary file modified lib/com.distriqt.DynamicIcon.ane
Binary file not shown.
Loading

0 comments on commit dc56b24

Please sign in to comment.