|
18 | 18 | FC6C80101CD963EE001E2F90 /* Quad.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC6C7FDF1CD96200001E2F90 /* Quad.swift */; };
|
19 | 19 | FC6C80111CD963EE001E2F90 /* Units.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC6C7FE01CD96200001E2F90 /* Units.swift */; };
|
20 | 20 | FC6C80121CD963EE001E2F90 /* Vector.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC6C7FE11CD96200001E2F90 /* Vector.swift */; };
|
| 21 | + FC7C90011CECFF1900ADE499 /* BehaviorStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7C90001CECFF1900ADE499 /* BehaviorStore.swift */; }; |
| 22 | + FC7C90021CECFF1900ADE499 /* BehaviorStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7C90001CECFF1900ADE499 /* BehaviorStore.swift */; }; |
21 | 23 | FCA4E4DF1CE685AC00362AD9 /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCA4E4DD1CE685AC00362AD9 /* Math.swift */; };
|
22 | 24 | FCA4E4E11CE685AC00362AD9 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCA4E4DE1CE685AC00362AD9 /* Timer.swift */; };
|
23 | 25 | FCA4E4E51CE6860600362AD9 /* Angle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCA4E4E31CE6860600362AD9 /* Angle.swift */; };
|
|
60 | 62 | FC6C7FFF1CD962E5001E2F90 /* HeavyCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeavyCoreTests.swift; sourceTree = "<group>"; };
|
61 | 63 | FC6C80011CD962E5001E2F90 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
62 | 64 | FC6C80081CD96376001E2F90 /* Core.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = Core.playground; path = ../../Playgrounds/Core.playground; sourceTree = "<group>"; };
|
| 65 | + FC7C90001CECFF1900ADE499 /* BehaviorStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BehaviorStore.swift; path = ../../Common/Entities/BehaviorStore.swift; sourceTree = "<group>"; }; |
63 | 66 | FCA4E4DD1CE685AC00362AD9 /* Math.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Math.swift; sourceTree = "<group>"; };
|
64 | 67 | FCA4E4DE1CE685AC00362AD9 /* Timer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Timer.swift; sourceTree = "<group>"; };
|
65 | 68 | FCA4E4E31CE6860600362AD9 /* Angle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Angle.swift; sourceTree = "<group>"; };
|
|
90 | 93 | children = (
|
91 | 94 | FC3F309D1CD99DC20014ECD5 /* Behavior.swift */,
|
92 | 95 | FC3F309E1CD99DC20014ECD5 /* Entity.swift */,
|
| 96 | + FC7C90001CECFF1900ADE499 /* BehaviorStore.swift */, |
93 | 97 | );
|
94 | 98 | name = Entities;
|
95 | 99 | sourceTree = "<group>";
|
|
280 | 284 | FC3F30A11CD99DC20014ECD5 /* Entity.swift in Sources */,
|
281 | 285 | FC3F309F1CD99DC20014ECD5 /* Behavior.swift in Sources */,
|
282 | 286 | FCA4E4E91CE68B4300362AD9 /* Angle.swift in Sources */,
|
| 287 | + FC7C90011CECFF1900ADE499 /* BehaviorStore.swift in Sources */, |
283 | 288 | FCA4E4F21CE6CF9000362AD9 /* Numeric.swift in Sources */,
|
284 | 289 | FCA4E4ED1CE68B5300362AD9 /* Units.swift in Sources */,
|
285 | 290 | FC6C80091CD963ED001E2F90 /* Point.swift in Sources */,
|
|
307 | 312 | FC6C80121CD963EE001E2F90 /* Vector.swift in Sources */,
|
308 | 313 | FC6C80001CD962E5001E2F90 /* HeavyCoreTests.swift in Sources */,
|
309 | 314 | FCA4E4EF1CE68B5B00362AD9 /* Timer.swift in Sources */,
|
| 315 | + FC7C90021CECFF1900ADE499 /* BehaviorStore.swift in Sources */, |
310 | 316 | FCA4E4EE1CE68B5800362AD9 /* Math.swift in Sources */,
|
311 | 317 | );
|
312 | 318 | runOnlyForDeploymentPostprocessing = 0;
|
|
416 | 422 | MTL_ENABLE_DEBUG_INFO = YES;
|
417 | 423 | ONLY_ACTIVE_ARCH = YES;
|
418 | 424 | SDKROOT = iphoneos;
|
419 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 425 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
420 | 426 | TARGETED_DEVICE_FAMILY = "1,2";
|
421 | 427 | VERSIONING_SYSTEM = "apple-generic";
|
422 | 428 | VERSION_INFO_PREFIX = "";
|
|
0 commit comments