Skip to content

Commit 4ece27d

Browse files
committed
Remove old code
1 parent c20c332 commit 4ece27d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

mlkit-ios/text-recognition/final/text-recognition/text-recognition.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
DEVELOPMENT_TEAM = EQHXZ8M8AV;
384384
INFOPLIST_FILE = "text-recognition/Info.plist";
385385
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
386-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebaseml.sampleapp;
386+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.codelab.mlkit;
387387
PRODUCT_NAME = "$(TARGET_NAME)";
388388
PROVISIONING_PROFILE = "dac40987-e637-434d-9b81-63d373eb4caa";
389389
PROVISIONING_PROFILE_SPECIFIER = "Google Development";
@@ -401,7 +401,7 @@
401401
DEVELOPMENT_TEAM = EQHXZ8M8AV;
402402
INFOPLIST_FILE = "text-recognition/Info.plist";
403403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebaseml.sampleapp;
404+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.codelab.mlkit;
405405
PRODUCT_NAME = "$(TARGET_NAME)";
406406
PROVISIONING_PROFILE = "dac40987-e637-434d-9b81-63d373eb4caa";
407407
PROVISIONING_PROFILE_SPECIFIER = "Google Development";

mlkit-ios/text-recognition/final/text-recognition/text-recognition/ViewController.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ class ViewController: UIViewController, UIPickerViewDelegate, UIPickerViewDataSo
3939

4040
override func viewDidAppear(_ animated: Bool) {
4141
super.viewDidAppear(animated)
42-
// textDetector = Vision().textDetector()
43-
// cloudTextDetector = Vision().cloudTextDetector()
4442
let vision = Vision.vision()
4543
textDetector = vision.textDetector()
4644
cloudTextDetector = vision.cloudDocumentTextDetector()
47-
4845
}
4946

5047
override func viewDidLoad() {

0 commit comments

Comments
 (0)