|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 55; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 55167200293795B500867894 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 551671FF293795B500867894 /* README.md */; }; |
11 | | - 551D301D29377FBA00C375F0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D301C29377FBA00C375F0 /* AppDelegate.swift */; }; |
12 | | - 551D301F29377FBA00C375F0 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D301E29377FBA00C375F0 /* SceneDelegate.swift */; }; |
13 | | - 551D302129377FBA00C375F0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D302029377FBA00C375F0 /* ViewController.swift */; }; |
14 | | - 551D302429377FBA00C375F0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551D302229377FBA00C375F0 /* Main.storyboard */; }; |
15 | | - 551D302629377FBB00C375F0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 551D302529377FBB00C375F0 /* Assets.xcassets */; }; |
16 | | - 551D302929377FBB00C375F0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551D302729377FBB00C375F0 /* LaunchScreen.storyboard */; }; |
17 | | - 551D305629377FEB00C375F0 /* BoolProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D304F29377FEB00C375F0 /* BoolProtection.swift */; }; |
18 | | - 551D305729377FEB00C375F0 /* ObjectProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305029377FEB00C375F0 /* ObjectProtection.swift */; }; |
19 | | - 551D305829377FEB00C375F0 /* UIImageProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305129377FEB00C375F0 /* UIImageProtection.swift */; }; |
20 | | - 551D305929377FEB00C375F0 /* NumberProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305229377FEB00C375F0 /* NumberProtection.swift */; }; |
21 | | - 551D305A29377FEB00C375F0 /* MissingKeyProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305329377FEB00C375F0 /* MissingKeyProtection.swift */; }; |
22 | | - 551D305B29377FEB00C375F0 /* NumbersProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305429377FEB00C375F0 /* NumbersProtection.swift */; }; |
23 | | - 551D305C29377FEB00C375F0 /* URLProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D305529377FEB00C375F0 /* URLProtection.swift */; }; |
24 | | - 552C7BE5293A1E3E00B4B5EE /* MissingKeyProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 552C7BE4293A1E3E00B4B5EE /* MissingKeyProtectionTest.swift */; }; |
25 | | - 559545A7293E12140060F43D /* ObjectProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559545A6293E12140060F43D /* ObjectProtectionTest.swift */; }; |
26 | | - 55A1DAA22940AF3A00244FE2 /* NumberProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55A1DAA12940AF3A00244FE2 /* NumberProtectionTest.swift */; }; |
27 | | - 55F3EC822AD97D1800BAEABB /* DecimalTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F3EC812AD97D1800BAEABB /* DecimalTest.swift */; }; |
28 | | - F22A05A729E40BFD003D30C1 /* DTAES.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22A05A629E40BFD003D30C1 /* DTAES.swift */; }; |
29 | | - F2432DE32939D8F400B1E010 /* BoolProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5515DD71293781F300F895E6 /* BoolProtectionTest.swift */; }; |
30 | | - F257F85B294C5CAA00FED754 /* NumbersProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F257F85A294C5CAA00FED754 /* NumbersProtectionTest.swift */; }; |
31 | | - F257F85D294C5E4600FED754 /* URLProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F257F85C294C5E4600FED754 /* URLProtectionTest.swift */; }; |
32 | | - F264CAD2293F1F4400AEC100 /* MultipleKeyProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F264CAD1293F1F4400AEC100 /* MultipleKeyProtection.swift */; }; |
33 | | - F297055C29E3E69D003CF4B2 /* AESDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F297055B29E3E69D003CF4B2 /* AESDecoder.swift */; }; |
34 | | - F297056029E3EF11003CF4B2 /* AESDecoderTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F297055F29E3EF11003CF4B2 /* AESDecoderTest.swift */; }; |
35 | | - F2B0B0032C34F3F800680EBE /* NumberArrayProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2B0B0022C34F3F800680EBE /* NumberArrayProtection.swift */; }; |
36 | | - F2B0B0052C34F5FF00680EBE /* NumberArrayProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2B0B0042C34F5FF00680EBE /* NumberArrayProtectionTest.swift */; }; |
37 | | - F2E188542AA9CCFD00E7F0B5 /* DateProtection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E188532AA9CCFD00E7F0B5 /* DateProtection.swift */; }; |
38 | | - F2E188562AAAAF8C00E7F0B5 /* DateProtectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E188552AAAAF8C00E7F0B5 /* DateProtectionTest.swift */; }; |
39 | 11 | /* End PBXBuildFile section */ |
40 | 12 |
|
41 | 13 | /* Begin PBXContainerItemProxy section */ |
|
49 | 21 | /* End PBXContainerItemProxy section */ |
50 | 22 |
|
51 | 23 | /* Begin PBXFileReference section */ |
52 | | - 5515DD71293781F300F895E6 /* BoolProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoolProtectionTest.swift; sourceTree = "<group>"; }; |
53 | 24 | 551671FF293795B500867894 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
54 | 25 | 551D301929377FBA00C375F0 /* JsonDecodeProtection.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JsonDecodeProtection.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | | - 551D301C29377FBA00C375F0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
56 | | - 551D301E29377FBA00C375F0 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
57 | | - 551D302029377FBA00C375F0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
58 | | - 551D302329377FBA00C375F0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
59 | | - 551D302529377FBB00C375F0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
60 | | - 551D302829377FBB00C375F0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
61 | | - 551D302A29377FBB00C375F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
62 | | - 551D304F29377FEB00C375F0 /* BoolProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoolProtection.swift; sourceTree = "<group>"; }; |
63 | | - 551D305029377FEB00C375F0 /* ObjectProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectProtection.swift; sourceTree = "<group>"; }; |
64 | | - 551D305129377FEB00C375F0 /* UIImageProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageProtection.swift; sourceTree = "<group>"; }; |
65 | | - 551D305229377FEB00C375F0 /* NumberProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NumberProtection.swift; sourceTree = "<group>"; }; |
66 | | - 551D305329377FEB00C375F0 /* MissingKeyProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MissingKeyProtection.swift; sourceTree = "<group>"; }; |
67 | | - 551D305429377FEB00C375F0 /* NumbersProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NumbersProtection.swift; sourceTree = "<group>"; }; |
68 | | - 551D305529377FEB00C375F0 /* URLProtection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLProtection.swift; sourceTree = "<group>"; }; |
69 | | - 552C7BE4293A1E3E00B4B5EE /* MissingKeyProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MissingKeyProtectionTest.swift; sourceTree = "<group>"; }; |
70 | | - 559545A6293E12140060F43D /* ObjectProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectProtectionTest.swift; sourceTree = "<group>"; }; |
71 | | - 55A1DAA12940AF3A00244FE2 /* NumberProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberProtectionTest.swift; sourceTree = "<group>"; }; |
72 | | - 55F3EC812AD97D1800BAEABB /* DecimalTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecimalTest.swift; sourceTree = "<group>"; }; |
73 | 26 | F20F219B29F0C81000A1B6F1 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
74 | | - F22A05A629E40BFD003D30C1 /* DTAES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DTAES.swift; sourceTree = "<group>"; }; |
75 | 27 | F2432DDA2939D5D100B1E010 /* JsonDecodeProtectionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JsonDecodeProtectionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | | - F257F85A294C5CAA00FED754 /* NumbersProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumbersProtectionTest.swift; sourceTree = "<group>"; }; |
77 | | - F257F85C294C5E4600FED754 /* URLProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLProtectionTest.swift; sourceTree = "<group>"; }; |
78 | | - F264CAD1293F1F4400AEC100 /* MultipleKeyProtection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultipleKeyProtection.swift; sourceTree = "<group>"; }; |
79 | | - F297055B29E3E69D003CF4B2 /* AESDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AESDecoder.swift; sourceTree = "<group>"; }; |
80 | | - F297055F29E3EF11003CF4B2 /* AESDecoderTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AESDecoderTest.swift; sourceTree = "<group>"; }; |
81 | | - F2B0B0022C34F3F800680EBE /* NumberArrayProtection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberArrayProtection.swift; sourceTree = "<group>"; }; |
82 | | - F2B0B0042C34F5FF00680EBE /* NumberArrayProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberArrayProtectionTest.swift; sourceTree = "<group>"; }; |
83 | | - F2E188532AA9CCFD00E7F0B5 /* DateProtection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateProtection.swift; sourceTree = "<group>"; }; |
84 | | - F2E188552AAAAF8C00E7F0B5 /* DateProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateProtectionTest.swift; sourceTree = "<group>"; }; |
85 | 28 | /* End PBXFileReference section */ |
86 | 29 |
|
| 30 | +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 31 | + F27D12AB2D90E03D008177D2 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
| 32 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 33 | + membershipExceptions = ( |
| 34 | + Info.plist, |
| 35 | + ); |
| 36 | + target = 551D301829377FBA00C375F0 /* JsonDecodeProtection */; |
| 37 | + }; |
| 38 | +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 39 | + |
| 40 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 41 | + F27D12842D90E036008177D2 /* en */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = en; sourceTree = "<group>"; }; |
| 42 | + F27D128E2D90E03D008177D2 /* JsonDecodeProtection */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (F27D12AB2D90E03D008177D2 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = JsonDecodeProtection; sourceTree = "<group>"; }; |
| 43 | + F27D12A02D90E03D008177D2 /* JsonDecodeProtectionTests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = JsonDecodeProtectionTests; sourceTree = "<group>"; }; |
| 44 | + F27D12B92D90E04D008177D2 /* SourceCode */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = SourceCode; sourceTree = "<group>"; }; |
| 45 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 46 | + |
87 | 47 | /* Begin PBXFrameworksBuildPhase section */ |
88 | 48 | 551D301629377FBA00C375F0 /* Frameworks */ = { |
89 | 49 | isa = PBXFrameworksBuildPhase; |
|
105 | 65 | 551D301029377FBA00C375F0 = { |
106 | 66 | isa = PBXGroup; |
107 | 67 | children = ( |
108 | | - 551671FF293795B500867894 /* README.md */, |
| 68 | + F27D12842D90E036008177D2 /* en */, |
| 69 | + F27D128E2D90E03D008177D2 /* JsonDecodeProtection */, |
| 70 | + F27D12A02D90E03D008177D2 /* JsonDecodeProtectionTests */, |
109 | 71 | F20F219B29F0C81000A1B6F1 /* Package.swift */, |
110 | | - 551D304E29377FEB00C375F0 /* SourceCode */, |
111 | | - 551D301B29377FBA00C375F0 /* JsonDecodeProtection */, |
112 | | - 551D303229377FBB00C375F0 /* JsonDecodeProtectionTests */, |
113 | 72 | 551D301A29377FBA00C375F0 /* Products */, |
| 73 | + 551671FF293795B500867894 /* README.md */, |
| 74 | + F27D12B92D90E04D008177D2 /* SourceCode */, |
114 | 75 | ); |
115 | 76 | sourceTree = "<group>"; |
116 | 77 | }; |
|
123 | 84 | name = Products; |
124 | 85 | sourceTree = "<group>"; |
125 | 86 | }; |
126 | | - 551D301B29377FBA00C375F0 /* JsonDecodeProtection */ = { |
127 | | - isa = PBXGroup; |
128 | | - children = ( |
129 | | - 551D301C29377FBA00C375F0 /* AppDelegate.swift */, |
130 | | - 551D301E29377FBA00C375F0 /* SceneDelegate.swift */, |
131 | | - 551D302029377FBA00C375F0 /* ViewController.swift */, |
132 | | - 551D302229377FBA00C375F0 /* Main.storyboard */, |
133 | | - 551D302529377FBB00C375F0 /* Assets.xcassets */, |
134 | | - 551D302729377FBB00C375F0 /* LaunchScreen.storyboard */, |
135 | | - 551D302A29377FBB00C375F0 /* Info.plist */, |
136 | | - ); |
137 | | - path = JsonDecodeProtection; |
138 | | - sourceTree = "<group>"; |
139 | | - }; |
140 | | - 551D303229377FBB00C375F0 /* JsonDecodeProtectionTests */ = { |
141 | | - isa = PBXGroup; |
142 | | - children = ( |
143 | | - F297055F29E3EF11003CF4B2 /* AESDecoderTest.swift */, |
144 | | - 5515DD71293781F300F895E6 /* BoolProtectionTest.swift */, |
145 | | - F2E188552AAAAF8C00E7F0B5 /* DateProtectionTest.swift */, |
146 | | - 55F3EC812AD97D1800BAEABB /* DecimalTest.swift */, |
147 | | - 552C7BE4293A1E3E00B4B5EE /* MissingKeyProtectionTest.swift */, |
148 | | - F2B0B0042C34F5FF00680EBE /* NumberArrayProtectionTest.swift */, |
149 | | - 55A1DAA12940AF3A00244FE2 /* NumberProtectionTest.swift */, |
150 | | - F257F85A294C5CAA00FED754 /* NumbersProtectionTest.swift */, |
151 | | - 559545A6293E12140060F43D /* ObjectProtectionTest.swift */, |
152 | | - F257F85C294C5E4600FED754 /* URLProtectionTest.swift */, |
153 | | - ); |
154 | | - path = JsonDecodeProtectionTests; |
155 | | - sourceTree = "<group>"; |
156 | | - }; |
157 | | - 551D304E29377FEB00C375F0 /* SourceCode */ = { |
158 | | - isa = PBXGroup; |
159 | | - children = ( |
160 | | - F2AE0C4E29FA20AE0094865D /* JsonProtection */, |
161 | | - ); |
162 | | - path = SourceCode; |
163 | | - sourceTree = "<group>"; |
164 | | - }; |
165 | | - F2AE0C4E29FA20AE0094865D /* JsonProtection */ = { |
166 | | - isa = PBXGroup; |
167 | | - children = ( |
168 | | - F297055B29E3E69D003CF4B2 /* AESDecoder.swift */, |
169 | | - 551D304F29377FEB00C375F0 /* BoolProtection.swift */, |
170 | | - F2E188532AA9CCFD00E7F0B5 /* DateProtection.swift */, |
171 | | - F22A05A629E40BFD003D30C1 /* DTAES.swift */, |
172 | | - 551D305329377FEB00C375F0 /* MissingKeyProtection.swift */, |
173 | | - F264CAD1293F1F4400AEC100 /* MultipleKeyProtection.swift */, |
174 | | - F2B0B0022C34F3F800680EBE /* NumberArrayProtection.swift */, |
175 | | - 551D305229377FEB00C375F0 /* NumberProtection.swift */, |
176 | | - 551D305429377FEB00C375F0 /* NumbersProtection.swift */, |
177 | | - 551D305029377FEB00C375F0 /* ObjectProtection.swift */, |
178 | | - 551D305129377FEB00C375F0 /* UIImageProtection.swift */, |
179 | | - 551D305529377FEB00C375F0 /* URLProtection.swift */, |
180 | | - ); |
181 | | - path = JsonProtection; |
182 | | - sourceTree = "<group>"; |
183 | | - }; |
184 | 87 | /* End PBXGroup section */ |
185 | 88 |
|
186 | 89 | /* Begin PBXNativeTarget section */ |
|
196 | 99 | ); |
197 | 100 | dependencies = ( |
198 | 101 | ); |
| 102 | + fileSystemSynchronizedGroups = ( |
| 103 | + F27D128E2D90E03D008177D2 /* JsonDecodeProtection */, |
| 104 | + F27D12B92D90E04D008177D2 /* SourceCode */, |
| 105 | + ); |
199 | 106 | name = JsonDecodeProtection; |
200 | 107 | productName = JsonDecodeProtection; |
201 | 108 | productReference = 551D301929377FBA00C375F0 /* JsonDecodeProtection.app */; |
|
214 | 121 | dependencies = ( |
215 | 122 | F2432DDF2939D5D100B1E010 /* PBXTargetDependency */, |
216 | 123 | ); |
| 124 | + fileSystemSynchronizedGroups = ( |
| 125 | + F27D12A02D90E03D008177D2 /* JsonDecodeProtectionTests */, |
| 126 | + ); |
217 | 127 | name = JsonDecodeProtectionTests; |
218 | 128 | productName = JsonDecodeProtectionTests; |
219 | 129 | productReference = F2432DDA2939D5D100B1E010 /* JsonDecodeProtectionTests.xctest */; |
|
262 | 172 | isa = PBXResourcesBuildPhase; |
263 | 173 | buildActionMask = 2147483647; |
264 | 174 | files = ( |
265 | | - 551D302929377FBB00C375F0 /* LaunchScreen.storyboard in Resources */, |
266 | | - 551D302629377FBB00C375F0 /* Assets.xcassets in Resources */, |
267 | 175 | 55167200293795B500867894 /* README.md in Resources */, |
268 | | - 551D302429377FBA00C375F0 /* Main.storyboard in Resources */, |
269 | 176 | ); |
270 | 177 | runOnlyForDeploymentPostprocessing = 0; |
271 | 178 | }; |
|
283 | 190 | isa = PBXSourcesBuildPhase; |
284 | 191 | buildActionMask = 2147483647; |
285 | 192 | files = ( |
286 | | - F264CAD2293F1F4400AEC100 /* MultipleKeyProtection.swift in Sources */, |
287 | | - 551D305729377FEB00C375F0 /* ObjectProtection.swift in Sources */, |
288 | | - F22A05A729E40BFD003D30C1 /* DTAES.swift in Sources */, |
289 | | - 551D305B29377FEB00C375F0 /* NumbersProtection.swift in Sources */, |
290 | | - F2E188542AA9CCFD00E7F0B5 /* DateProtection.swift in Sources */, |
291 | | - 551D302129377FBA00C375F0 /* ViewController.swift in Sources */, |
292 | | - 551D305629377FEB00C375F0 /* BoolProtection.swift in Sources */, |
293 | | - 551D305829377FEB00C375F0 /* UIImageProtection.swift in Sources */, |
294 | | - F297055C29E3E69D003CF4B2 /* AESDecoder.swift in Sources */, |
295 | | - 551D301D29377FBA00C375F0 /* AppDelegate.swift in Sources */, |
296 | | - 551D305929377FEB00C375F0 /* NumberProtection.swift in Sources */, |
297 | | - F2B0B0032C34F3F800680EBE /* NumberArrayProtection.swift in Sources */, |
298 | | - 551D305A29377FEB00C375F0 /* MissingKeyProtection.swift in Sources */, |
299 | | - 551D301F29377FBA00C375F0 /* SceneDelegate.swift in Sources */, |
300 | | - 551D305C29377FEB00C375F0 /* URLProtection.swift in Sources */, |
301 | 193 | ); |
302 | 194 | runOnlyForDeploymentPostprocessing = 0; |
303 | 195 | }; |
304 | 196 | F2432DD62939D5D100B1E010 /* Sources */ = { |
305 | 197 | isa = PBXSourcesBuildPhase; |
306 | 198 | buildActionMask = 2147483647; |
307 | 199 | files = ( |
308 | | - F2E188562AAAAF8C00E7F0B5 /* DateProtectionTest.swift in Sources */, |
309 | | - F257F85D294C5E4600FED754 /* URLProtectionTest.swift in Sources */, |
310 | | - F297056029E3EF11003CF4B2 /* AESDecoderTest.swift in Sources */, |
311 | | - 559545A7293E12140060F43D /* ObjectProtectionTest.swift in Sources */, |
312 | | - F2B0B0052C34F5FF00680EBE /* NumberArrayProtectionTest.swift in Sources */, |
313 | | - F257F85B294C5CAA00FED754 /* NumbersProtectionTest.swift in Sources */, |
314 | | - 55A1DAA22940AF3A00244FE2 /* NumberProtectionTest.swift in Sources */, |
315 | | - 55F3EC822AD97D1800BAEABB /* DecimalTest.swift in Sources */, |
316 | | - F2432DE32939D8F400B1E010 /* BoolProtectionTest.swift in Sources */, |
317 | | - 552C7BE5293A1E3E00B4B5EE /* MissingKeyProtectionTest.swift in Sources */, |
318 | 200 | ); |
319 | 201 | runOnlyForDeploymentPostprocessing = 0; |
320 | 202 | }; |
|
328 | 210 | }; |
329 | 211 | /* End PBXTargetDependency section */ |
330 | 212 |
|
331 | | -/* Begin PBXVariantGroup section */ |
332 | | - 551D302229377FBA00C375F0 /* Main.storyboard */ = { |
333 | | - isa = PBXVariantGroup; |
334 | | - children = ( |
335 | | - 551D302329377FBA00C375F0 /* Base */, |
336 | | - ); |
337 | | - name = Main.storyboard; |
338 | | - sourceTree = "<group>"; |
339 | | - }; |
340 | | - 551D302729377FBB00C375F0 /* LaunchScreen.storyboard */ = { |
341 | | - isa = PBXVariantGroup; |
342 | | - children = ( |
343 | | - 551D302829377FBB00C375F0 /* Base */, |
344 | | - ); |
345 | | - name = LaunchScreen.storyboard; |
346 | | - sourceTree = "<group>"; |
347 | | - }; |
348 | | -/* End PBXVariantGroup section */ |
349 | | - |
350 | 213 | /* Begin XCBuildConfiguration section */ |
351 | 214 | 551D304129377FBB00C375F0 /* Debug */ = { |
352 | 215 | isa = XCBuildConfiguration; |
|
535 | 398 | F2432DE12939D5D100B1E010 /* Debug */ = { |
536 | 399 | isa = XCBuildConfiguration; |
537 | 400 | buildSettings = { |
538 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
539 | 401 | BUNDLE_LOADER = "$(TEST_HOST)"; |
540 | 402 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
541 | 403 | CODE_SIGN_STYLE = Automatic; |
|
559 | 421 | F2432DE22939D5D100B1E010 /* Release */ = { |
560 | 422 | isa = XCBuildConfiguration; |
561 | 423 | buildSettings = { |
562 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
563 | 424 | BUNDLE_LOADER = "$(TEST_HOST)"; |
564 | 425 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
565 | 426 | CODE_SIGN_STYLE = Automatic; |
|
0 commit comments