Skip to content

Commit b887f48

Browse files
committed
обновил название
1 parent ce1ceba commit b887f48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BlackMagic.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
DEVELOPMENT_TEAM = "";
160160
GENERATE_INFOPLIST_FILE = YES;
161161
INFOPLIST_FILE = BlackMagic/Info.plist;
162-
INFOPLIST_KEY_CFBundleDisplayName = BlackMagic;
162+
INFOPLIST_KEY_CFBundleDisplayName = BoosterCraft;
163163
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
164164
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
165165
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;

BlackMagic/Controllers/MainTabBarController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MainTabBarController: UITabBarController {
2424

2525
guard !hasCompletedOnboarding else { return }
2626

27-
let title: NSString = "Welcome to Black Magic"
27+
let title: NSString = "Welcome to BoosterCraft"
2828
let detailText: NSString = ""
2929
let welcomeController = OBWelcomeController(title: title, detailText: detailText, symbolName: "wand.and.stars")
3030

BlackMagic/Controllers/MainViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MainViewController: UIViewController, UICollectionViewDelegate {
1616

1717
private let titleLabel: UILabel = {
1818
let label = UILabel()
19-
label.text = "Black magic"
19+
label.text = "BoosterCraft"
2020
label.font = UIFont(name: "PirataOne-Regular", size: 40)
2121
label.textColor = .white
2222
label.textAlignment = .center

0 commit comments

Comments
 (0)