Skip to content

Commit 6212d4e

Browse files
author
Pavlo Aksonov
committed
fix Example
1 parent 38d4ff0 commit 6212d4e

File tree

14 files changed

+14
-135
lines changed

14 files changed

+14
-135
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ RCTSVG.xcodeproj/xcuserdata
33
RCTSVG.xcodeproj/project.xcworkspace
44

55
.npm-debug.log
6+
.DS_Store

RCTTableView.xcodeproj/project.xcworkspace/xcshareddata/RCTTableView.xccheckout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<string>https://github.com/aksonov/react-native-tableview.git</string>
1515
</dict>
1616
<key>IDESourceControlProjectPath</key>
17-
<string>examples/TableViewDemo/node_modules/react-native-tableview/RCTTableView.xcodeproj</string>
17+
<string>RCTTableView.xcodeproj</string>
1818
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
1919
<dict>
2020
<key>315E056E8429F8CF8B34998964C5F52485938FC8</key>
21-
<string>../../../../../..</string>
21+
<string>../..</string>
2222
</dict>
2323
<key>IDESourceControlProjectURL</key>
2424
<string>https://github.com/aksonov/react-native-tableview.git</string>

RCTTableView.xcodeproj/xcuserdata/aksonov.xcuserdatad/xcschemes/RCTSvg.xcscheme renamed to RCTTableView.xcodeproj/xcuserdata/aksonov.xcuserdatad/xcschemes/RCTTableView.xcscheme

File renamed without changes.

RCTTableView.xcodeproj/xcuserdata/aksonov.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>RCTSvg.xcscheme</key>
7+
<key>RCTTableView.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>1</integer>

examples/.DS_Store

-8 KB
Binary file not shown.

examples/TableViewDemo/.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/TableViewDemo/TableViewDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
"$(inherited)",
516516
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
517517
"$(SRCROOT)/node_modules/react-native/React/**",
518-
"$(SRCROOT)/node_modules/react-native-tableview/**",
518+
"$(SRCROOT)/node_modules/react-native-tableview",
519519
);
520520
INFOPLIST_FILE = iOS/Info.plist;
521521
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -532,7 +532,7 @@
532532
"$(inherited)",
533533
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
534534
"$(SRCROOT)/node_modules/react-native/React/**",
535-
"$(SRCROOT)/node_modules/react-native-tableview/**",
535+
"$(SRCROOT)/node_modules/react-native-tableview",
536536
);
537537
INFOPLIST_FILE = iOS/Info.plist;
538538
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

examples/TableViewDemo/components/ContactList.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)