This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(depiction): customize "brought to you by Reposi3" under the depi…
…ction header customization of the depiction sub-header can be done by adding a `shortDescription` element on the package's info.xml closes issue #9
- Loading branch information
1 parent
60067b9
commit 7617280
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Package: com.supermamon.newpackage | ||
Version: 2.0.0-1 | ||
Section: Tweaks | ||
Maintainer: Reposi3 <[email protected]> | ||
Depends: firmware (>7.0), mobilesubstrate | ||
Architecture: iphoneos-arm | ||
Filename: ./debs/com.supermamon.newpackage_2.0.0-1_iphoneos-arm.deb | ||
Size: 854 | ||
MD5sum: 85a01c41aaaa72b48b08d9d0a67f3016 | ||
Description: This is a sample new package. Firmware should be greater than 7.0 | ||
Name: New Package | ||
Author: Reposi3 <[email protected]> | ||
Depiction: https://supermamon.github.io/Reposi3/depictions/?p=com.supermamon.newpackage | ||
|
||
Package: com.supermamon.oldpackage | ||
Version: 1.0.0-1 | ||
Section: Tweaks | ||
Maintainer: Reposi3 <[email protected]> | ||
Depends: firmware (<7.0) | ||
Architecture: iphoneos-arm | ||
Filename: ./debs/com.supermamon.oldpackage_1.0.0-1_iphoneos-arm.deb | ||
Size: 860 | ||
MD5sum: 8c606f0c05217aa2a20949091fe516f0 | ||
Description: This is a sample old package. Firmware should be lower than 7.0 | ||
Name: Old Package | ||
Author: Reposi3 <[email protected]> | ||
Depiction: https://supermamon.github.io/Reposi3/depictions/?p=com.supermamon.oldpackage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters