Skip to content

Commit a1ca06f

Browse files
committed
project
1 parent 662456f commit a1ca06f

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

packages/default-storage/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ msbuild.binlog
1717
buck-out/
1818
\.buckd/
1919
*.keystore
20-
21-
20+
xcuserdata

packages/default-storage/ios/RNCAsyncStorage.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1990B97B223993B0009E5EA1 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */; };
1212
747102F0243FFB7400D4F466 /* RNCAsyncStorage.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */; };
1313
747102F1243FFB7400D4F466 /* RNCAsyncStorageDelegate.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */; };
14-
B3E7B58A1CC2AC0600A0062D /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */; };
14+
E29A30832BA9DF6000E66900 /* RNCAsyncStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = E29A30822BA9DF6000E66900 /* RNCAsyncStorage.mm */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXCopyFilesBuildPhase section */
@@ -32,7 +32,7 @@
3232
134814201AA4EA6300B7C361 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; };
3333
1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncStorageDelegate.h; sourceTree = "<group>"; };
3434
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCAsyncStorage.h; sourceTree = "<group>"; };
35-
B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCAsyncStorage.m; sourceTree = "<group>"; };
35+
E29A30822BA9DF6000E66900 /* RNCAsyncStorage.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RNCAsyncStorage.mm; sourceTree = "<group>"; };
3636
/* End PBXFileReference section */
3737

3838
/* Begin PBXFrameworksBuildPhase section */
@@ -58,7 +58,7 @@
5858
isa = PBXGroup;
5959
children = (
6060
B3E7B5881CC2AC0600A0062D /* RNCAsyncStorage.h */,
61-
B3E7B5891CC2AC0600A0062D /* RNCAsyncStorage.m */,
61+
E29A30822BA9DF6000E66900 /* RNCAsyncStorage.mm */,
6262
1990B9402233FE3A009E5EA1 /* RNCAsyncStorageDelegate.h */,
6363
134814211AA4EA7D00B7C361 /* Products */,
6464
);
@@ -134,7 +134,7 @@
134134
isa = PBXSourcesBuildPhase;
135135
buildActionMask = 2147483647;
136136
files = (
137-
B3E7B58A1CC2AC0600A0062D /* RNCAsyncStorage.m in Sources */,
137+
E29A30832BA9DF6000E66900 /* RNCAsyncStorage.mm in Sources */,
138138
);
139139
runOnlyForDeploymentPostprocessing = 0;
140140
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)