Skip to content

Commit

Permalink
- hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Jan 26, 2021
1 parent cbbc08e commit 1fb6605
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Example/ios/Example-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//

10 changes: 9 additions & 1 deletion Example/ios/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
3A87863AE18BCBD4C9E92190 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A1BF68F5D67B0CEA3E9CE31 /* Pods_Example.framework */; };
81612E5A25C01331007A8021 /* Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81612E5925C01331007A8021 /* Swift.swift */; };
816895DF250E0D1900643F29 /* sticker9.png in Resources */ = {isa = PBXBuildFile; fileRef = 816895D4250E0D1900643F29 /* sticker9.png */; };
816895E0250E0D1900643F29 /* sticker8.png in Resources */ = {isa = PBXBuildFile; fileRef = 816895D5250E0D1900643F29 /* sticker8.png */; };
816895E1250E0D1900643F29 /* sticker10.png in Resources */ = {isa = PBXBuildFile; fileRef = 816895D6250E0D1900643F29 /* sticker10.png */; };
Expand All @@ -34,6 +35,8 @@
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; };
528859A07D9BCE776D61B066 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
7A1BF68F5D67B0CEA3E9CE31 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
81612E5825C01331007A8021 /* Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Example-Bridging-Header.h"; sourceTree = "<group>"; };
81612E5925C01331007A8021 /* Swift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Swift.swift; path = Example/Swift.swift; sourceTree = "<group>"; };
816895D4250E0D1900643F29 /* sticker9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker9.png; sourceTree = "<group>"; };
816895D5250E0D1900643F29 /* sticker8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker8.png; sourceTree = "<group>"; };
816895D6250E0D1900643F29 /* sticker10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker10.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -71,6 +74,8 @@
13B07FB51A68108700A75B9A /* Images.xcassets */,
13B07FB61A68108700A75B9A /* Info.plist */,
13B07FB71A68108700A75B9A /* main.m */,
81612E5925C01331007A8021 /* Swift.swift */,
81612E5825C01331007A8021 /* Example-Bridging-Header.h */,
);
name = Example;
sourceTree = "<group>";
Expand Down Expand Up @@ -175,7 +180,7 @@
LastUpgradeCheck = 1130;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
LastSwiftMigration = 1120;
LastSwiftMigration = 1230;
};
};
};
Expand Down Expand Up @@ -322,6 +327,7 @@
buildActionMask = 2147483647;
files = (
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
81612E5A25C01331007A8021 /* Swift.swift in Sources */,
13B07FC11A68108700A75B9A /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -346,6 +352,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Example;
SWIFT_OBJC_BRIDGING_HEADER = "Example-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -368,6 +375,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Example;
SWIFT_OBJC_BRIDGING_HEADER = "Example-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
8 changes: 8 additions & 0 deletions Example/ios/Example/Swift.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// Swift.swift
// Example
//
// Created by Pranav Chauhan on 26/01/21.
//

import Foundation
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ As [@react-native-firebase documentation](https://rnfirebase.io/#allow-ios-stati
$RNFirebaseAsStaticFramework = true
```

### [__swift_FORCE_LOAD_$_swiftUniformTypeIdentifiers / __swift_FORCE_LOAD_$_swiftCoreMIDI](https://github.com/prscX/react-native-photo-editor/issues/171)

## ✨ Credits

- Android Photo Editor: [eventtus/photo-editor-android](https://github.com/eventtus/photo-editor-android)
Expand Down

0 comments on commit 1fb6605

Please sign in to comment.