diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-10-25 13:38:53 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-10-25 13:38:53 +0530 |
| commit | 315c90081ab2596d9bc87a73254946ef992f9f61 (patch) | |
| tree | 16397e72fba4fef726fec38d174eadc183c27795 /ios/OwynLauncherRewrite | |
| parent | 95e4f3b1c1774aeab4fda1df1896ac86d3d36c47 (diff) | |
| download | daft-launcher-315c90081ab2596d9bc87a73254946ef992f9f61.tar.gz daft-launcher-315c90081ab2596d9bc87a73254946ef992f9f61.zip | |
Diffstat (limited to 'ios/OwynLauncherRewrite')
| -rw-r--r-- | ios/OwynLauncherRewrite/AppDelegate.h | 6 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/AppDelegate.mm | 31 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/Images.xcassets/AppIcon.appiconset/Contents.json | 53 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/Images.xcassets/Contents.json | 6 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/Info.plist | 52 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/LaunchScreen.storyboard | 47 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy | 38 | ||||
| -rw-r--r-- | ios/OwynLauncherRewrite/main.m | 10 |
8 files changed, 0 insertions, 243 deletions
diff --git a/ios/OwynLauncherRewrite/AppDelegate.h b/ios/OwynLauncherRewrite/AppDelegate.h deleted file mode 100644 index 5d28082..0000000 --- a/ios/OwynLauncherRewrite/AppDelegate.h +++ /dev/null @@ -1,6 +0,0 @@ -#import <RCTAppDelegate.h> -#import <UIKit/UIKit.h> - -@interface AppDelegate : RCTAppDelegate - -@end diff --git a/ios/OwynLauncherRewrite/AppDelegate.mm b/ios/OwynLauncherRewrite/AppDelegate.mm deleted file mode 100644 index 8c3a5ca..0000000 --- a/ios/OwynLauncherRewrite/AppDelegate.mm +++ /dev/null @@ -1,31 +0,0 @@ -#import "AppDelegate.h" - -#import <React/RCTBundleURLProvider.h> - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - self.moduleName = @"OwynLauncherRewrite"; - // You can add your custom initial props in the dictionary below. - // They will be passed down to the ViewController used by React Native. - self.initialProps = @{}; - - return [super application:application didFinishLaunchingWithOptions:launchOptions]; -} - -- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge -{ - return [self bundleURL]; -} - -- (NSURL *)bundleURL -{ -#if DEBUG - return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; -#else - return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; -#endif -} - -@end diff --git a/ios/OwynLauncherRewrite/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/OwynLauncherRewrite/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 8121323..0000000 --- a/ios/OwynLauncherRewrite/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ios/OwynLauncherRewrite/Images.xcassets/Contents.json b/ios/OwynLauncherRewrite/Images.xcassets/Contents.json deleted file mode 100644 index 2d92bd5..0000000 --- a/ios/OwynLauncherRewrite/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/OwynLauncherRewrite/Info.plist b/ios/OwynLauncherRewrite/Info.plist deleted file mode 100644 index acc26b6..0000000 --- a/ios/OwynLauncherRewrite/Info.plist +++ /dev/null @@ -1,52 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleDisplayName</key> - <string>DaftLauncherRewrite</string> - <key>CFBundleExecutable</key> - <string>$(EXECUTABLE_NAME)</string> - <key>CFBundleIdentifier</key> - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>$(PRODUCT_NAME)</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>$(MARKETING_VERSION)</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>$(CURRENT_PROJECT_VERSION)</string> - <key>LSRequiresIPhoneOS</key> - <true/> - <key>NSAppTransportSecurity</key> - <dict> - <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! --> - <key>NSAllowsArbitraryLoads</key> - <false/> - <key>NSAllowsLocalNetworking</key> - <true/> - </dict> - <key>NSLocationWhenInUseUsageDescription</key> - <string></string> - <key>UILaunchStoryboardName</key> - <string>LaunchScreen</string> - <key>UIRequiredDeviceCapabilities</key> - <array> - <string>arm64</string> - </array> - <key>UISupportedInterfaceOrientations</key> - <array> - <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeLeft</string> - <string>UIInterfaceOrientationLandscapeRight</string> - </array> - <key>UIViewControllerBasedStatusBarAppearance</key> - <false/> -</dict> -</plist> diff --git a/ios/OwynLauncherRewrite/LaunchScreen.storyboard b/ios/OwynLauncherRewrite/LaunchScreen.storyboard deleted file mode 100644 index b1af712..0000000 --- a/ios/OwynLauncherRewrite/LaunchScreen.storyboard +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> - <device id="retina4_7" orientation="portrait" appearance="light"/> - <dependencies> - <deployment identifier="iOS"/> - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/> - <capability name="Safe area layout guides" minToolsVersion="9.0"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <scenes> - <!--View Controller--> - <scene sceneID="EHf-IW-A2E"> - <objects> - <viewController id="01J-lp-oVM" sceneMemberID="viewController"> - <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> - <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DaftLauncherRewrite" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb"> - <rect key="frame" x="0.0" y="202" width="375" height="43"/> - <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> - <nil key="highlightedColor"/> - </label> - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu"> - <rect key="frame" x="0.0" y="626" width="375" height="21"/> - <fontDescription key="fontDescription" type="system" pointSize="17"/> - <nil key="highlightedColor"/> - </label> - </subviews> - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> - <constraints> - <constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/> - <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/> - <constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/> - <constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/> - <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/> - <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/> - </constraints> - <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> - </view> - </viewController> - <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> - </objects> - <point key="canvasLocation" x="52.173913043478265" y="375"/> - </scene> - </scenes> -</document> diff --git a/ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy b/ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy deleted file mode 100644 index ef1896e..0000000 --- a/ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>NSPrivacyCollectedDataTypes</key> - <array> - </array> - <key>NSPrivacyAccessedAPITypes</key> - <array> - <dict> - <key>NSPrivacyAccessedAPIType</key> - <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> - <key>NSPrivacyAccessedAPITypeReasons</key> - <array> - <string>C617.1</string> - </array> - </dict> - <dict> - <key>NSPrivacyAccessedAPIType</key> - <string>NSPrivacyAccessedAPICategoryUserDefaults</string> - <key>NSPrivacyAccessedAPITypeReasons</key> - <array> - <string>CA92.1</string> - </array> - </dict> - <dict> - <key>NSPrivacyAccessedAPIType</key> - <string>NSPrivacyAccessedAPICategorySystemBootTime</string> - <key>NSPrivacyAccessedAPITypeReasons</key> - <array> - <string>35F9.1</string> - </array> - </dict> - </array> - <key>NSPrivacyTracking</key> - <false/> -</dict> -</plist> diff --git a/ios/OwynLauncherRewrite/main.m b/ios/OwynLauncherRewrite/main.m deleted file mode 100644 index d645c72..0000000 --- a/ios/OwynLauncherRewrite/main.m +++ /dev/null @@ -1,10 +0,0 @@ -#import <UIKit/UIKit.h> - -#import "AppDelegate.h" - -int main(int argc, char *argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} |
