Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit a27410b

Browse files
committed
bump version to v1.10.0
Signed-off-by: Lessica <wuzheng28@huawei.com>
1 parent 12e4493 commit a27410b

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

TrollSpeed.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
"$(inherited)",
565565
"$(PROJECT_DIR)/libraries",
566566
);
567+
MARKETING_VERSION = 1.10.0;
567568
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
568569
PRODUCT_NAME = "$(TARGET_NAME)";
569570
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -604,6 +605,7 @@
604605
"$(inherited)",
605606
"$(PROJECT_DIR)/libraries",
606607
);
608+
MARKETING_VERSION = 1.10.0;
607609
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
608610
PRODUCT_NAME = "$(TARGET_NAME)";
609611
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -771,6 +773,7 @@
771773
"$(inherited)",
772774
"$(PROJECT_DIR)/libraries",
773775
);
776+
MARKETING_VERSION = 1.10.0;
774777
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
775778
PRODUCT_NAME = "$(TARGET_NAME)";
776779
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -812,6 +815,7 @@
812815
"$(inherited)",
813816
"$(PROJECT_DIR)/libraries",
814817
);
818+
MARKETING_VERSION = 1.10.0;
815819
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
816820
PRODUCT_NAME = "$(TARGET_NAME)";
817821
PROVISIONING_PROFILE_SPECIFIER = "";

gen-control.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ chmod 0644 layout/DEBIAN/control
3434
defaults write $(pwd)/layout/Applications/TrollSpeed.app/Info.plist CFBundleVersion $VERSION
3535
defaults write $(pwd)/layout/Applications/TrollSpeed.app/Info.plist CFBundleShortVersionString $VERSION
3636
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

layout/Applications/TrollSpeed.app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.0.0</string>
24+
<string>1.10.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>2.0.0</string>
39+
<string>1.10.0</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ch.xxtou.hudapp
22
Name: HUD App
3-
Version: 2.0.0
3+
Version: 1.10.0
44
Section: Tweaks
55
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
66
Architecture: iphoneos-arm

sources/HUDBackdropLabel.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ - (void)setupAppearance
5151

5252
CAFilter *blurFilter = [CAFilter filterWithName:kCAFilterGaussianBlur];
5353
[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
5555

5656
CAFilter *brightnessFilter = [CAFilter filterWithName:kCAFilterColorBrightness];
5757
[brightnessFilter setValue:@(-0.3) forKey:@"inputAmount"]; // -30%

supports/Sandbox-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.9.6</string>
24+
<string>1.10.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.9.6</string>
39+
<string>1.10.0</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)