This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
Applications/TrollSpeed.app Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 564
564
"$(inherited)",
565
565
"$(PROJECT_DIR)/libraries",
566
566
);
567
+ MARKETING_VERSION = 1.10.0;
567
568
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
568
569
PRODUCT_NAME = "$(TARGET_NAME)";
569
570
PROVISIONING_PROFILE_SPECIFIER = "";
604
605
"$(inherited)",
605
606
"$(PROJECT_DIR)/libraries",
606
607
);
608
+ MARKETING_VERSION = 1.10.0;
607
609
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
608
610
PRODUCT_NAME = "$(TARGET_NAME)";
609
611
PROVISIONING_PROFILE_SPECIFIER = "";
771
773
"$(inherited)",
772
774
"$(PROJECT_DIR)/libraries",
773
775
);
776
+ MARKETING_VERSION = 1.10.0;
774
777
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
775
778
PRODUCT_NAME = "$(TARGET_NAME)";
776
779
PROVISIONING_PROFILE_SPECIFIER = "";
812
815
"$(inherited)",
813
816
"$(PROJECT_DIR)/libraries",
814
817
);
818
+ MARKETING_VERSION = 1.10.0;
815
819
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
816
820
PRODUCT_NAME = "$(TARGET_NAME)";
817
821
PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ chmod 0644 layout/DEBIAN/control
34
34
defaults write $( pwd) /layout/Applications/TrollSpeed.app/Info.plist CFBundleVersion $VERSION
35
35
defaults write $( pwd) /layout/Applications/TrollSpeed.app/Info.plist CFBundleShortVersionString $VERSION
36
36
plutil -convert xml1 $( pwd) /layout/Applications/TrollSpeed.app/Info.plist
37
+ defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleVersion $VERSION
38
+ defaults write $( pwd) /supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
39
+ plutil -convert xml1 $( pwd) /supports/Sandbox-Info.plist
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >2.0 .0 </string >
24
+ <string >1.10 .0 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >2.0 .0 </string >
39
+ <string >1.10 .0 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1
1
Package: ch.xxtou.hudapp
2
2
Name: HUD App
3
- Version: 2.0 .0
3
+ Version: 1.10 .0
4
4
Section: Tweaks
5
5
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
6
6
Architecture: iphoneos-arm
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ - (void)setupAppearance
51
51
52
52
CAFilter *blurFilter = [CAFilter filterWithName: kCAFilterGaussianBlur ];
53
53
[blurFilter setValue: @(50.0 ) forKey: @" inputRadius" ]; // radius 50pt
54
- [blurFilter setValue: @YES forKey: @" inputNormalizeEdges" ]; // inputHardEdges
54
+ [blurFilter setValue: @YES forKey: @" inputNormalizeEdges" ]; // do not use inputHardEdges
55
55
56
56
CAFilter *brightnessFilter = [CAFilter filterWithName: kCAFilterColorBrightness ];
57
57
[brightnessFilter setValue: @(-0.3 ) forKey: @" inputAmount" ]; // -30%
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.9.6 </string >
24
+ <string >1.10.0 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >1.9.6 </string >
39
+ <string >1.10.0 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.developer-tools </string >
42
42
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments