Skip to content

Commit 0dfa999

Browse files
committed
新增英文版 Readme
1 parent 74d3fce commit 0dfa999

3 files changed

Lines changed: 372 additions & 178 deletions

File tree

JsonDecodeProtection.xcodeproj/project.pbxproj

Lines changed: 30 additions & 169 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 55;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
3911
/* End PBXBuildFile section */
4012

4113
/* Begin PBXContainerItemProxy section */
@@ -49,41 +21,29 @@
4921
/* End PBXContainerItemProxy section */
5022

5123
/* Begin PBXFileReference section */
52-
5515DD71293781F300F895E6 /* BoolProtectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoolProtectionTest.swift; sourceTree = "<group>"; };
5324
551671FF293795B500867894 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
5425
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>"; };
7326
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>"; };
7527
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>"; };
8528
/* End PBXFileReference section */
8629

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+
8747
/* Begin PBXFrameworksBuildPhase section */
8848
551D301629377FBA00C375F0 /* Frameworks */ = {
8949
isa = PBXFrameworksBuildPhase;
@@ -105,12 +65,13 @@
10565
551D301029377FBA00C375F0 = {
10666
isa = PBXGroup;
10767
children = (
108-
551671FF293795B500867894 /* README.md */,
68+
F27D12842D90E036008177D2 /* en */,
69+
F27D128E2D90E03D008177D2 /* JsonDecodeProtection */,
70+
F27D12A02D90E03D008177D2 /* JsonDecodeProtectionTests */,
10971
F20F219B29F0C81000A1B6F1 /* Package.swift */,
110-
551D304E29377FEB00C375F0 /* SourceCode */,
111-
551D301B29377FBA00C375F0 /* JsonDecodeProtection */,
112-
551D303229377FBB00C375F0 /* JsonDecodeProtectionTests */,
11372
551D301A29377FBA00C375F0 /* Products */,
73+
551671FF293795B500867894 /* README.md */,
74+
F27D12B92D90E04D008177D2 /* SourceCode */,
11475
);
11576
sourceTree = "<group>";
11677
};
@@ -123,64 +84,6 @@
12384
name = Products;
12485
sourceTree = "<group>";
12586
};
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-
};
18487
/* End PBXGroup section */
18588

18689
/* Begin PBXNativeTarget section */
@@ -196,6 +99,10 @@
19699
);
197100
dependencies = (
198101
);
102+
fileSystemSynchronizedGroups = (
103+
F27D128E2D90E03D008177D2 /* JsonDecodeProtection */,
104+
F27D12B92D90E04D008177D2 /* SourceCode */,
105+
);
199106
name = JsonDecodeProtection;
200107
productName = JsonDecodeProtection;
201108
productReference = 551D301929377FBA00C375F0 /* JsonDecodeProtection.app */;
@@ -214,6 +121,9 @@
214121
dependencies = (
215122
F2432DDF2939D5D100B1E010 /* PBXTargetDependency */,
216123
);
124+
fileSystemSynchronizedGroups = (
125+
F27D12A02D90E03D008177D2 /* JsonDecodeProtectionTests */,
126+
);
217127
name = JsonDecodeProtectionTests;
218128
productName = JsonDecodeProtectionTests;
219129
productReference = F2432DDA2939D5D100B1E010 /* JsonDecodeProtectionTests.xctest */;
@@ -262,10 +172,7 @@
262172
isa = PBXResourcesBuildPhase;
263173
buildActionMask = 2147483647;
264174
files = (
265-
551D302929377FBB00C375F0 /* LaunchScreen.storyboard in Resources */,
266-
551D302629377FBB00C375F0 /* Assets.xcassets in Resources */,
267175
55167200293795B500867894 /* README.md in Resources */,
268-
551D302429377FBA00C375F0 /* Main.storyboard in Resources */,
269176
);
270177
runOnlyForDeploymentPostprocessing = 0;
271178
};
@@ -283,38 +190,13 @@
283190
isa = PBXSourcesBuildPhase;
284191
buildActionMask = 2147483647;
285192
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 */,
301193
);
302194
runOnlyForDeploymentPostprocessing = 0;
303195
};
304196
F2432DD62939D5D100B1E010 /* Sources */ = {
305197
isa = PBXSourcesBuildPhase;
306198
buildActionMask = 2147483647;
307199
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 */,
318200
);
319201
runOnlyForDeploymentPostprocessing = 0;
320202
};
@@ -328,25 +210,6 @@
328210
};
329211
/* End PBXTargetDependency section */
330212

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-
350213
/* Begin XCBuildConfiguration section */
351214
551D304129377FBB00C375F0 /* Debug */ = {
352215
isa = XCBuildConfiguration;
@@ -535,7 +398,6 @@
535398
F2432DE12939D5D100B1E010 /* Debug */ = {
536399
isa = XCBuildConfiguration;
537400
buildSettings = {
538-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
539401
BUNDLE_LOADER = "$(TEST_HOST)";
540402
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
541403
CODE_SIGN_STYLE = Automatic;
@@ -559,7 +421,6 @@
559421
F2432DE22939D5D100B1E010 /* Release */ = {
560422
isa = XCBuildConfiguration;
561423
buildSettings = {
562-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
563424
BUNDLE_LOADER = "$(TEST_HOST)";
564425
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
565426
CODE_SIGN_STYLE = Automatic;

0 commit comments

Comments
 (0)