Skip to content

Commit 4238e97

Browse files
author
Tautvilas
committed
fix(example): add RCTAnimation
1 parent 001537c commit 4238e97

File tree

2 files changed

+53
-43
lines changed

2 files changed

+53
-43
lines changed

example/ios/CalendarExample.xcodeproj/project.pbxproj

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2323
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2424
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
25+
5B0CF1861EC063D50086C9AC /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B0CF1831EC0638F0086C9AC /* libRCTAnimation.a */; };
2526
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
2627
E5CDB3081E70609A0068995C /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5CDB3071E7060710068995C /* libReactNativeNavigation.a */; };
27-
E5CDB31B1E7064450068995C /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5CDB3181E7064350068995C /* libRCTAnimation.a */; };
2828
/* End PBXBuildFile section */
2929

3030
/* Begin PBXContainerItemProxy section */
@@ -91,6 +91,20 @@
9191
remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
9292
remoteInfo = React;
9393
};
94+
5B0CF1821EC0638F0086C9AC /* PBXContainerItemProxy */ = {
95+
isa = PBXContainerItemProxy;
96+
containerPortal = 5B0CF17D1EC0638F0086C9AC /* RCTAnimation.xcodeproj */;
97+
proxyType = 2;
98+
remoteGlobalIDString = 134814201AA4EA6300B7C361;
99+
remoteInfo = RCTAnimation;
100+
};
101+
5B0CF1841EC0638F0086C9AC /* PBXContainerItemProxy */ = {
102+
isa = PBXContainerItemProxy;
103+
containerPortal = 5B0CF17D1EC0638F0086C9AC /* RCTAnimation.xcodeproj */;
104+
proxyType = 2;
105+
remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
106+
remoteInfo = "RCTAnimation-tvOS";
107+
};
94108
78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
95109
isa = PBXContainerItemProxy;
96110
containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
@@ -203,20 +217,6 @@
203217
remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
204218
remoteInfo = ReactNativeNavigation;
205219
};
206-
E5CDB3171E7064350068995C /* PBXContainerItemProxy */ = {
207-
isa = PBXContainerItemProxy;
208-
containerPortal = E5CDB3121E7064350068995C /* RCTAnimation.xcodeproj */;
209-
proxyType = 2;
210-
remoteGlobalIDString = 134814201AA4EA6300B7C361;
211-
remoteInfo = RCTAnimation;
212-
};
213-
E5CDB3191E7064350068995C /* PBXContainerItemProxy */ = {
214-
isa = PBXContainerItemProxy;
215-
containerPortal = E5CDB3121E7064350068995C /* RCTAnimation.xcodeproj */;
216-
proxyType = 2;
217-
remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
218-
remoteInfo = "RCTAnimation-tvOS";
219-
};
220220
/* End PBXContainerItemProxy section */
221221

222222
/* Begin PBXFileReference section */
@@ -239,10 +239,10 @@
239239
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = CalendarExample/Info.plist; sourceTree = "<group>"; };
240240
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = CalendarExample/main.m; sourceTree = "<group>"; };
241241
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
242+
5B0CF17D1EC0638F0086C9AC /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
242243
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
243244
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
244245
E5CDB2D11E7060710068995C /* ReactNativeNavigation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeNavigation.xcodeproj; path = "../node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj"; sourceTree = "<group>"; };
245-
E5CDB3121E7064350068995C /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "/Users/guyc/Documents/git/misc/rn/workspace1/wix-react-native-calendar/example/node_modules/react-native/Libraries/WebSocket/../NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<absolute>"; };
246246
/* End PBXFileReference section */
247247

