Skip to content

Commit 44901e9

Browse files
committed
Release the v1.0
1 parent a49b93a commit 44901e9

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

BlackCandy.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10181018
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10191019
CODE_SIGN_STYLE = Automatic;
1020-
CURRENT_PROJECT_VERSION = 6;
1020+
CURRENT_PROJECT_VERSION = 7;
10211021
DEVELOPMENT_ASSET_PATHS = "\"BlackCandy/Preview Content\"";
10221022
DEVELOPMENT_TEAM = G8A3H8HY7R;
10231023
ENABLE_PREVIEWS = YES;
@@ -1037,6 +1037,7 @@
10371037
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
10381038
SUPPORTS_MACCATALYST = NO;
10391039
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
1040+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
10401041
SWIFT_EMIT_LOC_STRINGS = YES;
10411042
SWIFT_VERSION = 5.0;
10421043
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1049,7 +1050,7 @@
10491050
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10501051
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10511052
CODE_SIGN_STYLE = Automatic;
1052-
CURRENT_PROJECT_VERSION = 6;
1053+
CURRENT_PROJECT_VERSION = 7;
10531054
DEVELOPMENT_ASSET_PATHS = "\"BlackCandy/Preview Content\"";
10541055
DEVELOPMENT_TEAM = G8A3H8HY7R;
10551056
ENABLE_PREVIEWS = YES;
@@ -1069,6 +1070,7 @@
10691070
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
10701071
SUPPORTS_MACCATALYST = NO;
10711072
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
1073+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
10721074
SWIFT_EMIT_LOC_STRINGS = YES;
10731075
SWIFT_VERSION = 5.0;
10741076
TARGETED_DEVICE_FAMILY = "1,2";

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The official Black Candy iOS app. To use this app, you must have a Black Candy s
88

99
## Get the app
1010

11-
The iOS app of Black Candy in beta now. You can visite [here](https://testflight.apple.com/join/TwMUVmDl) to join beta in TestFlight.
11+
[<img src="https://raw.githubusercontent.com/blackcandy-org/ios/master/images/appstore_badge.png" alt="Get it on App Store" height="50">](https://apps.apple.com/app/blackcandy/id6444304071)

fastlane/screenshots/Framefile.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
"data": [
1616
{
17-
"filter": "iPhone SE",
17+
"filter": "iPhone 8 Plus",
1818
"title": {
19-
"font_size": 45
19+
"font_size": 70
2020
},
21-
"padding": "7%x9.5%"
21+
"padding": "6%x10%"
2222
},
2323
{
2424
"filter": "iPhone 14 Plus",

images/appstore_badge.png

17.4 KB
Loading

0 commit comments

Comments
 (0)