Skip to content

Commit 6ca92c5

Browse files
Added untracked android/ios files.
1 parent c63e3ca commit 6ca92c5

24 files changed

Lines changed: 511 additions & 200 deletions

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ android {
9494
applicationId 'com.digitalnomad91.codebuilderadmin'
9595
minSdkVersion rootProject.ext.minSdkVersion
9696
targetSdkVersion rootProject.ext.targetSdkVersion
97-
versionCode 67
98-
versionName "1.0.67"
97+
versionCode 80
98+
versionName "1.0.80"
9999

100100
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
101101
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:tools="http://schemas.android.com/tools">
3+
4+
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
5+
6+
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
7+
</manifest>

android/app/src/main/AndroidManifest.xml

Lines changed: 321 additions & 0 deletions
Large diffs are not rendered by default.
685 KB
Binary file not shown.

android/sentry.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
defaults.url=https://sentry.io/
2+
defaults.org=codebuilder
3+
defaults.project=codebuilder-app
4+
# Using SENTRY_AUTH_TOKEN environment variable

ios/CodeBuilderAdmin.xcodeproj/project.pbxproj

Lines changed: 38 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,36 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1110
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12-
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1311
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
14-
96905EF65AED1B983A6B3ABC /* libPods-CodeBuilderAdmin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-CodeBuilderAdmin.a */; };
15-
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
1612
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
17-
9402CA1043114A68B8848398 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 51E5A45327B84C44957AFD25 /* GoogleService-Info.plist */; };
18-
8BC2FE40403C4C5AB8F18B70 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A1D439DA5744BB7A167F9BF /* noop-file.swift */; };
13+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
14+
99FD25D0A80646699314948C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 13B07BB5734F4A8A93309726 /* GoogleService-Info.plist */; };
15+
F1B5B95C1F6F43A699D6BDC0 /* notification.aiff in Resources */ = {isa = PBXBuildFile; fileRef = 98503F276C5B43BFAE7613C5 /* notification.aiff */; };
1916
/* End PBXBuildFile section */
2017

