|
14 | 14 | 66EA172F5A9F8B8D3B25F124 /* libPods-AwesomeApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99314255B28DA015CA9E78DA /* libPods-AwesomeApp.a */; };
|
15 | 15 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
16 | 16 | A3A4249C19A8DA8B362917C5 /* libPods-AwesomeApp-AwesomeAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 545EFEA5545C7B78668EE49C /* libPods-AwesomeApp-AwesomeAppTests.a */; };
|
17 |
| - CD35780927DA5BB60015DDA1 /* RCTCalendarModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CD35780827DA5BB60015DDA1 /* RCTCalendarModule.m */; }; |
18 |
| - CD35780A27DA5BB60015DDA1 /* RCTCalendarModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CD35780827DA5BB60015DDA1 /* RCTCalendarModule.m */; }; |
| 17 | + CD35780927DA5BB60015DDA1 /* RCTCalendarModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD35780827DA5BB60015DDA1 /* RCTCalendarModule.mm */; }; |
| 18 | + CD35780A27DA5BB60015DDA1 /* RCTCalendarModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD35780827DA5BB60015DDA1 /* RCTCalendarModule.mm */; }; |
19 | 19 | CD35780D27DA64630015DDA1 /* NativeCalendarModule.js in Resources */ = {isa = PBXBuildFile; fileRef = CD35780C27DA64630015DDA1 /* NativeCalendarModule.js */; };
|
20 | 20 | CD35780F27DA661D0015DDA1 /* CalendarModule.podspec in Resources */ = {isa = PBXBuildFile; fileRef = CD35780E27DA661D0015DDA1 /* CalendarModule.podspec */; };
|
| 21 | + CD35781127DA691B0015DDA1 /* CalendarModule in Resources */ = {isa = PBXBuildFile; fileRef = CD35781027DA691B0015DDA1 /* CalendarModule */; }; |
21 | 22 | /* End PBXBuildFile section */
|
22 | 23 |
|
23 | 24 | /* Begin PBXContainerItemProxy section */
|
|
46 | 47 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AwesomeApp/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
47 | 48 | 99314255B28DA015CA9E78DA /* libPods-AwesomeApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AwesomeApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
48 | 49 | CD35780727DA5B070015DDA1 /* RCTCalendarModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTCalendarModule.h; sourceTree = "<group>"; };
|
49 |
| - CD35780827DA5BB60015DDA1 /* RCTCalendarModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTCalendarModule.m; sourceTree = "<group>"; }; |
| 50 | + CD35780827DA5BB60015DDA1 /* RCTCalendarModule.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCalendarModule.mm; sourceTree = "<group>"; }; |
50 | 51 | CD35780C27DA64630015DDA1 /* NativeCalendarModule.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = NativeCalendarModule.js; sourceTree = "<group>"; };
|
51 | 52 | CD35780E27DA661D0015DDA1 /* CalendarModule.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = CalendarModule.podspec; sourceTree = "<group>"; };
|
| 53 | + CD35781027DA691B0015DDA1 /* CalendarModule */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CalendarModule; path = build/generated/ios/CalendarModule; sourceTree = "<group>"; }; |
52 | 54 | DB3D66F1E8C331413A6C8B5B /* Pods-AwesomeApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AwesomeApp.debug.xcconfig"; path = "Target Support Files/Pods-AwesomeApp/Pods-AwesomeApp.debug.xcconfig"; sourceTree = "<group>"; };
|
53 | 55 | E3E6FABEA70823814F58837F /* Pods-AwesomeApp-AwesomeAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AwesomeApp-AwesomeAppTests.release.xcconfig"; path = "Target Support Files/Pods-AwesomeApp-AwesomeAppTests/Pods-AwesomeApp-AwesomeAppTests.release.xcconfig"; sourceTree = "<group>"; };
|
54 | 56 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
95 | 97 | isa = PBXGroup;
|
96 | 98 | children = (
|
97 | 99 | CD35780627DA5AE20015DDA1 /* CalendarModule */,
|
| 100 | + CD35781027DA691B0015DDA1 /* CalendarModule */, |
98 | 101 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
99 | 102 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
|
100 | 103 | 13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
162 | 165 | children = (
|
163 | 166 | CD35780B27DA64520015DDA1 /* js */,
|
164 | 167 | CD35780727DA5B070015DDA1 /* RCTCalendarModule.h */,
|
165 |
| - CD35780827DA5BB60015DDA1 /* RCTCalendarModule.m */, |
| 168 | + CD35780827DA5BB60015DDA1 /* RCTCalendarModule.mm */, |
166 | 169 | CD35780E27DA661D0015DDA1 /* CalendarModule.podspec */,
|
167 | 170 | );
|
168 | 171 | name = CalendarModule;
|
|
275 | 278 | CD35780D27DA64630015DDA1 /* NativeCalendarModule.js in Resources */,
|
276 | 279 | CD35780F27DA661D0015DDA1 /* CalendarModule.podspec in Resources */,
|
277 | 280 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
| 281 | + CD35781127DA691B0015DDA1 /* CalendarModule in Resources */, |
278 | 282 | );
|
279 | 283 | runOnlyForDeploymentPostprocessing = 0;
|
280 | 284 | };
|
|
434 | 438 | buildActionMask = 2147483647;
|
435 | 439 | files = (
|
436 | 440 | 00E356F31AD99517003FC87E /* AwesomeAppTests.m in Sources */,
|
437 |
| - CD35780A27DA5BB60015DDA1 /* RCTCalendarModule.m in Sources */, |
| 441 | + CD35780A27DA5BB60015DDA1 /* RCTCalendarModule.mm in Sources */, |
438 | 442 | );
|
439 | 443 | runOnlyForDeploymentPostprocessing = 0;
|
440 | 444 | };
|
441 | 445 | 13B07F871A680F5B00A75B9A /* Sources */ = {
|
442 | 446 | isa = PBXSourcesBuildPhase;
|
443 | 447 | buildActionMask = 2147483647;
|
444 | 448 | files = (
|
445 |
| - CD35780927DA5BB60015DDA1 /* RCTCalendarModule.m in Sources */, |
| 449 | + CD35780927DA5BB60015DDA1 /* RCTCalendarModule.mm in Sources */, |
446 | 450 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
447 | 451 | 13B07FC11A68108700A75B9A /* main.mm in Sources */,
|
448 | 452 | );
|
|
0 commit comments