Skip to content

Commit 86e5d83

Browse files
committed
Revert "Enable Always Embed Swift Standart Libraries"
This reverts commit 308c937.
1 parent aadd947 commit 86e5d83

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ios/InputMask/InputMask.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@
758758
8A808EE01D5B0FEC00A75B9C /* Debug */ = {
759759
isa = XCBuildConfiguration;
760760
buildSettings = {
761-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
762761
CLANG_ENABLE_MODULES = YES;
763762
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
764763
DEFINES_MODULE = YES;
@@ -780,7 +779,6 @@
780779
8A808EE11D5B0FEC00A75B9C /* Release */ = {
781780
isa = XCBuildConfiguration;
782781
buildSettings = {
783-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
784782
CLANG_ENABLE_MODULES = YES;
785783
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
786784
DEFINES_MODULE = YES;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-text-input-mask",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Text input mask for React Native.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)