File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ - (instancetype)init
3636 NSString *deploymentKey = [infoDictionary objectForKey: @" CodePushDeploymentKey" ];
3737 NSString *serverURL = [infoDictionary objectForKey: @" CodePushServerURL" ];
3838 NSString *publicKey = [infoDictionary objectForKey: @" CodePushPublicKey" ];
39-
39+
4040 NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults ];
4141 NSString *clientUniqueId = [userDefaults stringForKey: ClientUniqueIDConfigKey];
4242 if (clientUniqueId == nil ) {
@@ -46,7 +46,7 @@ - (instancetype)init
4646 }
4747
4848 if (!serverURL) {
49- serverURL = @" https://codepush.appcenter.ms /" ;
49+ serverURL = @" https://api.srcpush.com /" ;
5050 }
5151
5252 _configDictionary = [NSMutableDictionary dictionary ];
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exports.getJSBundleFileOverride = `
1313` ;
1414exports . reactNativeHostInstantiation = "new ReactNativeHost(this) {" ;
1515exports . mainActivityClassDeclaration = "public class MainActivity extends ReactActivity {" ;
16- exports . codePushGradleLink = `\napply from: "../../node_modules/react-native-code-push/android/codepush.gradle"` ;
16+ exports . codePushGradleLink = `\napply from: "../../node_modules/@srcpush/ react-native-code-push/android/codepush.gradle"` ;
1717exports . deploymentKeyName = "CodePushDeploymentKey" ;
1818
1919exports . getMainApplicationLocation = function ( ) {
You can’t perform that action at this time.
0 commit comments