Skip to content

Commit 02e6816

Browse files
committed
feat: bump ios version
1 parent cf3aaa3 commit 02e6816

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

android/app/build.gradle

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ def enableSeparateBuildPerCPUArchitecture = false
6262

6363
apply from: "../../node_modules/react-native/react.gradle"
6464

65-
/**
66-
* Set this to true to create two separate APKs instead of one:
67-
* - An APK that only works on ARM devices
68-
* - An APK that only works on x86 devices
69-
* The advantage is the size of the APK is reduced by about 4MB.
70-
* Upload all the APKs to the Play Store and people will download
71-
* the correct one based on the CPU architecture of their device.
72-
*/
73-
def enableSeparateBuildPerCPUArchitecture = false
74-
7565
/**
7666
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
7767
*/
@@ -109,8 +99,8 @@ android {
10999
applicationId "github.funnyzak.v2ex"
110100
minSdkVersion rootProject.ext.minSdkVersion
111101
targetSdkVersion rootProject.ext.targetSdkVersion
112-
versionCode 41
113-
versionName "0.8.7"
102+
versionCode 42
103+
versionName "0.8.8"
114104
}
115105

116106
splits {

android/app/src/main/java/github/funnyzak/v2ex/MainActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ protected String getMainComponentName() {
2222
@Override
2323
protected void onCreate(Bundle savedInstanceState) {
2424
// react-native-splash-screen
25-
26-
// custom theme
2725
SplashScreen.show(this, R.style.SplashScreenTheme, false);
2826

2927
// SplashScreen.show(this, false);

ios/app.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,16 +485,17 @@
485485
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
486486
CLANG_ENABLE_MODULES = YES;
487487
CODE_SIGN_IDENTITY = "iPhone Distribution";
488-
CURRENT_PROJECT_VERSION = 27;
488+
CURRENT_PROJECT_VERSION = 28;
489489
DEVELOPMENT_TEAM = ED4U2734MB;
490490
ENABLE_BITCODE = NO;
491491
INFOPLIST_FILE = app/Info.plist;
492+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
492493
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
493494
LD_RUNPATH_SEARCH_PATHS = (
494495
"$(inherited)",
495496
"@executable_path/Frameworks",
496497
);
497-
MARKETING_VERSION = 0.8.7;
498+
MARKETING_VERSION = 0.8.8;
498499
OTHER_LDFLAGS = (
499500
"$(inherited)",
500501
"-ObjC",
@@ -520,16 +521,17 @@
520521
CLANG_ENABLE_MODULES = YES;
521522
CODE_SIGN_IDENTITY = "iPhone Distribution";
522523
CODE_SIGN_STYLE = Manual;
523-
CURRENT_PROJECT_VERSION = 27;
524+
CURRENT_PROJECT_VERSION = 28;
524525
DEVELOPMENT_TEAM = ED4U2734MB;
525526
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = ED4U2734MB;
526527
INFOPLIST_FILE = app/Info.plist;
528+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
527529
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
528530
LD_RUNPATH_SEARCH_PATHS = (
529531
"$(inherited)",
530532
"@executable_path/Frameworks",
531533
);
532-
MARKETING_VERSION = 0.8.7;
534+
MARKETING_VERSION = 0.8.8;
533535
OTHER_LDFLAGS = (
534536
"$(inherited)",
535537
"-ObjC",
@@ -538,7 +540,7 @@
538540
PRODUCT_BUNDLE_IDENTIFIER = github.funnyzak.v2ex;
539541
PRODUCT_NAME = app;
540542
PROVISIONING_PROFILE_SPECIFIER = "v2ex dist";
541-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "v2ex app dis m1";
543+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "v2ex dist";
542544
SWIFT_VER6.0 = SWIFT_VER6.0;
543545
SWIFT_VERSION = 6.0;
544546
TARGETED_DEVICE_FAMILY = "1,2";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v2hub",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "This project used React Native to build a V2EX mobile client application. The main goal was to build a React Native rapid development scaffold.",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)