Skip to content

Commit

Permalink
fix: news in wrong areas
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Feb 4, 2025
1 parent c84866e commit 0639a56
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions app-repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,29 @@
"https://github.com/khcrysalis/Feather/blob/main/Images/Repos.png?raw=true",
"https://github.com/khcrysalis/Feather/blob/main/Images/Sign.png?raw=true",
"https://github.com/khcrysalis/Feather/blob/main/Images/Store.png?raw=true"
],
"news": [
{
"title": "Donate",
"identifier": "feather-donate",
"caption": "Feather is a free project and is not made possible without my sponsors! Feel free to donate, it helps keep me motivated in making new updates for this app, and thank you everyone.",
"tintColor": "848ef9",
"imageURL": "https://github.com/khcrysalis/Feather/blob/main/Images/donate.png?raw=true",
"date": "2025-02-04",
"url": "https://github.com/sponsors/khcrysalis",
"notify": false
},
{
"title": "About Feather",
"identifier": "feather-about",
"caption": "Feather allows you to use an Apple Developer Account to sign and install applications on device without needing a computer on stock iOS versions, while allowing easy management with its applications.\n\nDue to limitations, it's hard to tell if the application is actually installed, so you will need to keep track of whats on your device. This is an entirely stock application and uses built-in features to be able to do this!",
"tintColor": "8A28F7",
"imageURL": "https://media.idownloadblog.com/wp-content/uploads/2024/08/Feather-on-device-signing-UI-app.jpg",
"url": "https://github.com/khcrysalis/feather",
"date": "2025-02-03",
"notify": true
}
]
}
],
"news": []
"news": [
{
"title": "Donate",
"identifier": "feather-donate",
"caption": "Feather is a free project and is not made possible without my sponsors! Feel free to donate, it helps keep me motivated in making new updates for this app, and thank you everyone.",
"tintColor": "848ef9",
"imageURL": "https://github.com/khcrysalis/Feather/blob/main/Images/donate.png?raw=true",
"date": "2025-02-04",
"url": "https://github.com/sponsors/khcrysalis",
"notify": false
},
{
"title": "About Feather",
"identifier": "feather-about",
"caption": "Feather allows you to use an Apple Developer Account to sign and install applications on device without needing a computer on stock iOS versions, while allowing easy management with its applications.\n\nDue to limitations, it's hard to tell if the application is actually installed, so you will need to keep track of whats on your device. This is an entirely stock application and uses built-in features to be able to do this!",
"tintColor": "8A28F7",
"imageURL": "https://media.idownloadblog.com/wp-content/uploads/2024/08/Feather-on-device-signing-UI-app.jpg",
"url": "https://github.com/khcrysalis/feather",
"date": "2025-02-03",
"notify": true
}
]
}

0 comments on commit 0639a56

Please sign in to comment.