|
14 | 14 | 705F68E22B87EB8000437FAA /* AnyCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705F68DF2B87EB8000437FAA /* AnyCodable.swift */; };
|
15 | 15 | 705F68E32B87EB8000437FAA /* AnyEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705F68E02B87EB8000437FAA /* AnyEncodable.swift */; };
|
16 | 16 | 705F68E52B89907700437FAA /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 705F68E42B89907700437FAA /* README.md */; };
|
| 17 | + 705F68E72B8BEB7100437FAA /* DataCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 705F68E62B8BEB7000437FAA /* DataCompression.swift */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXFileReference section */
|
|
27 | 28 | 705F68DF2B87EB8000437FAA /* AnyCodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyCodable.swift; sourceTree = "<group>"; };
|
28 | 29 | 705F68E02B87EB8000437FAA /* AnyEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyEncodable.swift; sourceTree = "<group>"; };
|
29 | 30 | 705F68E42B89907700437FAA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
| 31 | + 705F68E62B8BEB7000437FAA /* DataCompression.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataCompression.swift; sourceTree = "<group>"; }; |
30 | 32 | /* End PBXFileReference section */
|
31 | 33 |
|
32 | 34 | /* Begin PBXFrameworksBuildPhase section */
|
|
65 | 67 | 705F68DF2B87EB8000437FAA /* AnyCodable.swift */,
|
66 | 68 | 705F68DE2B87EB8000437FAA /* AnyDecodable.swift */,
|
67 | 69 | 705F68E02B87EB8000437FAA /* AnyEncodable.swift */,
|
| 70 | + 705F68E62B8BEB7000437FAA /* DataCompression.swift */, |
68 | 71 | 705F68D52B820AD200437FAA /* kram_profile.entitlements */,
|
69 | 72 | 705F68E42B89907700437FAA /* README.md */,
|
70 | 73 | 705F68D22B820AD200437FAA /* Preview Content */,
|
|
155 | 158 | 705F68E32B87EB8000437FAA /* AnyEncodable.swift in Sources */,
|
156 | 159 | 705F68E22B87EB8000437FAA /* AnyCodable.swift in Sources */,
|
157 | 160 | 705F68CD2B820AD100437FAA /* kram_profileApp.swift in Sources */,
|
| 161 | + 705F68E72B8BEB7100437FAA /* DataCompression.swift in Sources */, |
158 | 162 | );
|
159 | 163 | runOnlyForDeploymentPostprocessing = 0;
|
160 | 164 | };
|
|
0 commit comments