Skip to content

Commit 4d2235c

Browse files
committed
Upgrade to 1.6.0 game data
1 parent 6d2ad22 commit 4d2235c

File tree

17 files changed

+69561
-65655
lines changed

17 files changed

+69561
-65655
lines changed

ACHNBrowserUI/ACHNBrowserUI.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
CODE_SIGN_IDENTITY = "Apple Development";
13891389
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
13901390
CODE_SIGN_STYLE = Automatic;
1391-
CURRENT_PROJECT_VERSION = 103122020;
1391+
CURRENT_PROJECT_VERSION = 112412020;
13921392
DEVELOPMENT_ASSET_PATHS = "\"ACHNBrowserUI/Preview Content\"";
13931393
DEVELOPMENT_TEAM = Z6P74P6T99;
13941394
ENABLE_PREVIEWS = YES;
@@ -1398,7 +1398,7 @@
13981398
"$(inherited)",
13991399
"@executable_path/Frameworks",
14001400
);
1401-
MARKETING_VERSION = 2.0.4;
1401+
MARKETING_VERSION = 2.0.5;
14021402
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH;
14031403
PRODUCT_NAME = "AC Helper";
14041404
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1421,7 +1421,7 @@
14211421
CODE_SIGN_IDENTITY = "iPhone Distribution";
14221422
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution";
14231423
CODE_SIGN_STYLE = Manual;
1424-
CURRENT_PROJECT_VERSION = 103122020;
1424+
CURRENT_PROJECT_VERSION = 112412020;
14251425
DEVELOPMENT_ASSET_PATHS = "\"ACHNBrowserUI/Preview Content\"";
14261426
DEVELOPMENT_TEAM = Z6P74P6T99;
14271427
ENABLE_PREVIEWS = YES;
@@ -1431,7 +1431,7 @@
14311431
"$(inherited)",
14321432
"@executable_path/Frameworks",
14331433
);
1434-
MARKETING_VERSION = 2.0.4;
1434+
MARKETING_VERSION = 2.0.5;
14351435
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH;
14361436
PRODUCT_NAME = "AC Helper";
14371437
PROVISIONING_PROFILE_SPECIFIER = "AC prod";
@@ -1453,7 +1453,7 @@
14531453
CODE_SIGN_IDENTITY = "Apple Development";
14541454
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
14551455
CODE_SIGN_STYLE = Automatic;
1456-
CURRENT_PROJECT_VERSION = 103122020;
1456+
CURRENT_PROJECT_VERSION = 112412020;
14571457
DEAD_CODE_STRIPPING = NO;
14581458
DEVELOPMENT_TEAM = Z6P74P6T99;
14591459
INFOPLIST_FILE = Widgets/Info.plist;
@@ -1463,7 +1463,7 @@
14631463
"@executable_path/Frameworks",
14641464
"@executable_path/../../Frameworks",
14651465
);
1466-
MARKETING_VERSION = 2.0.4;
1466+
MARKETING_VERSION = 2.0.5;
14671467
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH.Widgets;
14681468
PRODUCT_NAME = "$(TARGET_NAME)";
14691469
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1485,7 +1485,7 @@
14851485
CODE_SIGN_IDENTITY = "iPhone Distribution";
14861486
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
14871487
CODE_SIGN_STYLE = Manual;
1488-
CURRENT_PROJECT_VERSION = 103122020;
1488+
CURRENT_PROJECT_VERSION = 112412020;
14891489
DEAD_CODE_STRIPPING = NO;
14901490
DEVELOPMENT_TEAM = Z6P74P6T99;
14911491
INFOPLIST_FILE = Widgets/Info.plist;
@@ -1495,7 +1495,7 @@
14951495
"@executable_path/Frameworks",
14961496
"@executable_path/../../Frameworks",
14971497
);
1498-
MARKETING_VERSION = 2.0.4;
1498+
MARKETING_VERSION = 2.0.5;
14991499
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH.Widgets;
15001500
PRODUCT_NAME = "$(TARGET_NAME)";
15011501
PROVISIONING_PROFILE_SPECIFIER = "AC Helper Widgets";

ACHNBrowserUI/ACHNBrowserUI/views/about/AboutView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct AboutView: View {
110110
color: .acHeaderBackground)
111111
makeDetailRow(image: "gamecontroller",
112112
text: "Game patch data",
113-
detail: "1.5.1",
113+
detail: "1.6.0",
114114
color: .acHeaderBackground)
115115
}.listRowBackground(Color.acSecondaryBackground)
116116
}

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/clothing

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/floors

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/furnitures

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/localized/items_de.json

Lines changed: 8694 additions & 5250 deletions
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/localized/items_es.json

Lines changed: 8693 additions & 8627 deletions
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/localized/items_fr.json

Lines changed: 8693 additions & 8627 deletions
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/localized/items_it.json

Lines changed: 8693 additions & 8627 deletions
Large diffs are not rendered by default.

ACHNBrowserUI/Packages/Backend/Sources/Backend/Resources/json/localized/items_ja.json

Lines changed: 8693 additions & 8627 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)