From 315c90081ab2596d9bc87a73254946ef992f9f61 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Oct 2024 13:38:53 +0530 Subject: Removed ios directory --- ios/OwynLauncherRewrite/AppDelegate.h | 6 --- ios/OwynLauncherRewrite/AppDelegate.mm | 31 ------------- .../AppIcon.appiconset/Contents.json | 53 ---------------------- .../Images.xcassets/Contents.json | 6 --- ios/OwynLauncherRewrite/Info.plist | 52 --------------------- ios/OwynLauncherRewrite/LaunchScreen.storyboard | 47 ------------------- ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy | 38 ---------------- ios/OwynLauncherRewrite/main.m | 10 ---- 8 files changed, 243 deletions(-) delete mode 100644 ios/OwynLauncherRewrite/AppDelegate.h delete mode 100644 ios/OwynLauncherRewrite/AppDelegate.mm delete mode 100644 ios/OwynLauncherRewrite/Images.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 ios/OwynLauncherRewrite/Images.xcassets/Contents.json delete mode 100644 ios/OwynLauncherRewrite/Info.plist delete mode 100644 ios/OwynLauncherRewrite/LaunchScreen.storyboard delete mode 100644 ios/OwynLauncherRewrite/PrivacyInfo.xcprivacy delete mode 100644 ios/OwynLauncherRewrite/main.m (limited to 'ios/OwynLauncherRewrite') 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 -#import - -@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 - -@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 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - DaftLauncherRewrite - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - LSRequiresIPhoneOS - - NSAppTransportSecurity - - - NSAllowsArbitraryLoads - - NSAllowsLocalNetworking - - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 @@ - - - - - NSPrivacyCollectedDataTypes - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategorySystemBootTime - NSPrivacyAccessedAPITypeReasons - - 35F9.1 - - - - NSPrivacyTracking - - - 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 - -#import "AppDelegate.h" - -int main(int argc, char *argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} -- cgit v1.3.1