Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuz0u authored Feb 7, 2022
2 parents 6621138 + 0af4c9c commit b1c6036
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions AltStore.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"name": "EhPanda",
"bundleIdentifier": "app.ehpanda",
"developerName": "Araki Tatsuzou",
"version": "v1.5.3b124",
"versionDate": "2021-12-05T02:29:16",
"versionDescription": "1. Fixed an issue of deleting profiles feature.",
"downloadURL": "https://github.com/tatsuz0u/EhPanda/releases/download/v1.5.3_b124/EhPanda.ipa",
"version": "v1.5.4b125",
"versionDate": "2022-01-11T12:02:29",
"versionDescription": "1. Fixed a bug that failed the tags translation database fetching process.\n2. Added support for the Private category.",
"downloadURL": "https://github.com/tatsuz0u/EhPanda/releases/download/v1.5.4_b125/EhPanda.ipa",
"localizedDescription": "An unofficial E-Hentai App for iOS.",
"iconURL": "https://github.com/tatsuz0u/ehpanda-website/raw/main/public/img/appicon/appicon-512.png",
"tintColor": "289979",
"size": 6133813,
"size": 6138087,
"screenshotURLs": [
"https://github.com/tatsuz0u/ehpanda-website/raw/main/public/img/screenshot/Home_EN_Light.png",
"https://github.com/tatsuz0u/ehpanda-website/raw/main/public/img/screenshot/SlideMenu_EN_Light.png",
Expand Down
12 changes: 6 additions & 6 deletions EhPanda.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ShareExtension/Info.plist;
Expand All @@ -1584,7 +1584,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ShareExtension/Info.plist;
Expand Down Expand Up @@ -1734,7 +1734,7 @@
CODE_SIGN_ENTITLEMENTS = EhPanda/EhPanda.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -1763,7 +1763,7 @@
CODE_SIGN_ENTITLEMENTS = EhPanda/EhPanda.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
ENABLE_PREVIEWS = YES;
Expand All @@ -1789,7 +1789,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -1815,7 +1815,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 124;
CURRENT_PROJECT_VERSION = 125;
DEVELOPMENT_TEAM = 9SKQ7QTZ74;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions EhPanda/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<string>1.5.4</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -86,7 +86,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>124</string>
<string>125</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
</dict>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<string>1.5.4</string>
</dict>
</plist>

0 comments on commit b1c6036

Please sign in to comment.