This repository was archived by the owner on Jun 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
java/com/githubpushnotificationsmobile
ios/GithubPushNotificationsMobile.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ android_library(
4545
4646android_build_config (
4747 name = "build_config" ,
48- package = "com.negebauer.github-push-notifications-mobile " ,
48+ package = "com.negebauer.githubPushNotificationsMobile " ,
4949)
5050
5151android_resource (
5252 name = "res" ,
53- package = "com.negebauer.github-push-notifications-mobile " ,
53+ package = "com.negebauer.githubPushNotificationsMobile " ,
5454 res = "src/main/res" ,
5555)
5656
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ android {
9898 buildToolsVersion rootProject. ext. buildToolsVersion
9999
100100 defaultConfig {
101- applicationId " com.negebauer.github-push-notifications-mobile "
101+ applicationId " com.negebauer.githubPushNotificationsMobile "
102102 minSdkVersion rootProject. ext. minSdkVersion
103103 targetSdkVersion rootProject. ext. targetSdkVersion
104104 versionCode 1
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.negebauer.github-push-notifications-mobile " >
2+ package =" com.negebauer.githubPushNotificationsMobile " >
33
44 <uses-permission android : name =" android.permission.INTERNET" />
55 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
Original file line number Diff line number Diff line change 1- package com .negebauer .github - push - notifications - mobile ;
1+ package com .negebauer .githubPushNotificationsMobile ;
22
33import com .facebook .react .ReactActivity ;
44
Original file line number Diff line number Diff line change 1- package com .negebauer .github - push - notifications - mobile ;
1+ package com .negebauer .githubPushNotificationsMobile ;
22
33import android .app .Application ;
44
Original file line number Diff line number Diff line change 12191219 "-ObjC",
12201220 "-lc++",
12211221 );
1222- PRODUCT_BUNDLE_IDENTIFIER = " com.negebauer.github-push-notifications-mobile" ;
1222+ PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile ;
12231223 PRODUCT_NAME = GithubPushNotificationsMobile;
12241224 PROVISIONING_PROFILE_SPECIFIER = "";
12251225 VERSIONING_SYSTEM = "apple-generic";
12401240 "-ObjC",
12411241 "-lc++",
12421242 );
1243- PRODUCT_BUNDLE_IDENTIFIER = " com.negebauer.github-push-notifications-mobile" ;
1243+ PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile ;
12441244 PRODUCT_NAME = GithubPushNotificationsMobile;
12451245 PROVISIONING_PROFILE_SPECIFIER = "";
12461246 VERSIONING_SYSTEM = "apple-generic";
You can’t perform that action at this time.
0 commit comments