diff --git a/ReactNativeClient/android/app/src/main/assets/fonts/Feather.ttf b/ReactNativeClient/android/app/src/main/assets/fonts/Feather.ttf
old mode 100644
new mode 100755
diff --git a/ReactNativeClient/index.js b/ReactNativeClient/index.js
new file mode 100644
index 0000000000..7d03ea719b
--- /dev/null
+++ b/ReactNativeClient/index.js
@@ -0,0 +1,51 @@
+const { main } = require('./main.js');
+
+main();
+
+// const React = require('react'); const Component = React.Component;
+// import {
+// AppRegistry,
+// StyleSheet,
+// Text,
+// View
+// } from 'react-native';
+
+// module.exports = default class Joplin extends Component {;
+// render() {
+// return (
+//
+//
+// Welcome to React Native!
+//
+//
+// To get started, edit index.ios.js
+//
+//
+// Press Cmd+R to reload,{'\n'}
+// Cmd+D or shake for dev menu
+//
+//
+// );
+// }
+// }
+
+// const styles = StyleSheet.create({
+// container: {
+// flex: 1,
+// justifyContent: 'center',
+// alignItems: 'center',
+// backgroundColor: '#F5FCFF',
+// },
+// welcome: {
+// fontSize: 20,
+// textAlign: 'center',
+// margin: 10,
+// },
+// instructions: {
+// textAlign: 'center',
+// color: '#333333',
+// marginBottom: 5,
+// },
+// });
+
+// AppRegistry.registerComponent('Joplin', () => Joplin);
diff --git a/ReactNativeClient/ios/AwesomeProject-tvOS/Info.plist b/ReactNativeClient/ios/Joplin-tvOS/Info.plist
similarity index 100%
rename from ReactNativeClient/ios/AwesomeProject-tvOS/Info.plist
rename to ReactNativeClient/ios/Joplin-tvOS/Info.plist
diff --git a/ReactNativeClient/ios/AwesomeProject-tvOSTests/Info.plist b/ReactNativeClient/ios/Joplin-tvOSTests/Info.plist
similarity index 100%
rename from ReactNativeClient/ios/AwesomeProject-tvOSTests/Info.plist
rename to ReactNativeClient/ios/Joplin-tvOSTests/Info.plist
diff --git a/ReactNativeClient/ios/AwesomeProject.xcodeproj/project.pbxproj b/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj
similarity index 62%
rename from ReactNativeClient/ios/AwesomeProject.xcodeproj/project.pbxproj
rename to ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj
index bb9837ed24..3b015d55e5 100644
--- a/ReactNativeClient/ios/AwesomeProject.xcodeproj/project.pbxproj
+++ b/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj
@@ -5,13 +5,15 @@
};
objectVersion = 46;
objects = {
+
/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
- 00E356F31AD99517003FC87E /* AwesomeProjectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* AwesomeProjectTests.m */; };
+ 00E356F31AD99517003FC87E /* JoplinTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* JoplinTests.m */; };
+ 0DAD2E67F6A14BDC8250B927 /* libRNDocumentPicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 82214D3345D846709A314868 /* libRNDocumentPicker.a */; };
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
@@ -21,37 +23,38 @@
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
+ 1E71C4672AEC47CE94DFF507 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FD370E24D76E461D960DD85D /* Feather.ttf */; };
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
- 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */; };
+ 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; };
2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; };
2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; };
2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; };
2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; };
2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; };
- 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
- 2DCD954D1E0B4F2C00145EB5 /* AwesomeProjectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* AwesomeProjectTests.m */; };
+ 2D02E4C91E0B4AEC006451C7 /* libReact-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */; };
+ 2DCD954D1E0B4F2C00145EB5 /* JoplinTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* JoplinTests.m */; };
+ 350318CF7C9E4BD68821EBE9 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FF411B45E68B4A8CBCC35777 /* Ionicons.ttf */; };
+ 5AFCE00CC1414FE6BD618F0D /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 15FD7D2C8F0A445BBA807A9D /* MaterialIcons.ttf */; };
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
+ 725A77EC604947A0AFF12C2B /* libRNFetchBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5E37D05726A4A08B2EE323A /* libRNFetchBlob.a */; };
+ 73F8D08845494D1396B6CD0B /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1F79F2CD7CED446B986A6252 /* Entypo.ttf */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
- EA51DDC9EBFC469F8214B3AD /* libRNFS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E646D13B9444DE81EC441D /* libRNFS.a */; };
- 628436ED66784ABE86A775AE /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B8E2583D2B6447DB35F295C /* libRCTImageResizer.a */; };
- 07D2C9309DC34FA8A4F2B9B0 /* libRNDocumentPicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B227F8B0AFC4FA8BC9D7177 /* libRNDocumentPicker.a */; };
- 7E5B60CD1D414BD1B83F524C /* libRNFetchBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 45615BC3EAEC4F5E947ACECD /* libRNFetchBlob.a */; };
- 3E336653B27B4DF9B68CC5E3 /* libSQLite.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D1B4757E884C47C3A7B74CEA /* libSQLite.a */; };
- D7AA1BCE6BE84D04B69504EF /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6F3731DA3CC417DA0E18656 /* libRNVectorIcons.a */; };
- 01EACB536FDD4967ADFF2B7C /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 604048D7F6724E8AB60009B5 /* Entypo.ttf */; };
- 102D53C0C5734A77BD865EF8 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6451E6787D7A4939B0940789 /* EvilIcons.ttf */; };
- 0807A4C43422465BB101771F /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F07C38C6F4054355A8FCE69C /* Feather.ttf */; };
- 2325D11979804EF99B6E9774 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5482D9B65D004A999B98225D /* FontAwesome.ttf */; };
- FC789F6FC7984B2188ACD995 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8E9EC15CD314D6CAFF8F52C /* Foundation.ttf */; };
- 8EE0EE4DDF6E425EB055CB89 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B5F07FDA04104B999417FFD7 /* Ionicons.ttf */; };
- 00CC3677770C4718B50F241E /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8E6BF6E4F708428389305CDE /* MaterialCommunityIcons.ttf */; };
- 43D04553CC674D29982E596F /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F8EF22D6D262439988C3ABE7 /* MaterialIcons.ttf */; };
- 1AC1F0AA04454020908EE717 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 14A2F14FF2484F0FAC53165D /* Octicons.ttf */; };
- 97B44363F4A84FA286FA6835 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0F8BE100EDD24484A87C58C5 /* SimpleLineIcons.ttf */; };
- 222B80D34F3C495D9CA5DFAB /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 07CC5BD28300490FBCF2F6D7 /* Zocial.ttf */; };
+ 929CA5ABC80E4D398AFC4E44 /* libSQLite.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 87BABCF4ED0A406B9546CCE9 /* libSQLite.a */; };
+ A47605BC216B4DB3B3C2ED42 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E2638D52624B477FABB52B8F /* FontAwesome.ttf */; };
+ A6F5DFAC928B4DBCADFB5D65 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3FFC0F5EFDC54862B1F998DD /* Foundation.ttf */; };
+ AA484D3B3E0F4588A7687313 /* libRNFS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F098E1ACCB594C828C851A57 /* libRNFS.a */; };
+ ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
+ AE6BB3A2FDA34D01864A721A /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 381C047F2739439CB3E6452A /* libRNVectorIcons.a */; };
+ AE98927FE9BF483FB24D229F /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 508DD20D1EA341CA8F730F22 /* libRCTImageResizer.a */; };
+ C8DD987A30F740F1B8EF6D3D /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CC3CF4044A914711B8D30D1A /* Zocial.ttf */; };
+ E75DD6E04D0441D5BF8EB841 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C77F905EF22646F39B673572 /* MaterialCommunityIcons.ttf */; };
+ E8DD8252C0DD4CF1B53590E9 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 69B8EE98BFBC4AABA4885BB0 /* SimpleLineIcons.ttf */; };
+ EA501DCDCF4745E9B63ECE98 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7D46CBDF8846409890AD7A84 /* Octicons.ttf */; };
+ EC11356C90E9419799A2626F /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 51BCEC3BC28046C8BB19531F /* EvilIcons.ttf */; };
+ FBF57CE2F0F448FA9A8985E2 /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EB8BCAEA9AA41CAAE460443 /* libsqlite3.0.tbd */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -95,7 +98,7 @@
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
- remoteInfo = AwesomeProject;
+ remoteInfo = Joplin;
};
139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
@@ -123,7 +126,7 @@
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
- remoteInfo = "AwesomeProject-tvOS";
+ remoteInfo = "Joplin-tvOS";
};
3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
@@ -216,6 +219,76 @@
remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4;
remoteInfo = "jschelpers-tvOS";
};
+ 4D2A85971FBCE3AC0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = ADD01A681E09402E00F6D226;
+ remoteInfo = "RCTBlob-tvOS";
+ };
+ 4D2A85A91FBCE3AC0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 3DBE0D001F3B181A0099AA32;
+ remoteInfo = fishhook;
+ };
+ 4D2A85AB1FBCE3AC0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32;
+ remoteInfo = "fishhook-tvOS";
+ };
+ 4D2A85BA1FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = DF1C50EBC11E46A3AF87F80A /* RCTImageResizer.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 5D72D2E81C16249000E22EC1;
+ remoteInfo = RCTImageResizer;
+ };
+ 4D2A85BD1FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 02C42EA98156482DB00BF86D /* RNDocumentPicker.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = E01DD9DB1D2311A600C39062;
+ remoteInfo = RNDocumentPicker;
+ };
+ 4D2A85C01FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = B8C44254005A4B80AD5CA558 /* RNFetchBlob.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = A15C300E1CD25C330074CB35;
+ remoteInfo = RNFetchBlob;
+ };
+ 4D2A85C41FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 9D8705D0D07C4A098FD912EB /* RNFS.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = F12AFB9B1ADAF8F800E0535D;
+ remoteInfo = RNFS;
+ };
+ 4D2A85C61FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 9D8705D0D07C4A098FD912EB /* RNFS.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 6456441F1EB8DA9100672408;
+ remoteInfo = "RNFS-tvOS";
+ };
+ 4D2A85C91FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 711CBD21F0894B83A2D8E234 /* RNVectorIcons.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
+ remoteInfo = RNVectorIcons;
+ };
+ 4D2A85CC1FBCE3AD0028537D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = CCDE9E9AF09B45F391B1C2AF /* SQLite.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = E23D7B471ACEFE2A00C59171;
+ remoteInfo = SQLite;
+ };
5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
@@ -244,6 +317,13 @@
remoteGlobalIDString = 58B5119B1A9E6C1200147676;
remoteInfo = RCTText;
};
+ ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
+ remoteInfo = RCTBlob;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -253,47 +333,49 @@
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; };
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; };
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; };
- 00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AwesomeProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 00E356EE1AD99517003FC87E /* JoplinTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JoplinTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- 00E356F21AD99517003FC87E /* AwesomeProjectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AwesomeProjectTests.m; sourceTree = ""; };
+ 00E356F21AD99517003FC87E /* JoplinTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JoplinTests.m; sourceTree = ""; };
+ 02C42EA98156482DB00BF86D /* RNDocumentPicker.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNDocumentPicker.xcodeproj; path = "../node_modules/react-native-document-picker/ios/RNDocumentPicker.xcodeproj"; sourceTree = ""; };
+ 0EB8BCAEA9AA41CAAE460443 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; };
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; };
- 13B07F961A680F5B00A75B9A /* AwesomeProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AwesomeProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = AwesomeProject/AppDelegate.h; sourceTree = ""; };
- 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = AwesomeProject/AppDelegate.m; sourceTree = ""; };
+ 13B07F961A680F5B00A75B9A /* Joplin.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Joplin.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Joplin/AppDelegate.h; sourceTree = ""; };
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Joplin/AppDelegate.m; sourceTree = ""; };
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; };
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AwesomeProject/Images.xcassets; sourceTree = ""; };
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AwesomeProject/Info.plist; sourceTree = ""; };
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AwesomeProject/main.m; sourceTree = ""; };
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Joplin/Images.xcassets; sourceTree = ""; };
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Joplin/Info.plist; sourceTree = ""; };
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Joplin/main.m; sourceTree = ""; };
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; };
- 2D02E47B1E0B4A5D006451C7 /* AwesomeProject-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AwesomeProject-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- 2D02E4901E0B4A5D006451C7 /* AwesomeProject-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AwesomeProject-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 15FD7D2C8F0A445BBA807A9D /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; };
+ 1F79F2CD7CED446B986A6252 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; };
+ 2D02E47B1E0B4A5D006451C7 /* Joplin-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Joplin-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2D02E4901E0B4A5D006451C7 /* Joplin-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Joplin-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 381C047F2739439CB3E6452A /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = ""; };
+ 3FFC0F5EFDC54862B1F998DD /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; };
+ 508DD20D1EA341CA8F730F22 /* libRCTImageResizer.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTImageResizer.a; sourceTree = ""; };
+ 51BCEC3BC28046C8BB19531F /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; };
+ 69B8EE98BFBC4AABA4885BB0 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; };
+ 711CBD21F0894B83A2D8E234 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; };
+ 7D46CBDF8846409890AD7A84 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; };
+ 82214D3345D846709A314868 /* libRNDocumentPicker.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNDocumentPicker.a; sourceTree = ""; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; };
- 8C2AA97067234408AD5BFD90 /* RNFS.xcodeproj */ = {isa = PBXFileReference; name = "RNFS.xcodeproj"; path = "../node_modules/react-native-fs/RNFS.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- A8E646D13B9444DE81EC441D /* libRNFS.a */ = {isa = PBXFileReference; name = "libRNFS.a"; path = "libRNFS.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- 8FB22B82988847ED8E7C0976 /* RCTImageResizer.xcodeproj */ = {isa = PBXFileReference; name = "RCTImageResizer.xcodeproj"; path = "../node_modules/react-native-image-resizer/ios/RCTImageResizer.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- 9B8E2583D2B6447DB35F295C /* libRCTImageResizer.a */ = {isa = PBXFileReference; name = "libRCTImageResizer.a"; path = "libRCTImageResizer.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- 9A76264FC62545F8B7526FB4 /* RNDocumentPicker.xcodeproj */ = {isa = PBXFileReference; name = "RNDocumentPicker.xcodeproj"; path = "../node_modules/react-native-document-picker/ios/RNDocumentPicker.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- 2B227F8B0AFC4FA8BC9D7177 /* libRNDocumentPicker.a */ = {isa = PBXFileReference; name = "libRNDocumentPicker.a"; path = "libRNDocumentPicker.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- 750D2094BD354714A6A2ED6F /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; name = "RNFetchBlob.xcodeproj"; path = "../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- 45615BC3EAEC4F5E947ACECD /* libRNFetchBlob.a */ = {isa = PBXFileReference; name = "libRNFetchBlob.a"; path = "libRNFetchBlob.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- 005F57EA6E7540AEB142159D /* SQLite.xcodeproj */ = {isa = PBXFileReference; name = "SQLite.xcodeproj"; path = "../node_modules/react-native-sqlite-storage/src/ios/SQLite.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- D1B4757E884C47C3A7B74CEA /* libSQLite.a */ = {isa = PBXFileReference; name = "libSQLite.a"; path = "libSQLite.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- C1BD944C7223406EB689EA10 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; name = "RNVectorIcons.xcodeproj"; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
- E6F3731DA3CC417DA0E18656 /* libRNVectorIcons.a */ = {isa = PBXFileReference; name = "libRNVectorIcons.a"; path = "libRNVectorIcons.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
- 604048D7F6724E8AB60009B5 /* Entypo.ttf */ = {isa = PBXFileReference; name = "Entypo.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 6451E6787D7A4939B0940789 /* EvilIcons.ttf */ = {isa = PBXFileReference; name = "EvilIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- F07C38C6F4054355A8FCE69C /* Feather.ttf */ = {isa = PBXFileReference; name = "Feather.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 5482D9B65D004A999B98225D /* FontAwesome.ttf */ = {isa = PBXFileReference; name = "FontAwesome.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- B8E9EC15CD314D6CAFF8F52C /* Foundation.ttf */ = {isa = PBXFileReference; name = "Foundation.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- B5F07FDA04104B999417FFD7 /* Ionicons.ttf */ = {isa = PBXFileReference; name = "Ionicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 8E6BF6E4F708428389305CDE /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; name = "MaterialCommunityIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- F8EF22D6D262439988C3ABE7 /* MaterialIcons.ttf */ = {isa = PBXFileReference; name = "MaterialIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 14A2F14FF2484F0FAC53165D /* Octicons.ttf */ = {isa = PBXFileReference; name = "Octicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 0F8BE100EDD24484A87C58C5 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; name = "SimpleLineIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
- 07CC5BD28300490FBCF2F6D7 /* Zocial.ttf */ = {isa = PBXFileReference; name = "Zocial.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
+ 87BABCF4ED0A406B9546CCE9 /* libSQLite.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libSQLite.a; sourceTree = ""; };
+ 9D8705D0D07C4A098FD912EB /* RNFS.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFS.xcodeproj; path = "../node_modules/react-native-fs/RNFS.xcodeproj"; sourceTree = ""; };
+ ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; };
+ B8C44254005A4B80AD5CA558 /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFetchBlob.xcodeproj; path = "../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = ""; };
+ C77F905EF22646F39B673572 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; };
+ CC3CF4044A914711B8D30D1A /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; };
+ CCDE9E9AF09B45F391B1C2AF /* SQLite.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = SQLite.xcodeproj; path = "../node_modules/react-native-sqlite-storage/src/ios/SQLite.xcodeproj"; sourceTree = ""; };
+ DF1C50EBC11E46A3AF87F80A /* RCTImageResizer.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTImageResizer.xcodeproj; path = "../node_modules/react-native-image-resizer/ios/RCTImageResizer.xcodeproj"; sourceTree = ""; };
+ E2638D52624B477FABB52B8F /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; };
+ F098E1ACCB594C828C851A57 /* libRNFS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFS.a; sourceTree = ""; };
+ F5E37D05726A4A08B2EE323A /* libRNFetchBlob.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFetchBlob.a; sourceTree = ""; };
+ FD370E24D76E461D960DD85D /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = ""; };
+ FF411B45E68B4A8CBCC35777 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -309,6 +391,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */,
+ 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
146834051AC3E58100842450 /* libReact.a in Frameworks */,
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
@@ -320,12 +404,13 @@
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
- EA51DDC9EBFC469F8214B3AD /* libRNFS.a in Frameworks */,
- 628436ED66784ABE86A775AE /* libRCTImageResizer.a in Frameworks */,
- 07D2C9309DC34FA8A4F2B9B0 /* libRNDocumentPicker.a in Frameworks */,
- 7E5B60CD1D414BD1B83F524C /* libRNFetchBlob.a in Frameworks */,
- 3E336653B27B4DF9B68CC5E3 /* libSQLite.a in Frameworks */,
- D7AA1BCE6BE84D04B69504EF /* libRNVectorIcons.a in Frameworks */,
+ 0DAD2E67F6A14BDC8250B927 /* libRNDocumentPicker.a in Frameworks */,
+ 725A77EC604947A0AFF12C2B /* libRNFetchBlob.a in Frameworks */,
+ AA484D3B3E0F4588A7687313 /* libRNFS.a in Frameworks */,
+ AE98927FE9BF483FB24D229F /* libRCTImageResizer.a in Frameworks */,
+ 929CA5ABC80E4D398AFC4E44 /* libSQLite.a in Frameworks */,
+ FBF57CE2F0F448FA9A8985E2 /* libsqlite3.0.tbd in Frameworks */,
+ AE6BB3A2FDA34D01864A721A /* libRNVectorIcons.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -333,8 +418,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */,
- 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation-tvOS.a in Frameworks */,
+ 2D02E4C91E0B4AEC006451C7 /* libReact-tvOS.a in Frameworks */,
+ 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */,
2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */,
2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */,
2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */,
@@ -396,13 +481,13 @@
name = Products;
sourceTree = "";
};
- 00E356EF1AD99517003FC87E /* AwesomeProjectTests */ = {
+ 00E356EF1AD99517003FC87E /* JoplinTests */ = {
isa = PBXGroup;
children = (
- 00E356F21AD99517003FC87E /* AwesomeProjectTests.m */,
+ 00E356F21AD99517003FC87E /* JoplinTests.m */,
00E356F01AD99517003FC87E /* Supporting Files */,
);
- path = AwesomeProjectTests;
+ path = JoplinTests;
sourceTree = "";
};
00E356F01AD99517003FC87E /* Supporting Files */ = {
@@ -413,6 +498,14 @@
name = "Supporting Files";
sourceTree = "";
};
+ 04FA5E9085024E3A9DAF0E03 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 0EB8BCAEA9AA41CAAE460443 /* libsqlite3.0.tbd */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
139105B71AF99BAD00B5F7CC /* Products */ = {
isa = PBXGroup;
children = (
@@ -427,11 +520,13 @@
children = (
139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */,
+ 4D2A85AA1FBCE3AC0028537D /* libfishhook.a */,
+ 4D2A85AC1FBCE3AC0028537D /* libfishhook-tvOS.a */,
);
name = Products;
sourceTree = "";
};
- 13B07FAE1A68108700A75B9A /* AwesomeProject */ = {
+ 13B07FAE1A68108700A75B9A /* Joplin */ = {
isa = PBXGroup;
children = (
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
@@ -442,20 +537,82 @@
13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
13B07FB71A68108700A75B9A /* main.m */,
);
- name = AwesomeProject;
+ name = Joplin;
sourceTree = "";
};
146834001AC3E56700842450 /* Products */ = {
isa = PBXGroup;
children = (
146834041AC3E56700842450 /* libReact.a */,
- 3DAD3EA31DF850E9000B6D8A /* libReact.a */,
3DAD3EA51DF850E9000B6D8A /* libyoga.a */,
3DAD3EA71DF850E9000B6D8A /* libyoga.a */,
3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */,
3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
+ 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85911FBCE3950028537D /* Recovered References */ = {
+ isa = PBXGroup;
+ children = (
+ 82214D3345D846709A314868 /* libRNDocumentPicker.a */,
+ F5E37D05726A4A08B2EE323A /* libRNFetchBlob.a */,
+ F098E1ACCB594C828C851A57 /* libRNFS.a */,
+ 508DD20D1EA341CA8F730F22 /* libRCTImageResizer.a */,
+ 87BABCF4ED0A406B9546CCE9 /* libSQLite.a */,
+ 381C047F2739439CB3E6452A /* libRNVectorIcons.a */,
+ );
+ name = "Recovered References";
+ sourceTree = "";
+ };
+ 4D2A85AD1FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85BE1FBCE3AD0028537D /* libRNDocumentPicker.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85AF1FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85C11FBCE3AD0028537D /* libRNFetchBlob.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85B11FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85C51FBCE3AD0028537D /* libRNFS.a */,
+ 4D2A85C71FBCE3AD0028537D /* libRNFS.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85B31FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85BB1FBCE3AD0028537D /* libRCTImageResizer.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85B51FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85CD1FBCE3AD0028537D /* libSQLite.a */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 4D2A85B71FBCE3AC0028537D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D2A85CA1FBCE3AD0028537D /* libRNVectorIcons.a */,
);
name = Products;
sourceTree = "";
@@ -464,7 +621,7 @@
isa = PBXGroup;
children = (
5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */,
- 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */,
+ 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */,
);
name = Products;
sourceTree = "";
@@ -478,12 +635,31 @@
name = Products;
sourceTree = "";
};
+ 7FDFE2A137C24ED08645158D /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ 1F79F2CD7CED446B986A6252 /* Entypo.ttf */,
+ 51BCEC3BC28046C8BB19531F /* EvilIcons.ttf */,
+ FD370E24D76E461D960DD85D /* Feather.ttf */,
+ E2638D52624B477FABB52B8F /* FontAwesome.ttf */,
+ 3FFC0F5EFDC54862B1F998DD /* Foundation.ttf */,
+ FF411B45E68B4A8CBCC35777 /* Ionicons.ttf */,
+ C77F905EF22646F39B673572 /* MaterialCommunityIcons.ttf */,
+ 15FD7D2C8F0A445BBA807A9D /* MaterialIcons.ttf */,
+ 7D46CBDF8846409890AD7A84 /* Octicons.ttf */,
+ 69B8EE98BFBC4AABA4885BB0 /* SimpleLineIcons.ttf */,
+ CC3CF4044A914711B8D30D1A /* Zocial.ttf */,
+ );
+ name = Resources;
+ sourceTree = "";
+ };
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
isa = PBXGroup;
children = (
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
146833FF1AC3E56700842450 /* React.xcodeproj */,
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
+ ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */,
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
@@ -492,12 +668,12 @@
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
- 8C2AA97067234408AD5BFD90 /* RNFS.xcodeproj */,
- 8FB22B82988847ED8E7C0976 /* RCTImageResizer.xcodeproj */,
- 9A76264FC62545F8B7526FB4 /* RNDocumentPicker.xcodeproj */,
- 750D2094BD354714A6A2ED6F /* RNFetchBlob.xcodeproj */,
- 005F57EA6E7540AEB142159D /* SQLite.xcodeproj */,
- C1BD944C7223406EB689EA10 /* RNVectorIcons.xcodeproj */,
+ 02C42EA98156482DB00BF86D /* RNDocumentPicker.xcodeproj */,
+ B8C44254005A4B80AD5CA558 /* RNFetchBlob.xcodeproj */,
+ 9D8705D0D07C4A098FD912EB /* RNFS.xcodeproj */,
+ DF1C50EBC11E46A3AF87F80A /* RCTImageResizer.xcodeproj */,
+ CCDE9E9AF09B45F391B1C2AF /* SQLite.xcodeproj */,
+ 711CBD21F0894B83A2D8E234 /* RNVectorIcons.xcodeproj */,
);
name = Libraries;
sourceTree = "";
@@ -514,52 +690,45 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
- 13B07FAE1A68108700A75B9A /* AwesomeProject */,
+ 13B07FAE1A68108700A75B9A /* Joplin */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
- 00E356EF1AD99517003FC87E /* AwesomeProjectTests */,
+ 00E356EF1AD99517003FC87E /* JoplinTests */,
83CBBA001A601CBA00E9B192 /* Products */,
- B788D30260EA47CEB74F9E88 /* Resources */,
+ 04FA5E9085024E3A9DAF0E03 /* Frameworks */,
+ 7FDFE2A137C24ED08645158D /* Resources */,
+ 4D2A85911FBCE3950028537D /* Recovered References */,
);
indentWidth = 2;
sourceTree = "";
tabWidth = 2;
+ usesTabs = 0;
};
83CBBA001A601CBA00E9B192 /* Products */ = {
isa = PBXGroup;
children = (
- 13B07F961A680F5B00A75B9A /* AwesomeProject.app */,
- 00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */,
- 2D02E47B1E0B4A5D006451C7 /* AwesomeProject-tvOS.app */,
- 2D02E4901E0B4A5D006451C7 /* AwesomeProject-tvOSTests.xctest */,
+ 13B07F961A680F5B00A75B9A /* Joplin.app */,
+ 00E356EE1AD99517003FC87E /* JoplinTests.xctest */,
+ 2D02E47B1E0B4A5D006451C7 /* Joplin-tvOS.app */,
+ 2D02E4901E0B4A5D006451C7 /* Joplin-tvOSTests.xctest */,
);
name = Products;
sourceTree = "";
};
- B788D30260EA47CEB74F9E88 /* Resources */ = {
- isa = "PBXGroup";
+ ADBDB9201DFEBF0600ED6528 /* Products */ = {
+ isa = PBXGroup;
children = (
- 604048D7F6724E8AB60009B5 /* Entypo.ttf */,
- 6451E6787D7A4939B0940789 /* EvilIcons.ttf */,
- F07C38C6F4054355A8FCE69C /* Feather.ttf */,
- 5482D9B65D004A999B98225D /* FontAwesome.ttf */,
- B8E9EC15CD314D6CAFF8F52C /* Foundation.ttf */,
- B5F07FDA04104B999417FFD7 /* Ionicons.ttf */,
- 8E6BF6E4F708428389305CDE /* MaterialCommunityIcons.ttf */,
- F8EF22D6D262439988C3ABE7 /* MaterialIcons.ttf */,
- 14A2F14FF2484F0FAC53165D /* Octicons.ttf */,
- 0F8BE100EDD24484A87C58C5 /* SimpleLineIcons.ttf */,
- 07CC5BD28300490FBCF2F6D7 /* Zocial.ttf */,
+ ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */,
+ 4D2A85981FBCE3AC0028537D /* libRCTBlob-tvOS.a */,
);
- name = Resources;
+ name = Products;
sourceTree = "";
- path = "";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- 00E356ED1AD99517003FC87E /* AwesomeProjectTests */ = {
+ 00E356ED1AD99517003FC87E /* JoplinTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AwesomeProjectTests" */;
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "JoplinTests" */;
buildPhases = (
00E356EA1AD99517003FC87E /* Sources */,
00E356EB1AD99517003FC87E /* Frameworks */,
@@ -570,14 +739,14 @@
dependencies = (
00E356F51AD99517003FC87E /* PBXTargetDependency */,
);
- name = AwesomeProjectTests;
- productName = AwesomeProjectTests;
- productReference = 00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */;
+ name = JoplinTests;
+ productName = JoplinTests;
+ productReference = 00E356EE1AD99517003FC87E /* JoplinTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
- 13B07F861A680F5B00A75B9A /* AwesomeProject */ = {
+ 13B07F861A680F5B00A75B9A /* Joplin */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AwesomeProject" */;
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Joplin" */;
buildPhases = (
13B07F871A680F5B00A75B9A /* Sources */,
13B07F8C1A680F5B00A75B9A /* Frameworks */,
@@ -588,14 +757,14 @@
);
dependencies = (
);
- name = AwesomeProject;
+ name = Joplin;
productName = "Hello World";
- productReference = 13B07F961A680F5B00A75B9A /* AwesomeProject.app */;
+ productReference = 13B07F961A680F5B00A75B9A /* Joplin.app */;
productType = "com.apple.product-type.application";
};
- 2D02E47A1E0B4A5D006451C7 /* AwesomeProject-tvOS */ = {
+ 2D02E47A1E0B4A5D006451C7 /* Joplin-tvOS */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AwesomeProject-tvOS" */;
+ buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Joplin-tvOS" */;
buildPhases = (
2D02E4771E0B4A5D006451C7 /* Sources */,
2D02E4781E0B4A5D006451C7 /* Frameworks */,
@@ -606,14 +775,14 @@
);
dependencies = (
);
- name = "AwesomeProject-tvOS";
- productName = "AwesomeProject-tvOS";
- productReference = 2D02E47B1E0B4A5D006451C7 /* AwesomeProject-tvOS.app */;
+ name = "Joplin-tvOS";
+ productName = "Joplin-tvOS";
+ productReference = 2D02E47B1E0B4A5D006451C7 /* Joplin-tvOS.app */;
productType = "com.apple.product-type.application";
};
- 2D02E48F1E0B4A5D006451C7 /* AwesomeProject-tvOSTests */ = {
+ 2D02E48F1E0B4A5D006451C7 /* Joplin-tvOSTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AwesomeProject-tvOSTests" */;
+ buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Joplin-tvOSTests" */;
buildPhases = (
2D02E48C1E0B4A5D006451C7 /* Sources */,
2D02E48D1E0B4A5D006451C7 /* Frameworks */,
@@ -624,9 +793,9 @@
dependencies = (
2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
);
- name = "AwesomeProject-tvOSTests";
- productName = "AwesomeProject-tvOSTests";
- productReference = 2D02E4901E0B4A5D006451C7 /* AwesomeProject-tvOSTests.xctest */;
+ name = "Joplin-tvOSTests";
+ productName = "Joplin-tvOSTests";
+ productReference = 2D02E4901E0B4A5D006451C7 /* Joplin-tvOSTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
@@ -653,7 +822,7 @@
};
};
};
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AwesomeProject" */;
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Joplin" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
@@ -673,6 +842,10 @@
ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
},
+ {
+ ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */;
+ ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
+ },
{
ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
@@ -681,6 +854,10 @@
ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
},
+ {
+ ProductGroup = 4D2A85B31FBCE3AC0028537D /* Products */;
+ ProjectRef = DF1C50EBC11E46A3AF87F80A /* RCTImageResizer.xcodeproj */;
+ },
{
ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
@@ -709,13 +886,33 @@
ProductGroup = 146834001AC3E56700842450 /* Products */;
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
},
+ {
+ ProductGroup = 4D2A85AD1FBCE3AC0028537D /* Products */;
+ ProjectRef = 02C42EA98156482DB00BF86D /* RNDocumentPicker.xcodeproj */;
+ },
+ {
+ ProductGroup = 4D2A85AF1FBCE3AC0028537D /* Products */;
+ ProjectRef = B8C44254005A4B80AD5CA558 /* RNFetchBlob.xcodeproj */;
+ },
+ {
+ ProductGroup = 4D2A85B11FBCE3AC0028537D /* Products */;
+ ProjectRef = 9D8705D0D07C4A098FD912EB /* RNFS.xcodeproj */;
+ },
+ {
+ ProductGroup = 4D2A85B71FBCE3AC0028537D /* Products */;
+ ProjectRef = 711CBD21F0894B83A2D8E234 /* RNVectorIcons.xcodeproj */;
+ },
+ {
+ ProductGroup = 4D2A85B51FBCE3AC0028537D /* Products */;
+ ProjectRef = CCDE9E9AF09B45F391B1C2AF /* SQLite.xcodeproj */;
+ },
);
projectRoot = "";
targets = (
- 13B07F861A680F5B00A75B9A /* AwesomeProject */,
- 00E356ED1AD99517003FC87E /* AwesomeProjectTests */,
- 2D02E47A1E0B4A5D006451C7 /* AwesomeProject-tvOS */,
- 2D02E48F1E0B4A5D006451C7 /* AwesomeProject-tvOSTests */,
+ 13B07F861A680F5B00A75B9A /* Joplin */,
+ 00E356ED1AD99517003FC87E /* JoplinTests */,
+ 2D02E47A1E0B4A5D006451C7 /* Joplin-tvOS */,
+ 2D02E48F1E0B4A5D006451C7 /* Joplin-tvOSTests */,
);
};
/* End PBXProject section */
@@ -819,10 +1016,10 @@
remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = {
+ 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = libReact.a;
+ path = "libReact-tvOS.a";
remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
@@ -868,6 +1065,76 @@
remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
+ 4D2A85981FBCE3AC0028537D /* libRCTBlob-tvOS.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = "libRCTBlob-tvOS.a";
+ remoteRef = 4D2A85971FBCE3AC0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85AA1FBCE3AC0028537D /* libfishhook.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libfishhook.a;
+ remoteRef = 4D2A85A91FBCE3AC0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85AC1FBCE3AC0028537D /* libfishhook-tvOS.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = "libfishhook-tvOS.a";
+ remoteRef = 4D2A85AB1FBCE3AC0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85BB1FBCE3AD0028537D /* libRCTImageResizer.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRCTImageResizer.a;
+ remoteRef = 4D2A85BA1FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85BE1FBCE3AD0028537D /* libRNDocumentPicker.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRNDocumentPicker.a;
+ remoteRef = 4D2A85BD1FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85C11FBCE3AD0028537D /* libRNFetchBlob.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRNFetchBlob.a;
+ remoteRef = 4D2A85C01FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85C51FBCE3AD0028537D /* libRNFS.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRNFS.a;
+ remoteRef = 4D2A85C41FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85C71FBCE3AD0028537D /* libRNFS.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRNFS.a;
+ remoteRef = 4D2A85C61FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85CA1FBCE3AD0028537D /* libRNVectorIcons.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRNVectorIcons.a;
+ remoteRef = 4D2A85C91FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 4D2A85CD1FBCE3AD0028537D /* libSQLite.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libSQLite.a;
+ remoteRef = 4D2A85CC1FBCE3AD0028537D /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@@ -875,10 +1142,10 @@
remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */ = {
+ 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = "libRCTAnimation-tvOS.a";
+ path = libRCTAnimation.a;
remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
@@ -896,6 +1163,13 @@
remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
+ ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libRCTBlob.a;
+ remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
@@ -912,17 +1186,17 @@
files = (
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
- 01EACB536FDD4967ADFF2B7C /* Entypo.ttf in Resources */,
- 102D53C0C5734A77BD865EF8 /* EvilIcons.ttf in Resources */,
- 0807A4C43422465BB101771F /* Feather.ttf in Resources */,
- 2325D11979804EF99B6E9774 /* FontAwesome.ttf in Resources */,
- FC789F6FC7984B2188ACD995 /* Foundation.ttf in Resources */,
- 8EE0EE4DDF6E425EB055CB89 /* Ionicons.ttf in Resources */,
- 00CC3677770C4718B50F241E /* MaterialCommunityIcons.ttf in Resources */,
- 43D04553CC674D29982E596F /* MaterialIcons.ttf in Resources */,
- 1AC1F0AA04454020908EE717 /* Octicons.ttf in Resources */,
- 97B44363F4A84FA286FA6835 /* SimpleLineIcons.ttf in Resources */,
- 222B80D34F3C495D9CA5DFAB /* Zocial.ttf in Resources */,
+ 73F8D08845494D1396B6CD0B /* Entypo.ttf in Resources */,
+ EC11356C90E9419799A2626F /* EvilIcons.ttf in Resources */,
+ 1E71C4672AEC47CE94DFF507 /* Feather.ttf in Resources */,
+ A47605BC216B4DB3B3C2ED42 /* FontAwesome.ttf in Resources */,
+ A6F5DFAC928B4DBCADFB5D65 /* Foundation.ttf in Resources */,
+ 350318CF7C9E4BD68821EBE9 /* Ionicons.ttf in Resources */,
+ E75DD6E04D0441D5BF8EB841 /* MaterialCommunityIcons.ttf in Resources */,
+ 5AFCE00CC1414FE6BD618F0D /* MaterialIcons.ttf in Resources */,
+ EA501DCDCF4745E9B63ECE98 /* Octicons.ttf in Resources */,
+ E8DD8252C0DD4CF1B53590E9 /* SimpleLineIcons.ttf in Resources */,
+ C8DD987A30F740F1B8EF6D3D /* Zocial.ttf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -956,7 +1230,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
@@ -970,7 +1244,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
};
/* End PBXShellScriptBuildPhase section */
@@ -979,7 +1253,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 00E356F31AD99517003FC87E /* AwesomeProjectTests.m in Sources */,
+ 00E356F31AD99517003FC87E /* JoplinTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1005,7 +1279,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 2DCD954D1E0B4F2C00145EB5 /* AwesomeProjectTests.m in Sources */,
+ 2DCD954D1E0B4F2C00145EB5 /* JoplinTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1014,12 +1288,12 @@
/* Begin PBXTargetDependency section */
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 13B07F861A680F5B00A75B9A /* AwesomeProject */;
+ target = 13B07F861A680F5B00A75B9A /* Joplin */;
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
};
2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 2D02E47A1E0B4A5D006451C7 /* AwesomeProject-tvOS */;
+ target = 2D02E47A1E0B4A5D006451C7 /* Joplin-tvOS */;
targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -1031,7 +1305,7 @@
13B07FB21A68108700A75B9A /* Base */,
);
name = LaunchScreen.xib;
- path = AwesomeProject;
+ path = Joplin;
sourceTree = "";
};
/* End PBXVariantGroup section */
@@ -1045,15 +1319,18 @@
"DEBUG=1",
"$(inherited)",
);
- INFOPLIST_FILE = AwesomeProjectTests/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
+ );
+ INFOPLIST_FILE = JoplinTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- OTHER_LDFLAGS = (
- "-ObjC",
- "-lc++",
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AwesomeProject.app/AwesomeProject";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1063,15 +1340,12 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
);
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Joplin.app/Joplin";
};
name = Debug;
};
@@ -1080,15 +1354,18 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
- INFOPLIST_FILE = AwesomeProjectTests/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
+ );
+ INFOPLIST_FILE = JoplinTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- OTHER_LDFLAGS = (
- "-ObjC",
- "-lc++",
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AwesomeProject.app/AwesomeProject";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1098,15 +1375,12 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
);
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Joplin.app/Joplin";
};
name = Release;
};
@@ -1116,24 +1390,24 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
- INFOPLIST_FILE = AwesomeProject/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
+ );
+ INFOPLIST_FILE = Joplin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
- PRODUCT_NAME = AwesomeProject;
+ PRODUCT_NAME = Joplin;
VERSIONING_SYSTEM = "apple-generic";
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
- );
};
name = Debug;
};
@@ -1142,24 +1416,24 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
- INFOPLIST_FILE = AwesomeProject/Info.plist;
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
+ );
+ INFOPLIST_FILE = Joplin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
- PRODUCT_NAME = AwesomeProject;
+ PRODUCT_NAME = Joplin;
VERSIONING_SYSTEM = "apple-generic";
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
- );
};
name = Release;
};
@@ -1175,17 +1449,17 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = "AwesomeProject-tvOS/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- OTHER_LDFLAGS = (
- "-ObjC",
- "-lc++",
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AwesomeProject-tvOS";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.2;
+ INFOPLIST_FILE = "Joplin-tvOS/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1195,15 +1469,15 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
);
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Joplin-tvOS";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TARGETED_DEVICE_FAMILY = 3;
+ TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Debug;
};
@@ -1219,17 +1493,17 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = "AwesomeProject-tvOS/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- OTHER_LDFLAGS = (
- "-ObjC",
- "-lc++",
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(SRCROOT)/../node_modules/react-native-document-picker/ios/RNDocumentPicker",
+ "$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**",
+ "$(SRCROOT)/../node_modules/react-native-fs/**",
+ "$(SRCROOT)/../node_modules/react-native-image-resizer/ios/RCTImageResizer",
+ "$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
+ "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AwesomeProject-tvOS";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.2;
+ INFOPLIST_FILE = "Joplin-tvOS/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1239,15 +1513,15 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
- HEADER_SEARCH_PATHS = (
- "$(inherited)",
- "$(SRCROOT)/../node_modules/react-native-fs/**",
- "$(SRCROOT)\..\node_modules\react-native-image-resizer\ios\RCTImageResizer",
- "$(SRCROOT)\..\node_modules\react-native-document-picker\ios\RNDocumentPicker",
- "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**",
- "$(SRCROOT)\..\node_modules\react-native-sqlite-storage\src\ios",
- "$(SRCROOT)\..\node_modules\react-native-vector-icons\RNVectorIconsManager",
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
);
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Joplin-tvOS";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TARGETED_DEVICE_FAMILY = 3;
+ TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Release;
};
@@ -1262,13 +1536,8 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = "AwesomeProject-tvOSTests/Info.plist";
+ INFOPLIST_FILE = "Joplin-tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AwesomeProject-tvOSTests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AwesomeProject-tvOS.app/AwesomeProject-tvOS";
- TVOS_DEPLOYMENT_TARGET = 10.1;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1278,6 +1547,11 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Joplin-tvOSTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Joplin-tvOS.app/Joplin-tvOS";
+ TVOS_DEPLOYMENT_TARGET = 10.1;
};
name = Debug;
};
@@ -1292,13 +1566,8 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_NO_COMMON_BLOCKS = YES;
- INFOPLIST_FILE = "AwesomeProject-tvOSTests/Info.plist";
+ INFOPLIST_FILE = "Joplin-tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AwesomeProject-tvOSTests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AwesomeProject-tvOS.app/AwesomeProject-tvOS";
- TVOS_DEPLOYMENT_TARGET = 10.1;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
@@ -1308,6 +1577,11 @@
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Joplin-tvOSTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Joplin-tvOS.app/Joplin-tvOS";
+ TVOS_DEPLOYMENT_TARGET = 10.1;
};
name = Release;
};
@@ -1390,7 +1664,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AwesomeProjectTests" */ = {
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "JoplinTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
00E356F61AD99517003FC87E /* Debug */,
@@ -1399,7 +1673,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AwesomeProject" */ = {
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Joplin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13B07F941A680F5B00A75B9A /* Debug */,
@@ -1408,7 +1682,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AwesomeProject-tvOS" */ = {
+ 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Joplin-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2D02E4971E0B4A5E006451C7 /* Debug */,
@@ -1417,7 +1691,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AwesomeProject-tvOSTests" */ = {
+ 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Joplin-tvOSTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2D02E4991E0B4A5E006451C7 /* Debug */,
@@ -1426,7 +1700,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AwesomeProject" */ = {
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Joplin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83CBBA201A601CBA00E9B192 /* Debug */,
diff --git a/ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject-tvOS.xcscheme b/ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin-tvOS.xcscheme
similarity index 78%
rename from ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject-tvOS.xcscheme
rename to ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin-tvOS.xcscheme
index 3d2bcca4ea..209efc7369 100644
--- a/ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject-tvOS.xcscheme
+++ b/ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin-tvOS.xcscheme
@@ -29,9 +29,9 @@
+ BuildableName = "Joplin-tvOS.app"
+ BlueprintName = "Joplin-tvOS"
+ ReferencedContainer = "container:Joplin.xcodeproj">
+ BuildableName = "Joplin-tvOSTests.xctest"
+ BlueprintName = "Joplin-tvOSTests"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -61,9 +61,9 @@
+ BuildableName = "Joplin-tvOSTests.xctest"
+ BlueprintName = "Joplin-tvOSTests"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -71,9 +71,9 @@
+ BuildableName = "Joplin-tvOS.app"
+ BlueprintName = "Joplin-tvOS"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -94,9 +94,9 @@
+ BuildableName = "Joplin-tvOS.app"
+ BlueprintName = "Joplin-tvOS"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -113,9 +113,9 @@
+ BuildableName = "Joplin-tvOS.app"
+ BlueprintName = "Joplin-tvOS"
+ ReferencedContainer = "container:Joplin.xcodeproj">
diff --git a/ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject.xcscheme b/ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin.xcscheme
similarity index 79%
rename from ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject.xcscheme
rename to ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin.xcscheme
index 847af72510..a3e4eb50e5 100644
--- a/ReactNativeClient/ios/AwesomeProject.xcodeproj/xcshareddata/xcschemes/AwesomeProject.xcscheme
+++ b/ReactNativeClient/ios/Joplin.xcodeproj/xcshareddata/xcschemes/Joplin.xcscheme
@@ -29,9 +29,9 @@
+ BuildableName = "Joplin.app"
+ BlueprintName = "Joplin"
+ ReferencedContainer = "container:Joplin.xcodeproj">
+ BuildableName = "JoplinTests.xctest"
+ BlueprintName = "JoplinTests"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -61,9 +61,9 @@
+ BuildableName = "JoplinTests.xctest"
+ BlueprintName = "JoplinTests"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -71,9 +71,9 @@
+ BuildableName = "Joplin.app"
+ BlueprintName = "Joplin"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -94,9 +94,9 @@
+ BuildableName = "Joplin.app"
+ BlueprintName = "Joplin"
+ ReferencedContainer = "container:Joplin.xcodeproj">
@@ -113,9 +113,9 @@
+ BuildableName = "Joplin.app"
+ BlueprintName = "Joplin"
+ ReferencedContainer = "container:Joplin.xcodeproj">
diff --git a/ReactNativeClient/ios/AwesomeProject/AppDelegate.h b/ReactNativeClient/ios/Joplin/AppDelegate.h
similarity index 100%
rename from ReactNativeClient/ios/AwesomeProject/AppDelegate.h
rename to ReactNativeClient/ios/Joplin/AppDelegate.h
diff --git a/ReactNativeClient/ios/AwesomeProject/AppDelegate.m b/ReactNativeClient/ios/Joplin/AppDelegate.m
similarity index 94%
rename from ReactNativeClient/ios/AwesomeProject/AppDelegate.m
rename to ReactNativeClient/ios/Joplin/AppDelegate.m
index 0041b3927d..9d5f8f2c3d 100644
--- a/ReactNativeClient/ios/AwesomeProject/AppDelegate.m
+++ b/ReactNativeClient/ios/Joplin/AppDelegate.m
@@ -18,10 +18,10 @@
{
NSURL *jsCodeLocation;
- jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
+ jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
- moduleName:@"AwesomeProject"
+ moduleName:@"Joplin"
initialProperties:nil
launchOptions:launchOptions];
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
diff --git a/ReactNativeClient/ios/AwesomeProject/Base.lproj/LaunchScreen.xib b/ReactNativeClient/ios/Joplin/Base.lproj/LaunchScreen.xib
similarity index 93%
rename from ReactNativeClient/ios/AwesomeProject/Base.lproj/LaunchScreen.xib
rename to ReactNativeClient/ios/Joplin/Base.lproj/LaunchScreen.xib
index 44ef61b60c..69f76a339b 100644
--- a/ReactNativeClient/ios/AwesomeProject/Base.lproj/LaunchScreen.xib
+++ b/ReactNativeClient/ios/Joplin/Base.lproj/LaunchScreen.xib
@@ -18,7 +18,7 @@
-