Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq committed Aug 15, 2024
1 parent ac7f796 commit 4b5ae1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
5B6136382C2F408E00ADD9C3 /* RepliesLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6136372C2F408E00ADD9C3 /* RepliesLabel.swift */; };
5B6136462C348A5100ADD9C3 /* RepliesDisplayType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6136452C348A5100ADD9C3 /* RepliesDisplayType.swift */; };
5B6EB48E29EDBE0E006E750C /* NoteParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6EB48D29EDBE0E006E750C /* NoteParser.swift */; };
5B73308B2C6E694C00925225 /* BalancedReddit.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = 5B73308A2C6E694C00925225 /* BalancedReddit.mlmodel */; };
5B7330912C6E712600925225 /* BalancedReddit.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = 5B7330902C6E712600925225 /* BalancedReddit.mlmodel */; };
5B79F5B82B8E71CC002DA9BE /* NamesAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC0D9CB2B867B9D005D6980 /* NamesAPI.swift */; };
5B79F5EB2B97B5E9002DA9BE /* ConfirmUsernameDeletionSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B79F5EA2B97B5E9002DA9BE /* ConfirmUsernameDeletionSheet.swift */; };
5B79F6092B98AC33002DA9BE /* ClaimYourUniqueIdentitySheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B79F6082B98AC33002DA9BE /* ClaimYourUniqueIdentitySheet.swift */; };
Expand Down Expand Up @@ -606,7 +606,7 @@
5B6136372C2F408E00ADD9C3 /* RepliesLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepliesLabel.swift; sourceTree = "<group>"; };
5B6136452C348A5100ADD9C3 /* RepliesDisplayType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepliesDisplayType.swift; sourceTree = "<group>"; };
5B6EB48D29EDBE0E006E750C /* NoteParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteParser.swift; sourceTree = "<group>"; };
5B73308A2C6E694C00925225 /* BalancedReddit.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = BalancedReddit.mlmodel; sourceTree = "<group>"; };
5B7330902C6E712600925225 /* BalancedReddit.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = BalancedReddit.mlmodel; sourceTree = "<group>"; };
5B79F5EA2B97B5E9002DA9BE /* ConfirmUsernameDeletionSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfirmUsernameDeletionSheet.swift; sourceTree = "<group>"; };
5B79F6082B98AC33002DA9BE /* ClaimYourUniqueIdentitySheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClaimYourUniqueIdentitySheet.swift; sourceTree = "<group>"; };
5B79F60A2B98ACA0002DA9BE /* PickYourUsernameSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickYourUsernameSheet.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1505,9 +1505,9 @@
C9DFA974299C30CA006929C1 /* Assets */ = {
isa = PBXGroup;
children = (
5B7330902C6E712600925225 /* BalancedReddit.mlmodel */,
C9D573472AB24B5800E06BB4 /* SwiftGen Stencils */,
C9DEBFDA298941020078B43A /* Assets.xcassets */,
5B73308A2C6E694C00925225 /* BalancedReddit.mlmodel */,
9DF077732C63BEA200F6B14E /* Colors.xcassets */,
C9DFA977299C3189006929C1 /* Localization */,
C987F81F29BA94D400B44E7A /* Font */,
Expand Down Expand Up @@ -2044,6 +2044,7 @@
5B8C96B629DDD3B200B73AEC /* NoteUITextViewRepresentable.swift in Sources */,
C93EC2F129C337EB0012EE2A /* RelayPicker.swift in Sources */,
5BBA5E912BADF98E00D57D76 /* AlreadyHaveANIP05View.swift in Sources */,
5B7330912C6E712600925225 /* BalancedReddit.mlmodel in Sources */,
C9F0BB6F29A50437000547FC /* NostrIdentifierPrefix.swift in Sources */,
C96D39272B61B6D200D3D0A1 /* RawNostrID.swift in Sources */,
C996933E2C11FF0F00A2C70D /* EventObservationView.swift in Sources */,
Expand Down Expand Up @@ -2089,7 +2090,6 @@
5B6136382C2F408E00ADD9C3 /* RepliesLabel.swift in Sources */,
C9ADB13D29929B540075E7F8 /* Bech32.swift in Sources */,
C95D68A1299E6D3E00429F86 /* BioView.swift in Sources */,
5B73308B2C6E694C00925225 /* BalancedReddit.mlmodel in Sources */,
5BE281CA2AE2CCEB00880466 /* HomeTab.swift in Sources */,
C94D14812A12B3F70014C906 /* SearchBar.swift in Sources */,
C9A6C7472AD84263001F9500 /* UNSNamePicker.swift in Sources */,
Expand Down
Binary file modified Nos/Assets/BalancedReddit.mlmodel
Binary file not shown.

0 comments on commit 4b5ae1a

Please sign in to comment.