Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Oct 22, 2022
1 parent 6c18beb commit 815ccee
Show file tree
Hide file tree
Showing 216 changed files with 45,627 additions and 147 deletions.
4 changes: 2 additions & 2 deletions Camera/CameraVC+Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extension CameraViewController {
if photosPermissionsViewModel.currentStatus.isGranted() {
self.saveImageAfterPermissionsGranted(image: image)
} else if photosPermissionsViewModel.currentStatus == .notDetermined {
let alert = UIAlertController(title: "Save Photo To Photo Library", message: "Find needs permission to save this photo to your photo library.", preferredStyle: .alert)
let alert = UIAlertController(title: "Save Photo To Photo Library", message: "OpenFind needs permission to save this photo to your photo library.", preferredStyle: .alert)
alert.addAction(
UIAlertAction(title: "Continue", style: .default) { [weak self] _ in
guard let self = self else { return }
Expand All @@ -62,7 +62,7 @@ extension CameraViewController {
}
present(alert, animated: true, completion: nil)
} else {
let alert = UIAlertController(title: "Save Photo To Photo Library", message: "Find needs permission to save this photo to your photo library.", preferredStyle: .alert)
let alert = UIAlertController(title: "Save Photo To Photo Library", message: "OpenFind needs permission to save this photo to your photo library.", preferredStyle: .alert)
alert.addAction(
UIAlertAction(title: "Go To Settings", style: .default) { [weak self] _ in
guard let self = self else { return }
Expand Down
Binary file not shown.
8 changes: 0 additions & 8 deletions Find.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

2 changes: 1 addition & 1 deletion Launch/LaunchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct LaunchView: View {
.overlay(
VStack(spacing: c.spacing) {
VStack(spacing: c.headerSpacing) {
Text("Find")
Text("OpenFind")
.font(c.headerTitleFont.font)
.frame(maxWidth: .infinity, alignment: .leading)

Expand Down
2 changes: 1 addition & 1 deletion Launch/Pages/LaunchCameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct LaunchCameraView: View {
LaunchPageViewContent(
title: "Camera",
description: "Search for text in real time.",
footnote: "Got allergies or other dietary restrictions? Just point your phone at the nutrition label and Find will scan it for you."
footnote: "Got allergies or other dietary restrictions? Just point your phone at the nutrition label and OpenFind will scan it for you."
) {
Button {
changeColor()
Expand Down
2 changes: 1 addition & 1 deletion Launch/Pages/LaunchFinalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct LaunchFinalView: View {
y: 2
)

Text("What will you do with Find?")
Text("What will you do with OpenFind?")
.opacity(0.75)
.font(UIFont.preferredCustomFont(forTextStyle: .title1, weight: .medium).font)
.frame(maxWidth: .infinity)
Expand Down
2 changes: 1 addition & 1 deletion Launch/Pages/LaunchPhotosView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct LaunchPhotosView: View {
LaunchPageViewContent(
title: "Photos",
description: "Search for text in your photos.",
footnote: "Comes in handy when you're trying to find memes. Find works 100% offline, never connects to the internet, and nothing ever leaves your phone."
footnote: "Comes in handy when you're trying to find memes. OpenFind works 100% offline, never connects to the internet, and nothing ever leaves your phone."
) {
Button {
flashAgain()
Expand Down
2 changes: 1 addition & 1 deletion Lists/ListsVC+Lifecycle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension ListsViewController {
/// add lists if already launched
if realmModel.launchedBefore, !realmModel.addedListsBefore {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.9) {
let alert = UIAlertController(title: "Sample Lists Available!", message: "Find v2.0 comes with new sample lists. Would you like to add them?", preferredStyle: .alert)
let alert = UIAlertController(title: "Sample Lists Available!", message: "OpenFind v2.0 comes with new sample lists. Would you like to add them?", preferredStyle: .alert)
alert.addAction(
UIAlertAction(title: "Add Sample Lists", style: .default) { [weak self] _ in
guard let self = self else { return }
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@
"revision" : "de44c4dd7271ec6413fe350f7efadb14e5e18dce"
}
},
{
"identity" : "realm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core",
"state" : {
"revision" : "9e2f3cb730a546ff33e95c563a85e3cf61f17d17",
"version" : "12.0.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"branch" : "master",
"revision" : "812fafabeb198b832e0a00633992f89907371ec5"
}
},
{
"identity" : "shlist",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "3CE9C221274EBB70008C903C"
BuildableName = "ARVision.app"
BlueprintName = "ARVision"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -47,7 +47,7 @@
BlueprintIdentifier = "3CE9C221274EBB70008C903C"
BuildableName = "ARVision.app"
BlueprintName = "ARVision"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -64,7 +64,7 @@
BlueprintIdentifier = "3CE9C221274EBB70008C903C"
BuildableName = "ARVision.app"
BlueprintName = "ARVision"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "4999AC8F2353A80A00AB06A7"
BuildableName = "Find.app"
BlueprintName = "Find"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -47,7 +47,7 @@
BlueprintIdentifier = "4999AC8F2353A80A00AB06A7"
BuildableName = "Find.app"
BlueprintName = "Find"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
Expand All @@ -71,7 +71,7 @@
BlueprintIdentifier = "4999AC8F2353A80A00AB06A7"
BuildableName = "Find.app"
BlueprintName = "Find"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C6C7320278193F600E039F0"
BuildableName = "Find-New.app"
BlueprintName = "Find-New"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFind.app"
BlueprintName = "OpenFind"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -45,9 +45,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C6C7320278193F600E039F0"
BuildableName = "Find-New.app"
BlueprintName = "Find-New"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFind.app"
BlueprintName = "OpenFind"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
Expand All @@ -74,9 +74,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C6C7320278193F600E039F0"
BuildableName = "Find-New.app"
BlueprintName = "Find-New"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFind.app"
BlueprintName = "OpenFind"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D39D32747661E0010FD68"
BuildableName = "FindPhotos.app"
BlueprintName = "FindPhotos"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFindPhotos.app"
BlueprintName = "OpenFindPhotos"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -45,9 +45,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D39D32747661E0010FD68"
BuildableName = "FindPhotos.app"
BlueprintName = "FindPhotos"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFindPhotos.app"
BlueprintName = "OpenFindPhotos"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -62,9 +62,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D39D32747661E0010FD68"
BuildableName = "FindPhotos.app"
BlueprintName = "FindPhotos"
ReferencedContainer = "container:Find.xcodeproj">
BuildableName = "OpenFindPhotos.app"
BlueprintName = "OpenFindPhotos"
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "3CE40B7A27F5281F00CADCBF"
BuildableName = "Settings.app"
BlueprintName = "Settings"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -47,7 +47,7 @@
BlueprintIdentifier = "3CE40B7A27F5281F00CADCBF"
BuildableName = "Settings.app"
BlueprintName = "Settings"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -64,7 +64,7 @@
BlueprintIdentifier = "3CE40B7A27F5281F00CADCBF"
BuildableName = "Settings.app"
BlueprintName = "Settings"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D37A9274756980010FD68"
BlueprintIdentifier = "3C4D3948274759240010FD68"
BuildableName = "TabController.app"
BlueprintName = "TabController"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -44,10 +44,10 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D37A9274756980010FD68"
BlueprintIdentifier = "3C4D3948274759240010FD68"
BuildableName = "TabController.app"
BlueprintName = "TabController"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -61,10 +61,10 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3C4D37A9274756980010FD68"
BlueprintIdentifier = "3C4D3948274759240010FD68"
BuildableName = "TabController.app"
BlueprintName = "TabController"
ReferencedContainer = "container:Find.xcodeproj">
ReferencedContainer = "container:OpenFind.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Loading

0 comments on commit 815ccee

Please sign in to comment.