trying to build
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
96905EF65AED1B983A6B3ABC /* libPods-fuse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-fuse.a */; };
|
||||
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
||||
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
||||
A6F8C5E674F54E3080EA7C5D /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D882031E38496E953EFCD5 /* noop-file.swift */; };
|
||||
0C35508A14C5462B9F1A4792 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD65ED5174F94A6B93031F4A /* noop-file.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@ -31,8 +31,8 @@
|
||||
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
||||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
||||
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-fuse/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
||||
B7D882031E38496E953EFCD5 /* noop-file.swift */ = {isa = PBXFileReference; name = "noop-file.swift"; path = "fuse/noop-file.swift"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.swift; explicitFileType = undefined; includeInIndex = 0; };
|
||||
430C83F8509E428D8B4F1476 /* fuse-Bridging-Header.h */ = {isa = PBXFileReference; name = "fuse-Bridging-Header.h"; path = "fuse/fuse-Bridging-Header.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
|
||||
AD65ED5174F94A6B93031F4A /* noop-file.swift */ = {isa = PBXFileReference; name = "noop-file.swift"; path = "fuse/noop-file.swift"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.swift; explicitFileType = undefined; includeInIndex = 0; };
|
||||
83961C831551455B9039965F /* fuse-Bridging-Header.h */ = {isa = PBXFileReference; name = "fuse-Bridging-Header.h"; path = "fuse/fuse-Bridging-Header.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -57,8 +57,8 @@
|
||||
13B07FB61A68108700A75B9A /* Info.plist */,
|
||||
13B07FB71A68108700A75B9A /* main.m */,
|
||||
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
||||
B7D882031E38496E953EFCD5 /* noop-file.swift */,
|
||||
430C83F8509E428D8B4F1476 /* fuse-Bridging-Header.h */,
|
||||
AD65ED5174F94A6B93031F4A /* noop-file.swift */,
|
||||
83961C831551455B9039965F /* fuse-Bridging-Header.h */,
|
||||
);
|
||||
name = fuse;
|
||||
sourceTree = "<group>";
|
||||
@ -198,7 +198,7 @@
|
||||
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
||||
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
||||
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
||||
FAC3CD100B4C46FD95BDE9C0 /* fuse-Bridging-Header.h in Resources */,
|
||||
4F8BA897CA5D4A20A9D32F11 /* fuse-Bridging-Header.h in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -274,7 +274,7 @@
|
||||
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
||||
13B07FC11A68108700A75B9A /* main.m in Sources */,
|
||||
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
||||
A6F8C5E674F54E3080EA7C5D /* noop-file.swift in Sources */,
|
||||
0C35508A14C5462B9F1A4792 /* noop-file.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user