2118
/* Begin PBXFileReference section */
2219
13B07F961A680F5B00A75B9A /* CodeBuilderAdmin.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeBuilderAdmin.app; sourceTree = BUILT_PRODUCTS_DIR; };
23-
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = CodeBuilderAdmin/AppDelegate.h; sourceTree = "<group>"; };
24-
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = CodeBuilderAdmin/AppDelegate.mm; sourceTree = "<group>"; };
2520
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = CodeBuilderAdmin/Images.xcassets; sourceTree = "<group>"; };
2621
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = CodeBuilderAdmin/Info.plist; sourceTree = "<group>"; };
27-
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = CodeBuilderAdmin/main.m; sourceTree = "<group>"; };
28-
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-CodeBuilderAdmin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-CodeBuilderAdmin.a"; sourceTree = BUILT_PRODUCTS_DIR; };
29-
6C2E3173556A471DD304B334 /* Pods-CodeBuilderAdmin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeBuilderAdmin.debug.xcconfig"; path = "Target Support Files/Pods-CodeBuilderAdmin/Pods-CodeBuilderAdmin.debug.xcconfig"; sourceTree = "<group>"; };
30-
7A4D352CD337FB3A3BF06240 /* Pods-CodeBuilderAdmin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeBuilderAdmin.release.xcconfig"; path = "Target Support Files/Pods-CodeBuilderAdmin/Pods-CodeBuilderAdmin.release.xcconfig"; sourceTree = "<group>"; };
3122
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = CodeBuilderAdmin/SplashScreen.storyboard; sourceTree = "<group>"; };
3223
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
3324
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
34-
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-CodeBuilderAdmin/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
35-
51E5A45327B84C44957AFD25 /* GoogleService-Info.plist */ = {isa = PBXFileReference; name = "GoogleService-Info.plist"; path = "CodeBuilderAdmin/GoogleService-Info.plist"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = text.plist.xml; explicitFileType = undefined; includeInIndex = 0; };
36-
4A1D439DA5744BB7A167F9BF /* noop-file.swift */ = {isa = PBXFileReference; name = "noop-file.swift"; path = "CodeBuilderAdmin/noop-file.swift"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.swift; explicitFileType = undefined; includeInIndex = 0; };
37-
0CF53DF0E2434033831E7265 /* CodeBuilderAdmin-Bridging-Header.h */ = {isa = PBXFileReference; name = "CodeBuilderAdmin-Bridging-Header.h"; path = "CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
25+
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = CodeBuilderAdmin/AppDelegate.swift; sourceTree = "<group>"; };
26+
F11748442D0722820044C1D9 /* CodeBuilderAdmin-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CodeBuilderAdmin-Bridging-Header.h"; path = "CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h"; sourceTree = "<group>"; };
27+
13B07BB5734F4A8A93309726 /* GoogleService-Info.plist */ = {isa = PBXFileReference; name = "GoogleService-Info.plist"; path = "CodeBuilderAdmin/GoogleService-Info.plist"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = text.plist.xml; explicitFileType = undefined; includeInIndex = 0; };
28+
98503F276C5B43BFAE7613C5 /* notification.aiff */ = {isa = PBXFileReference; name = "notification.aiff"; path = "CodeBuilderAdmin/notification.aiff"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
3829
/* End PBXFileReference section */
3930

4031
/* Begin PBXFrameworksBuildPhase section */
4132
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
4233
isa = PBXFrameworksBuildPhase;
4334
buildActionMask = 2147483647;
4435
files = (
45-
96905EF65AED1B983A6B3ABC /* libPods-CodeBuilderAdmin.a in Frameworks */,
4636
);
4737
runOnlyForDeploymentPostprocessing = 0;
4838
};
@@ -52,16 +42,14 @@
5242
13B07FAE1A68108700A75B9A /* CodeBuilderAdmin */ = {
5343
isa = PBXGroup;
5444
children = (
45+
F11748412D0307B40044C1D9 /* AppDelegate.swift */,
46+
F11748442D0722820044C1D9 /* CodeBuilderAdmin-Bridging-Header.h */,
5547
BB2F792B24A3F905000567C9 /* Supporting */,
56-
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
57-
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
5848
13B07FB51A68108700A75B9A /* Images.xcassets */,
5949
13B07FB61A68108700A75B9A /* Info.plist */,
60-
13B07FB71A68108700A75B9A /* main.m */,
6150
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
62-
51E5A45327B84C44957AFD25 /* GoogleService-Info.plist */,
63-
4A1D439DA5744BB7A167F9BF /* noop-file.swift */,
64-
0CF53DF0E2434033831E7265 /* CodeBuilderAdmin-Bridging-Header.h */,
51+
13B07BB5734F4A8A93309726 /* GoogleService-Info.plist */,
52+
98503F276C5B43BFAE7613C5 /* notification.aiff */,
6553
);
6654
name = CodeBuilderAdmin;
6755
sourceTree = "<group>";
@@ -70,7 +58,6 @@
7058
isa = PBXGroup;
7159
children = (
7260
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
73-
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-CodeBuilderAdmin.a */,
7461
);
7562
name = Frameworks;
7663
sourceTree = "<group>";
@@ -89,8 +76,6 @@
8976
832341AE1AAA6A7D00B99B32 /* Libraries */,
9077
83CBBA001A601CBA00E9B192 /* Products */,
9178
2D16E6871FA4F8E400B85C8A /* Frameworks */,
92-
D65327D7A22EEC0BE12398D9 /* Pods */,
93-
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
9479
);
9580
indentWidth = 2;
9681
sourceTree = "<group>";
@@ -105,14 +90,6 @@
10590
name = Products;
10691
sourceTree = "<group>";
10792
};
108-
92DBD88DE9BF7D494EA9DA96 /* CodeBuilderAdmin */ = {
109-
isa = PBXGroup;
110-
children = (
111-
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */,
112-
);
113-
name = CodeBuilderAdmin;
114-
sourceTree = "<group>";
115-
};
11693
BB2F792B24A3F905000567C9 /* Supporting */ = {
11794
isa = PBXGroup;
11895
children = (
@@ -122,23 +99,6 @@
12299
path = CodeBuilderAdmin/Supporting;
123100
sourceTree = "<group>";
124101
};
125-
D65327D7A22EEC0BE12398D9 /* Pods */ = {
126-
isa = PBXGroup;
127-
children = (
128-
6C2E3173556A471DD304B334 /* Pods-CodeBuilderAdmin.debug.xcconfig */,
129-
7A4D352CD337FB3A3BF06240 /* Pods-CodeBuilderAdmin.release.xcconfig */,
130-
);
131-
path = Pods;
132-
sourceTree = "<group>";
133-
};
134-
D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */ = {
135-
isa = PBXGroup;
136-
children = (
137-
92DBD88DE9BF7D494EA9DA96 /* CodeBuilderAdmin */,
138-
);
139-
name = ExpoModulesProviders;
140-
sourceTree = "<group>";
141-
};
142102
/* End PBXGroup section */
143103

144104
/* Begin PBXNativeTarget section */
@@ -152,7 +112,7 @@
152112
13B07F8E1A680F5B00A75B9A /* Resources */,
153113
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
154114
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
155-
A97CD427DA6B42D59C4AD67C /* Upload Debug Symbols to Sentry */,
115+
DD2CC158D0B64005865ED8DA /* Upload Debug Symbols to Sentry */,
156116
);
157117
buildRules = (
158118
);
@@ -202,8 +162,8 @@
202162
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
203163
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
204164
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
205-
9402CA1043114A68B8848398 /* GoogleService-Info.plist in Resources */,
206-
5A7B73075CD14899ADE39954 /* CodeBuilderAdmin-Bridging-Header.h in Resources */,
165+
99FD25D0A80646699314948C /* GoogleService-Info.plist in Resources */,
166+
F1B5B95C1F6F43A699D6BDC0 /* notification.aiff in Resources */,
207167
);
208168
runOnlyForDeploymentPostprocessing = 0;
209169
};
@@ -217,6 +177,8 @@
217177
files = (
218178
);
219179
inputPaths = (
180+
"$(SRCROOT)/.xcode.env",
181+
"$(SRCROOT)/.xcode.env.local",
220182
);
221183
name = "Bundle React Native code and images";
222184
outputPaths = (
@@ -269,7 +231,7 @@
269231
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CodeBuilderAdmin/Pods-CodeBuilderAdmin-resources.sh\"\n";
270232
showEnvVarsInLog = 0;
271233
};
272-
A97CD427DA6B42D59C4AD67C /* Upload Debug Symbols to Sentry */ = {
234+
DD2CC158D0B64005865ED8DA /* Upload Debug Symbols to Sentry */ = {
273235
isa = PBXShellScriptBuildPhase;
274236
buildActionMask = 2147483647;
275237
files = (
@@ -281,7 +243,7 @@
281243
outputPaths = (
282244
);
283245
shellPath = /bin/sh;
284-
shellScript = "/bin/sh ../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh";
246+
shellScript = "/bin/sh `${NODE_BINARY:-node} --print \"require('path').dirname(require.resolve('@sentry/react-native/package.json')) + '/scripts/sentry-xcode-debug-files.sh'\"`";
285247
};
286248
/* End PBXShellScriptBuildPhase section */
287249

@@ -290,10 +252,7 @@
290252
isa = PBXSourcesBuildPhase;
291253
buildActionMask = 2147483647;
292254
files = (
293-
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
294-
13B07FC11A68108700A75B9A /* main.m in Sources */,
295-
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
296-
8BC2FE40403C4C5AB8F18B70 /* noop-file.swift in Sources */,
255+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
297256
);
298257
runOnlyForDeploymentPostprocessing = 0;
299258
};
@@ -302,7 +261,6 @@
302261
/* Begin XCBuildConfiguration section */
303262
13B07F941A680F5B00A75B9A /* Debug */ = {
304263
isa = XCBuildConfiguration;
305-
baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-CodeBuilderAdmin.debug.xcconfig */;
306264
buildSettings = {
307265
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
308266
CLANG_ENABLE_MODULES = YES;
@@ -314,7 +272,10 @@
314272
);
315273
INFOPLIST_FILE = CodeBuilderAdmin/Info.plist;
316274
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
317-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
275+
LD_RUNPATH_SEARCH_PATHS = (
276+
"$(inherited)",
277+
"@executable_path/Frameworks",
278+
);
318279
MARKETING_VERSION = 1.0;
319280
OTHER_LDFLAGS = (
320281
"$(inherited)",
@@ -323,25 +284,27 @@
323284
);
324285
PRODUCT_BUNDLE_IDENTIFIER = "com.digitalnomad91.codebuilderadmin";
325286
PRODUCT_NAME = "CodeBuilderAdmin";
287+
SWIFT_OBJC_BRIDGING_HEADER = "CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h";
326288
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
327289
SWIFT_VERSION = 5.0;
328290
VERSIONING_SYSTEM = "apple-generic";
329291
TARGETED_DEVICE_FAMILY = "1,2";
330-
SWIFT_OBJC_BRIDGING_HEADER = CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h;
331292
CODE_SIGN_ENTITLEMENTS = CodeBuilderAdmin/CodeBuilderAdmin.entitlements;
332293
};
333294
name = Debug;
334295
};
335296
13B07F951A680F5B00A75B9A /* Release */ = {
336297
isa = XCBuildConfiguration;
337-
baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-CodeBuilderAdmin.release.xcconfig */;
338298
buildSettings = {
339299
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
340300
CLANG_ENABLE_MODULES = YES;
341301
CURRENT_PROJECT_VERSION = 1;
342302
INFOPLIST_FILE = CodeBuilderAdmin/Info.plist;
343303
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
344-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
304+
LD_RUNPATH_SEARCH_PATHS = (
305+
"$(inherited)",
306+
"@executable_path/Frameworks",
307+
);
345308
MARKETING_VERSION = 1.0;
346309
OTHER_LDFLAGS = (
347310
"$(inherited)",
@@ -350,10 +313,10 @@
350313
);
351314
PRODUCT_BUNDLE_IDENTIFIER = "com.digitalnomad91.codebuilderadmin";
352315
PRODUCT_NAME = "CodeBuilderAdmin";
316+
SWIFT_OBJC_BRIDGING_HEADER = "CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h";
353317
SWIFT_VERSION = 5.0;
354318
VERSIONING_SYSTEM = "apple-generic";
355319
TARGETED_DEVICE_FAMILY = "1,2";
356-
SWIFT_OBJC_BRIDGING_HEADER = CodeBuilderAdmin/CodeBuilderAdmin-Bridging-Header.h;
357320
CODE_SIGN_ENTITLEMENTS = CodeBuilderAdmin/CodeBuilderAdmin.entitlements;
358321
};
359322
name = Release;
@@ -406,7 +369,10 @@
406369
GCC_WARN_UNUSED_FUNCTION = YES;
407370
GCC_WARN_UNUSED_VARIABLE = YES;
408371
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
409-
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
372+
LD_RUNPATH_SEARCH_PATHS = (
373+
/usr/lib/swift,
374+
"$(inherited)",
375+
);
410376
LIBRARY_SEARCH_PATHS = "\"$(inherited)\"";
411377
MTL_ENABLE_DEBUG_INFO = YES;
412378
ONLY_ACTIVE_ARCH = YES;
@@ -455,7 +421,10 @@
455421
GCC_WARN_UNUSED_FUNCTION = YES;
456422
GCC_WARN_UNUSED_VARIABLE = YES;
457423
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
458-
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
424+
LD_RUNPATH_SEARCH_PATHS = (
425+
/usr/lib/swift,
426+
"$(inherited)",
427+
);
459428
LIBRARY_SEARCH_PATHS = "\"$(inherited)\"";
460429
MTL_ENABLE_DEBUG_INFO = NO;
461430
SDKROOT = iphoneos;

ios/CodeBuilderAdmin/AppDelegate.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)