|
@@ -8,6 +8,7 @@
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
10
|
10
|
260804DB1CE0D9D20094DBA1 /* RCCToolBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 260804DA1CE0D9D20094DBA1 /* RCCToolBar.m */; };
|
|
11
|
+ 261108801E6C495400BF5D98 /* UIViewController+Rotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2611087F1E6C495400BF5D98 /* UIViewController+Rotation.m */; };
|
11
|
12
|
26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */; };
|
12
|
13
|
CC84A19E1C1A0C4E00B3A6A2 /* RCCManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */; };
|
13
|
14
|
CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */; };
|
|
@@ -50,6 +51,8 @@
|
50
|
51
|
/* Begin PBXFileReference section */
|
51
|
52
|
260804D91CE0D9D20094DBA1 /* RCCToolBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCToolBar.h; sourceTree = "<group>"; };
|
52
|
53
|
260804DA1CE0D9D20094DBA1 /* RCCToolBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCToolBar.m; sourceTree = "<group>"; };
|
|
54
|
+ 2611087E1E6C495400BF5D98 /* UIViewController+Rotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Rotation.h"; path = "../UIViewController+Rotation.h"; sourceTree = "<group>"; };
|
|
55
|
+ 2611087F1E6C495400BF5D98 /* UIViewController+Rotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Rotation.m"; path = "../UIViewController+Rotation.m"; sourceTree = "<group>"; };
|
53
|
56
|
26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCTitleViewHelper.h; sourceTree = "<group>"; };
|
54
|
57
|
26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCTitleViewHelper.m; sourceTree = "<group>"; };
|
55
|
58
|
CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManager.h; sourceTree = "<group>"; };
|
|
@@ -227,6 +230,8 @@
|
227
|
230
|
D8D779951D04B7180050CFEA /* Helpers */ = {
|
228
|
231
|
isa = PBXGroup;
|
229
|
232
|
children = (
|
|
233
|
+ 2611087E1E6C495400BF5D98 /* UIViewController+Rotation.h */,
|
|
234
|
+ 2611087F1E6C495400BF5D98 /* UIViewController+Rotation.m */,
|
230
|
235
|
D8D779961D04B7180050CFEA /* RCTHelpers.h */,
|
231
|
236
|
D8D779971D04B7180050CFEA /* RCTHelpers.m */,
|
232
|
237
|
26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */,
|
|
@@ -312,6 +317,7 @@
|
312
|
317
|
CC84A1A21C1A0C4E00B3A6A2 /* RCCViewController.m in Sources */,
|
313
|
318
|
D85082E91CBCF54200FDB961 /* SidebarWunderlistAnimation.m in Sources */,
|
314
|
319
|
D85082E11CBCF54200FDB961 /* RCCDrawerHelper.m in Sources */,
|
|
320
|
+ 261108801E6C495400BF5D98 /* UIViewController+Rotation.m in Sources */,
|
315
|
321
|
D85082FE1CBCF8A800FDB961 /* MMDrawerVisualState.m in Sources */,
|
316
|
322
|
D85082FD1CBCF8A800FDB961 /* MMDrawerController.m in Sources */,
|
317
|
323
|
D85082E41CBCF54200FDB961 /* SidebarAnimation.m in Sources */,
|