|
|
|
|
@ -12,6 +12,7 @@ |
|
|
|
|
C425D4442B6D24E1002A7B48 /* LeStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C425D4432B6D24E1002A7B48 /* LeStorageTests.swift */; }; |
|
|
|
|
C425D4452B6D24E1002A7B48 /* LeStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = C425D4372B6D24E1002A7B48 /* LeStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
|
|
|
C425D4582B6D2519002A7B48 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = C425D4572B6D2519002A7B48 /* Store.swift */; }; |
|
|
|
|
C456EFE22BE52379007388E2 /* StoredObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C456EFE12BE52379007388E2 /* StoredObject.swift */; }; |
|
|
|
|
C49EF0242BD6BDC50077B5AA /* FileManager+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C49EF0232BD6BDC50077B5AA /* FileManager+Extensions.swift */; }; |
|
|
|
|
C4A47D4F2B6D280200ADC637 /* StoredCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A47D4E2B6D280200ADC637 /* StoredCollection.swift */; }; |
|
|
|
|
C4A47D512B6D2C4E00ADC637 /* Codable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A47D502B6D2C4E00ADC637 /* Codable+Extensions.swift */; }; |
|
|
|
|
@ -47,6 +48,7 @@ |
|
|
|
|
C425D43E2B6D24E1002A7B48 /* LeStorageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LeStorageTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
|
C425D4432B6D24E1002A7B48 /* LeStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeStorageTests.swift; sourceTree = "<group>"; }; |
|
|
|
|
C425D4572B6D2519002A7B48 /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; }; |
|
|
|
|
C456EFE12BE52379007388E2 /* StoredObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredObject.swift; sourceTree = "<group>"; }; |
|
|
|
|
C49EF0232BD6BDC50077B5AA /* FileManager+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+Extensions.swift"; sourceTree = "<group>"; }; |
|
|
|
|
C4A47D4E2B6D280200ADC637 /* StoredCollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredCollection.swift; sourceTree = "<group>"; }; |
|
|
|
|
C4A47D502B6D2C4E00ADC637 /* Codable+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Codable+Extensions.swift"; sourceTree = "<group>"; }; |
|
|
|
|
@ -114,6 +116,7 @@ |
|
|
|
|
C425D4572B6D2519002A7B48 /* Store.swift */, |
|
|
|
|
C4A47D642B6E92FE00ADC637 /* Storable.swift */, |
|
|
|
|
C4A47D4E2B6D280200ADC637 /* StoredCollection.swift */, |
|
|
|
|
C456EFE12BE52379007388E2 /* StoredObject.swift */, |
|
|
|
|
C4A47D932B7CF7C500ADC637 /* MicroStorage.swift */, |
|
|
|
|
C4A47D822B7665BC00ADC637 /* Wip */, |
|
|
|
|
C4A47D582B6D352900ADC637 /* Utils */, |
|
|
|
|
@ -277,6 +280,7 @@ |
|
|
|
|
C4A47DAF2B85FD3800ADC637 /* Errors.swift in Sources */, |
|
|
|
|
C4A47D612B6D3C1300ADC637 /* Services.swift in Sources */, |
|
|
|
|
C4A47D552B6D2DBF00ADC637 /* FileUtils.swift in Sources */, |
|
|
|
|
C456EFE22BE52379007388E2 /* StoredObject.swift in Sources */, |
|
|
|
|
C4A47D652B6E92FE00ADC637 /* Storable.swift in Sources */, |
|
|
|
|
C4A47D6D2B71364600ADC637 /* ModelObject.swift in Sources */, |
|
|
|
|
C4A47D4F2B6D280200ADC637 /* StoredCollection.swift in Sources */, |
|
|
|
|
@ -362,7 +366,7 @@ |
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4; |
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.2; |
|
|
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
|
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
|
|
|
|
MTL_FAST_MATH = YES; |
|
|
|
|
@ -422,7 +426,7 @@ |
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4; |
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.2; |
|
|
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
|
|
|
MTL_FAST_MATH = YES; |
|
|
|
|
|