From 65b2389201b2318a8dbb0f9cb984c3c490d83fa2 Mon Sep 17 00:00:00 2001 From: Daisuke TONOSAKI Date: Sun, 10 May 2020 07:06:17 +0900 Subject: [PATCH 1/2] Fix project tree --- lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj b/lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj index e12c5e8f178..7f336c55979 100644 --- a/lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj +++ b/lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj @@ -88,6 +88,7 @@ 67EE9FD8BFDA0BBBC2A8C538 /* Pods-BertQA-UIKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-UIKit.release.xcconfig"; path = "Target Support Files/Pods-BertQA-UIKit/Pods-BertQA-UIKit.release.xcconfig"; sourceTree = ""; }; 6D06722FADA8CA7F3CCC3492 /* Pods-BertQA-SwiftUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-SwiftUI.release.xcconfig"; path = "Target Support Files/Pods-BertQA-SwiftUI/Pods-BertQA-SwiftUI.release.xcconfig"; sourceTree = ""; }; 7595E796644E0735F1BD68A4 /* Pods-BertQA-SwiftUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-SwiftUI.debug.xcconfig"; path = "Target Support Files/Pods-BertQA-SwiftUI/Pods-BertQA-SwiftUI.debug.xcconfig"; sourceTree = ""; }; + 7E5B19F92467606B003BC3C2 /* download_resources.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = download_resources.sh; sourceTree = ""; }; 8402440323D9BFDE00704ABD /* FullTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullTokenizer.swift; sourceTree = ""; }; 8402440523D9C18600704ABD /* WordpieceTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordpieceTokenizer.swift; sourceTree = ""; }; 8402440723D9C1FB00704ABD /* BasicTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTokenizer.swift; sourceTree = ""; }; @@ -332,6 +333,7 @@ 84B3C6A9240F74EA00BA6F5E /* RunScripts */ = { isa = PBXGroup; children = ( + 7E5B19F92467606B003BC3C2 /* download_resources.sh */, ); path = RunScripts; sourceTree = ""; From 38655719c82273879ffa74b220110f0c6f741c6f Mon Sep 17 00:00:00 2001 From: Daisuke TONOSAKI Date: Sun, 10 May 2020 07:19:39 +0900 Subject: [PATCH 2/2] Ignore download files --- lite/examples/bert_qa/ios/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lite/examples/bert_qa/ios/.gitignore diff --git a/lite/examples/bert_qa/ios/.gitignore b/lite/examples/bert_qa/ios/.gitignore new file mode 100644 index 00000000000..f976c643f92 --- /dev/null +++ b/lite/examples/bert_qa/ios/.gitignore @@ -0,0 +1,2 @@ +vocab.txt +contents_from_squad_dict_format.json