Commit 0198c7c9 by Administrator

苹果的推送配置确认

1 parent 9f24cd67
...@@ -3,7 +3,7 @@ class EnvConfig { ...@@ -3,7 +3,7 @@ class EnvConfig {
static const String version = String.fromEnvironment('version', defaultValue: '0.0.0'); static const String version = String.fromEnvironment('version', defaultValue: '0.0.0');
static const String apnsEnv = String.fromEnvironment('apns', defaultValue: 'product'); static const String apnsEnv = String.fromEnvironment('apns', defaultValue: 'development');
static bool isDev() { static bool isDev() {
return env == 'dev'; return env == 'dev';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!