Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Jul 26, 2020
1 parent 99444ce commit 5c69868
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eeui-template",
"version": "2.3.9",
"version": "2.3.10",
"description": "A eeui project",
"eeuiclimin": "2.3.9",
"author": "kuaifan",
Expand Down
14 changes: 14 additions & 0 deletions platforms/android/eeuiApp/app/src/main/assets/eeui/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
"wxpay": {
"appid": "wx76cd9902f7e09bf3"
},
"getui": {
"GETUI_APP_ID": "",
"GETUI_APP_KEY": "",
"GETUI_APP_SECRET": "",
"XIAOMI_APP_ID": "",
"XIAOMI_APP_KEY": "",
"MEIZU_APP_ID": "",
"MEIZU_APP_KEY": "",
"HUAWEI_APP_ID": "",
"OPPO_APP_KEY": "",
"OPPO_APP_SECRET": "",
"VIVO_APP_ID": "",
"VIVO_APP_KEY": ""
},
"rongim": {
"ios": {
"enabled": true,
Expand Down
4 changes: 2 additions & 2 deletions platforms/android/eeuiApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ subprojects {
versionCode = 1
versionName = "1.0"

eeuiVersionCode = 57
eeuiVersionName = "2.3.9"
eeuiVersionCode = 58
eeuiVersionName = "2.3.10"

appMinSdkVersion = 16
compileSdkVersion = 29
Expand Down
14 changes: 14 additions & 0 deletions platforms/ios/eeuiApp/bundlejs/eeui/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
"wxpay": {
"appid": "wx76cd9902f7e09bf3"
},
"getui": {
"GETUI_APP_ID": "",
"GETUI_APP_KEY": "",
"GETUI_APP_SECRET": "",
"XIAOMI_APP_ID": "",
"XIAOMI_APP_KEY": "",
"MEIZU_APP_ID": "",
"MEIZU_APP_KEY": "",
"HUAWEI_APP_ID": "",
"OPPO_APP_KEY": "",
"OPPO_APP_SECRET": "",
"VIVO_APP_ID": "",
"VIVO_APP_KEY": ""
},
"rongim": {
"ios": {
"enabled": true,
Expand Down
18 changes: 6 additions & 12 deletions platforms/ios/eeuiApp/eeuiApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_ENTITLEMENTS = eeuiApp/eeuiApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 8V8QNTU33M;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = U94976AU2L;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -639,9 +637,8 @@
"$(PROJECT_DIR)/eeuiApp/eeui/Utility/Pay/Union/UPPaymentControl",
"$(PROJECT_DIR)/eeuiApp/eeui/Utility/Pay/Union/WeChat",
);
PRODUCT_BUNDLE_IDENTIFIER = app.eeui.push;
PRODUCT_BUNDLE_IDENTIFIER = app.eeui.playground;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "eeuipush_ profile_dev";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -652,10 +649,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_ENTITLEMENTS = eeuiApp/eeuiApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 8V8QNTU33M;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = U94976AU2L;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -675,9 +670,8 @@
"$(PROJECT_DIR)/eeuiApp/eeui/Utility/Pay/Union/UPPaymentControl",
"$(PROJECT_DIR)/eeuiApp/eeui/Utility/Pay/Union/WeChat",
);
PRODUCT_BUNDLE_IDENTIFIER = app.eeui.push;
PRODUCT_BUNDLE_IDENTIFIER = app.eeui.playground;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "eeuipush_ profile_dev";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion plugins/eeui/framework/ios/eeui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|


s.name = "eeui"
s.version = "2.3.9"
s.version = "2.3.10"
s.summary = "eeui plugin."
s.description = <<-DESC
eeui plugin.
Expand Down
4 changes: 2 additions & 2 deletions plugins/eeui/framework/ios/eeui/eeuiVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ @implementation eeuiVersion

+ (NSString*)eeuiVersion
{
return @"57"; //versionCode
return @"58"; //versionCode
}

+ (NSString*)eeuiVersionName
{
return @"2.3.9"; //versionName
return @"2.3.10"; //versionName
}

@end

0 comments on commit 5c69868

Please sign in to comment.