Skip to content

Commit

Permalink
update persistence helper
Browse files Browse the repository at this point in the history
  • Loading branch information
c22dev committed Nov 28, 2023
1 parent aa25dab commit b12f9c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions TipsGotTrolled.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
FA3C25C92B154AA10054E0B5 /* PersistenceHelper_Embedded in Resources */ = {isa = PBXBuildFile; fileRef = FA3C25C82B154AA10054E0B5 /* PersistenceHelper_Embedded */; };
FA1853412B15E543007BD642 /* PersistenceHelper_Embedded in Resources */ = {isa = PBXBuildFile; fileRef = FA1853402B15E543007BD642 /* PersistenceHelper_Embedded */; };
FA9657152B15D50300555D06 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9657142B15D50300555D06 /* Log.swift */; };
FE27659B2B153E21008ED3AD /* TipsGotTrolledApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE27659A2B153E21008ED3AD /* TipsGotTrolledApp.swift */; };
FE27659D2B153E21008ED3AD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE27659C2B153E21008ED3AD /* ContentView.swift */; };
Expand Down Expand Up @@ -38,7 +38,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
FA3C25C82B154AA10054E0B5 /* PersistenceHelper_Embedded */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = PersistenceHelper_Embedded; sourceTree = "<group>"; };
FA1853402B15E543007BD642 /* PersistenceHelper_Embedded */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PersistenceHelper_Embedded; sourceTree = SOURCE_ROOT; };
FA9657142B15D50300555D06 /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; };
FE2765972B153E21008ED3AD /* TipsGotTrolled.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TipsGotTrolled.app; sourceTree = BUILT_PRODUCTS_DIR; };
FE27659A2B153E21008ED3AD /* TipsGotTrolledApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TipsGotTrolledApp.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -102,7 +102,7 @@
FE2765992B153E21008ED3AD /* TipsGotTrolled */ = {
isa = PBXGroup;
children = (
FA3C25C82B154AA10054E0B5 /* PersistenceHelper_Embedded */,
FA1853402B15E543007BD642 /* PersistenceHelper_Embedded */,
FE98BECF2B154179009B6AAA /* Classes */,
FE27659A2B153E21008ED3AD /* TipsGotTrolledApp.swift */,
FE27659C2B153E21008ED3AD /* ContentView.swift */,
Expand Down Expand Up @@ -258,7 +258,7 @@
files = (
FE2765A22B153E22008ED3AD /* Preview Assets.xcassets in Resources */,
FE27659F2B153E22008ED3AD /* Assets.xcassets in Resources */,
FA3C25C92B154AA10054E0B5 /* PersistenceHelper_Embedded in Resources */,
FA1853412B15E543007BD642 /* PersistenceHelper_Embedded in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.

0 comments on commit b12f9c4

Please sign in to comment.