Implement structural updates to the codebase with no functional changes

This commit is contained in:
2025-12-15 23:50:58 +05:30
parent a9efdccaed
commit 2fc8e0f82c
4 changed files with 2798 additions and 15 deletions

View File

@@ -7,29 +7,30 @@
objects = {
/* Begin PBXBuildFile section */
028DCFBD5C2D4A61AC400444 /* Gilroy-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3279BDA3B7CD4FD387291FE9 /* Gilroy-Bold.ttf */; };
0C80B921A6F3F58F76C31292 /* libPods-LynkedUpPro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-LynkedUpPro.a */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
393481C29628A18874FC8F04 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
028DCFBD5C2D4A61AC400444 /* Gilroy-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3279BDA3B7CD4FD387291FE9 /* Gilroy-Bold.ttf */; };
F2C66068A3EB498DB8DE519F /* Gilroy-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 81A4EC19CD3949FBA95B1C05 /* Gilroy-Regular.ttf */; };
7E0F78E2BBB347D184948BFA /* Gilroy-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00E8E7943DA44F86B055871C /* Gilroy-SemiBold.ttf */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
F2C66068A3EB498DB8DE519F /* Gilroy-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 81A4EC19CD3949FBA95B1C05 /* Gilroy-Regular.ttf */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
00E8E7943DA44F86B055871C /* Gilroy-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-SemiBold.ttf"; path = "../assets/fonts/Gilroy-SemiBold.ttf"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* LynkedUpPro.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LynkedUpPro.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = LynkedUpPro/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = LynkedUpPro/Info.plist; sourceTree = "<group>"; };
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = LynkedUpPro/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3279BDA3B7CD4FD387291FE9 /* Gilroy-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Bold.ttf"; path = "../assets/fonts/Gilroy-Bold.ttf"; sourceTree = "<group>"; };
3B4392A12AC88292D35C810B /* Pods-LynkedUpPro.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LynkedUpPro.debug.xcconfig"; path = "Target Support Files/Pods-LynkedUpPro/Pods-LynkedUpPro.debug.xcconfig"; sourceTree = "<group>"; };
5709B34CF0A7D63546082F79 /* Pods-LynkedUpPro.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LynkedUpPro.release.xcconfig"; path = "Target Support Files/Pods-LynkedUpPro/Pods-LynkedUpPro.release.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-LynkedUpPro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LynkedUpPro.a"; sourceTree = BUILT_PRODUCTS_DIR; };
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = LynkedUpPro/AppDelegate.swift; sourceTree = "<group>"; };
81A4EC19CD3949FBA95B1C05 /* Gilroy-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Regular.ttf"; path = "../assets/fonts/Gilroy-Regular.ttf"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = LynkedUpPro/LaunchScreen.storyboard; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3279BDA3B7CD4FD387291FE9 /* Gilroy-Bold.ttf */ = {isa = PBXFileReference; name = "Gilroy-Bold.ttf"; path = "../assets/fonts/Gilroy-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
81A4EC19CD3949FBA95B1C05 /* Gilroy-Regular.ttf */ = {isa = PBXFileReference; name = "Gilroy-Regular.ttf"; path = "../assets/fonts/Gilroy-Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
00E8E7943DA44F86B055871C /* Gilroy-SemiBold.ttf */ = {isa = PBXFileReference; name = "Gilroy-SemiBold.ttf"; path = "../assets/fonts/Gilroy-SemiBold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -105,15 +106,15 @@
sourceTree = "<group>";
};
E0759812679E4780BA58D612 /* Resources */ = {
isa = "PBXGroup";
isa = PBXGroup;
children = (
3279BDA3B7CD4FD387291FE9 /* Gilroy-Bold.ttf */,
81A4EC19CD3949FBA95B1C05 /* Gilroy-Regular.ttf */,
00E8E7943DA44F86B055871C /* Gilroy-SemiBold.ttf */,
);
name = Resources;
sourceTree = "<group>";
path = "";
sourceTree = "<group>";
};
/* End PBXGroup section */
@@ -180,6 +181,7 @@
028DCFBD5C2D4A61AC400444 /* Gilroy-Bold.ttf in Resources */,
F2C66068A3EB498DB8DE519F /* Gilroy-Regular.ttf in Resources */,
7E0F78E2BBB347D184948BFA /* Gilroy-SemiBold.ttf in Resources */,
393481C29628A18874FC8F04 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -395,7 +397,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
USE_HERMES = true;
};
name = Debug;
};
@@ -460,7 +465,9 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
VALIDATE_PRODUCT = YES;
};
name = Release;

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:LynkedUpPro.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -34,7 +34,15 @@
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<string></string>
<key>RCTNewArchEnabled</key>
<true/>
<key>UIAppFonts</key>
<array>
<string>Gilroy-Bold.ttf</string>
<string>Gilroy-Regular.ttf</string>
<string>Gilroy-SemiBold.ttf</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -49,11 +57,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIAppFonts</key>
<array>
<string>Gilroy-Bold.ttf</string>
<string>Gilroy-Regular.ttf</string>
<string>Gilroy-SemiBold.ttf</string>
</array>
</dict>
</plist>

2764
ios/Podfile.lock Normal file

File diff suppressed because it is too large Load Diff