This repository was archived by the owner on Jun 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
java/com/githubpushnotificationsmobile
ios/GithubPushNotificationsMobile.xcodeproj Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ android_library(
45
45
46
46
android_build_config (
47
47
name = "build_config" ,
48
- package = "com.negebauer.github-push-notifications-mobile " ,
48
+ package = "com.negebauer.githubPushNotificationsMobile " ,
49
49
)
50
50
51
51
android_resource (
52
52
name = "res" ,
53
- package = "com.negebauer.github-push-notifications-mobile " ,
53
+ package = "com.negebauer.githubPushNotificationsMobile " ,
54
54
res = "src/main/res" ,
55
55
)
56
56
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ android {
98
98
buildToolsVersion rootProject. ext. buildToolsVersion
99
99
100
100
defaultConfig {
101
- applicationId " com.negebauer.github-push-notifications-mobile "
101
+ applicationId " com.negebauer.githubPushNotificationsMobile "
102
102
minSdkVersion rootProject. ext. minSdkVersion
103
103
targetSdkVersion rootProject. ext. targetSdkVersion
104
104
versionCode 1
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.negebauer.github-push-notifications-mobile " >
2
+ package =" com.negebauer.githubPushNotificationsMobile " >
3
3
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<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 ;
2
2
3
3
import com .facebook .react .ReactActivity ;
4
4
Original file line number Diff line number Diff line change 1
- package com .negebauer .github - push - notifications - mobile ;
1
+ package com .negebauer .githubPushNotificationsMobile ;
2
2
3
3
import android .app .Application ;
4
4
Original file line number Diff line number Diff line change 1219
1219
"-ObjC",
1220
1220
"-lc++",
1221
1221
);
1222
- PRODUCT_BUNDLE_IDENTIFIER = " com.negebauer.github-push-notifications-mobile" ;
1222
+ PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile ;
1223
1223
PRODUCT_NAME = GithubPushNotificationsMobile;
1224
1224
PROVISIONING_PROFILE_SPECIFIER = "";
1225
1225
VERSIONING_SYSTEM = "apple-generic";
1240
1240
"-ObjC",
1241
1241
"-lc++",
1242
1242
);
1243
- PRODUCT_BUNDLE_IDENTIFIER = " com.negebauer.github-push-notifications-mobile" ;
1243
+ PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile ;
1244
1244
PRODUCT_NAME = GithubPushNotificationsMobile;
1245
1245
PROVISIONING_PROFILE_SPECIFIER = "";
1246
1246
VERSIONING_SYSTEM = "apple-generic";
You can’t perform that action at this time.
0 commit comments