Skip to content

Commit 3143110

Browse files
committed
chore: remove older non-swift loader
1 parent 6cfbc34 commit 3143110

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

example/ios/File.swift

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

example/ios/ReactNativeSketchCanvasExample-Bridging-Header.h

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

example/ios/ReactNativeSketchCanvasExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
0C80B921A6F3F58F76C31292 /* libPods-ReactNativeSketchCanvasExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-ReactNativeSketchCanvasExample.a */; };
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12-
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1312
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1413
ABAC10222DFCA3C5000E0B02 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABAC10212DFCA3BD000E0B02 /* AppDelegate.swift */; };
1514
E558B321036A9595997692B9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
@@ -18,7 +17,6 @@
1817
/* Begin PBXFileReference section */
1918
13B07F961A680F5B00A75B9A /* ReactNativeSketchCanvasExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeSketchCanvasExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2019
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSketchCanvasExample/Images.xcassets; sourceTree = "<group>"; };
21-
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ReactNativeSketchCanvasExample/main.m; sourceTree = "<group>"; };
2220
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSketchCanvasExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
2321
3B4392A12AC88292D35C810B /* Pods-ReactNativeSketchCanvasExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSketchCanvasExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample.debug.xcconfig"; sourceTree = "<group>"; };
2422
5709B34CF0A7D63546082F79 /* Pods-ReactNativeSketchCanvasExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSketchCanvasExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSketchCanvasExample/Pods-ReactNativeSketchCanvasExample.release.xcconfig"; sourceTree = "<group>"; };
@@ -46,7 +44,6 @@
4644
ABAC10212DFCA3BD000E0B02 /* AppDelegate.swift */,
4745
13B07FB51A68108700A75B9A /* Images.xcassets */,
4846
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
49-
13B07FB71A68108700A75B9A /* main.m */,
5047
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
5148
);
5249
name = ReactNativeSketchCanvasExample;
@@ -256,7 +253,6 @@
256253
buildActionMask = 2147483647;
257254
files = (
258255
ABAC10222DFCA3C5000E0B02 /* AppDelegate.swift in Sources */,
259-
13B07FC11A68108700A75B9A /* main.m in Sources */,
260256
);
261257
runOnlyForDeploymentPostprocessing = 0;
262258
};

0 commit comments

Comments
 (0)