248248
/* Begin PBXFrameworksBuildPhase section */
@@ -258,7 +258,7 @@
258258
isa = PBXFrameworksBuildPhase;
259259
buildActionMask = 2147483647;
260260
files = (
261-
E5CDB31B1E7064450068995C /* libRCTAnimation.a in Frameworks */,
261+
5B0CF1861EC063D50086C9AC /* libRCTAnimation.a in Frameworks */,
262262
E5CDB3081E70609A0068995C /* libReactNativeNavigation.a in Frameworks */,
263263
146834051AC3E58100842450 /* libReact.a in Frameworks */,
264264
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
@@ -382,6 +382,15 @@
382382
name = Products;
383383
sourceTree = "<group>";
384384
};
385+
5B0CF17E1EC0638F0086C9AC /* Products */ = {
386+
isa = PBXGroup;
387+
children = (
388+
5B0CF1831EC0638F0086C9AC /* libRCTAnimation.a */,
389+
5B0CF1851EC0638F0086C9AC /* libRCTAnimation-tvOS.a */,
390+
);
391+
name = Products;
392+
sourceTree = "<group>";
393+
};
385394
78C398B11ACF4ADC00677621 /* Products */ = {
386395
isa = PBXGroup;
387396
children = (
@@ -394,7 +403,7 @@
394403
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
395404
isa = PBXGroup;
396405
children = (
397-
E5CDB3121E7064350068995C /* RCTAnimation.xcodeproj */,
406+
5B0CF17D1EC0638F0086C9AC /* RCTAnimation.xcodeproj */,
398407
E5CDB2D11E7060710068995C /* ReactNativeNavigation.xcodeproj */,
399408
146833FF1AC3E56700842450 /* React.xcodeproj */,
400409
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
@@ -448,15 +457,6 @@
448457
name = Products;
449458
sourceTree = "<group>";
450459
};
451-
E5CDB3131E7064350068995C /* Products */ = {
452-
isa = PBXGroup;
453-
children = (
454-
E5CDB3181E7064350068995C /* libRCTAnimation.a */,
455-
E5CDB31A1E7064350068995C /* libRCTAnimation-tvOS.a */,
456-
);
457-
name = Products;
458-
sourceTree = "<group>";
459-
};
460460
/* End PBXGroup section */
461461

462462
/* Begin PBXNativeTarget section */
@@ -528,8 +528,8 @@
528528
ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
529529
},
530530
{
531-
ProductGroup = E5CDB3131E7064350068995C /* Products */;
532-
ProjectRef = E5CDB3121E7064350068995C /* RCTAnimation.xcodeproj */;
531+
ProductGroup = 5B0CF17E1EC0638F0086C9AC /* Products */;
532+
ProjectRef = 5B0CF17D1EC0638F0086C9AC /* RCTAnimation.xcodeproj */;
533533
},
534534
{
535535
ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
@@ -637,6 +637,20 @@
637637
remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
638638
sourceTree = BUILT_PRODUCTS_DIR;
639639
};
640+
5B0CF1831EC0638F0086C9AC /* libRCTAnimation.a */ = {
641+
isa = PBXReferenceProxy;
642+
fileType = archive.ar;
643+
path = libRCTAnimation.a;
644+
remoteRef = 5B0CF1821EC0638F0086C9AC /* PBXContainerItemProxy */;
645+
sourceTree = BUILT_PRODUCTS_DIR;
646+
};
647+
5B0CF1851EC0638F0086C9AC /* libRCTAnimation-tvOS.a */ = {
648+
isa = PBXReferenceProxy;
649+
fileType = archive.ar;
650+
path = "libRCTAnimation-tvOS.a";
651+
remoteRef = 5B0CF1841EC0638F0086C9AC /* PBXContainerItemProxy */;
652+
sourceTree = BUILT_PRODUCTS_DIR;
653+
};
640654
78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
641655
isa = PBXReferenceProxy;
642656
fileType = archive.ar;
@@ -749,20 +763,6 @@
749763
remoteRef = E5CDB3061E7060710068995C /* PBXContainerItemProxy */;
750764
sourceTree = BUILT_PRODUCTS_DIR;
751765
};
752-
E5CDB3181E7064350068995C /* libRCTAnimation.a */ = {
753-
isa = PBXReferenceProxy;
754-
fileType = archive.ar;
755-
path = libRCTAnimation.a;
756-
remoteRef = E5CDB3171E7064350068995C /* PBXContainerItemProxy */;
757-
sourceTree = BUILT_PRODUCTS_DIR;
758-
};
759-
E5CDB31A1E7064350068995C /* libRCTAnimation-tvOS.a */ = {
760-
isa = PBXReferenceProxy;
761-
fileType = archive.ar;
762-
path = "libRCTAnimation-tvOS.a";
763-
remoteRef = E5CDB3191E7064350068995C /* PBXContainerItemProxy */;
764-
sourceTree = BUILT_PRODUCTS_DIR;
765-
};
766766
/* End PBXReferenceProxy section */
767767

768768
/* Begin PBXResourcesBuildPhase section */

example/ios/CalendarExample/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"idiom" : "iphone",
515
"size" : "29x29",

0 commit comments

Comments
 (0)