Switch to unified view

a b/ECG.xcodeproj/project.pbxproj
1
// !$*UTF8*$!
2
{
3
    archiveVersion = 1;
4
    classes = {
5
    };
6
    objectVersion = 50;
7
    objects = {
8
9
/* Begin PBXBuildFile section */
10
        05928E28222EBC2D00C0525E /* loadDatasets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05928E27222EBC2D00C0525E /* loadDatasets.swift */; };
11
        0592935D223466BC006DF25D /* ConvModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A8DBFD222E28BB0002FD60 /* ConvModel.swift */; };
12
        05A8DBF1222E25590002FD60 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A8DBF0222E25590002FD60 /* main.swift */; };
13
/* End PBXBuildFile section */
14
15
/* Begin PBXCopyFilesBuildPhase section */
16
        05A8DBEB222E25590002FD60 /* CopyFiles */ = {
17
            isa = PBXCopyFilesBuildPhase;
18
            buildActionMask = 2147483647;
19
            dstPath = /usr/share/man/man1/;
20
            dstSubfolderSpec = 0;
21
            files = (
22
            );
23
            runOnlyForDeploymentPostprocessing = 1;
24
        };
25
/* End PBXCopyFilesBuildPhase section */
26
27
/* Begin PBXFileReference section */
28
        05241138224A7D4D007F705C /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
29
        05241139224A7D4D007F705C /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
30
        05928E27222EBC2D00C0525E /* loadDatasets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = loadDatasets.swift; sourceTree = "<group>"; };
31
        05A8DBED222E25590002FD60 /* ECG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ECG; sourceTree = BUILT_PRODUCTS_DIR; };
32
        05A8DBF0222E25590002FD60 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
33
        05A8DBFD222E28BB0002FD60 /* ConvModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvModel.swift; sourceTree = "<group>"; };
34
/* End PBXFileReference section */
35
36
/* Begin PBXFrameworksBuildPhase section */
37
        05A8DBEA222E25590002FD60 /* Frameworks */ = {
38
            isa = PBXFrameworksBuildPhase;
39
            buildActionMask = 2147483647;
40
            files = (
41
            );
42
            runOnlyForDeploymentPostprocessing = 0;
43
        };
44
/* End PBXFrameworksBuildPhase section */
45
46
/* Begin PBXGroup section */
47
        05A8DBE4222E25590002FD60 = {
48
            isa = PBXGroup;
49
            children = (
50
                05A8DBEF222E25590002FD60 /* ECG */,
51
                05A8DBEE222E25590002FD60 /* Products */,
52
                05241138224A7D4D007F705C /* README.md */,
53
                05241139224A7D4D007F705C /* LICENSE */,
54
            );
55
            sourceTree = "<group>";
56
        };
57
        05A8DBEE222E25590002FD60 /* Products */ = {
58
            isa = PBXGroup;
59
            children = (
60
                05A8DBED222E25590002FD60 /* ECG */,
61
            );
62
            name = Products;
63
            sourceTree = "<group>";
64
        };
65
        05A8DBEF222E25590002FD60 /* ECG */ = {
66
            isa = PBXGroup;
67
            children = (
68
                05A8DBF0222E25590002FD60 /* main.swift */,
69
                05928E27222EBC2D00C0525E /* loadDatasets.swift */,
70
                05A8DBFD222E28BB0002FD60 /* ConvModel.swift */,
71
            );
72
            path = ECG;
73
            sourceTree = "<group>";
74
        };
75
/* End PBXGroup section */
76
77
/* Begin PBXNativeTarget section */
78
        05A8DBEC222E25590002FD60 /* ECG */ = {
79
            isa = PBXNativeTarget;
80
            buildConfigurationList = 05A8DBF4222E25590002FD60 /* Build configuration list for PBXNativeTarget "ECG" */;
81
            buildPhases = (
82
                05A8DBE9222E25590002FD60 /* Sources */,
83
                05A8DBEA222E25590002FD60 /* Frameworks */,
84
                05A8DBEB222E25590002FD60 /* CopyFiles */,
85
            );
86
            buildRules = (
87
            );
88
            dependencies = (
89
            );
90
            name = ECG;
91
            productName = ECG;
92
            productReference = 05A8DBED222E25590002FD60 /* ECG */;
93
            productType = "com.apple.product-type.tool";
94
        };
95
/* End PBXNativeTarget section */
96
97
/* Begin PBXProject section */
98
        05A8DBE5222E25590002FD60 /* Project object */ = {
99
            isa = PBXProject;
100
            attributes = {
101
                LastSwiftUpdateCheck = 1010;
102
                LastUpgradeCheck = 1100;
103
                ORGANIZATIONNAME = "MintLeaf Software Inc.";
104
                TargetAttributes = {
105
                    05A8DBEC222E25590002FD60 = {
106
                        CreatedOnToolsVersion = 10.1;
107
                    };
108
                };
109
            };
110
            buildConfigurationList = 05A8DBE8222E25590002FD60 /* Build configuration list for PBXProject "ECG" */;
111
            compatibilityVersion = "Xcode 9.3";
112
            developmentRegion = en;
113
            hasScannedForEncodings = 0;
114
            knownRegions = (
115
                en,
116
                Base,
117
            );
118
            mainGroup = 05A8DBE4222E25590002FD60;
119
            productRefGroup = 05A8DBEE222E25590002FD60 /* Products */;
120
            projectDirPath = "";
121
            projectRoot = "";
122
            targets = (
123
                05A8DBEC222E25590002FD60 /* ECG */,
124
            );
125
        };
126
/* End PBXProject section */
127
128
/* Begin PBXSourcesBuildPhase section */
129
        05A8DBE9222E25590002FD60 /* Sources */ = {
130
            isa = PBXSourcesBuildPhase;
131
            buildActionMask = 2147483647;
132
            files = (
133
                05A8DBF1222E25590002FD60 /* main.swift in Sources */,
134
                0592935D223466BC006DF25D /* ConvModel.swift in Sources */,
135
                05928E28222EBC2D00C0525E /* loadDatasets.swift in Sources */,
136
            );
137
            runOnlyForDeploymentPostprocessing = 0;
138
        };
139
/* End PBXSourcesBuildPhase section */
140
141
/* Begin XCBuildConfiguration section */
142
        05A8DBF2222E25590002FD60 /* Debug */ = {
143
            isa = XCBuildConfiguration;
144
            buildSettings = {
145
                ALWAYS_SEARCH_USER_PATHS = NO;
146
                CLANG_ANALYZER_NONNULL = YES;
147
                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
148
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
149
                CLANG_CXX_LIBRARY = "libc++";
150
                CLANG_ENABLE_MODULES = YES;
151
                CLANG_ENABLE_OBJC_ARC = YES;
152
                CLANG_ENABLE_OBJC_WEAK = YES;
153
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
154
                CLANG_WARN_BOOL_CONVERSION = YES;
155
                CLANG_WARN_COMMA = YES;
156
                CLANG_WARN_CONSTANT_CONVERSION = YES;
157
                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
158
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
159
                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
160
                CLANG_WARN_EMPTY_BODY = YES;
161
                CLANG_WARN_ENUM_CONVERSION = YES;
162
                CLANG_WARN_INFINITE_RECURSION = YES;
163
                CLANG_WARN_INT_CONVERSION = YES;
164
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
165
                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
166
                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
167
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
168
                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
169
                CLANG_WARN_STRICT_PROTOTYPES = YES;
170
                CLANG_WARN_SUSPICIOUS_MOVE = YES;
171
                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
172
                CLANG_WARN_UNREACHABLE_CODE = YES;
173
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
174
                CODE_SIGN_IDENTITY = "Mac Developer";
175
                COPY_PHASE_STRIP = NO;
176
                DEBUG_INFORMATION_FORMAT = dwarf;
177
                ENABLE_STRICT_OBJC_MSGSEND = YES;
178
                ENABLE_TESTABILITY = YES;
179
                GCC_C_LANGUAGE_STANDARD = gnu11;
180
                GCC_DYNAMIC_NO_PIC = NO;
181
                GCC_NO_COMMON_BLOCKS = YES;
182
                GCC_OPTIMIZATION_LEVEL = 0;
183
                GCC_PREPROCESSOR_DEFINITIONS = (
184
                    "DEBUG=1",
185
                    "$(inherited)",
186
                );
187
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
188
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
189
                GCC_WARN_UNDECLARED_SELECTOR = YES;
190
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
191
                GCC_WARN_UNUSED_FUNCTION = YES;
192
                GCC_WARN_UNUSED_VARIABLE = YES;
193
                LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
194
                MACOSX_DEPLOYMENT_TARGET = 10.14;
195
                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
196
                MTL_FAST_MATH = YES;
197
                ONLY_ACTIVE_ARCH = YES;
198
                SDKROOT = macosx;
199
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
200
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
201
            };
202
            name = Debug;
203
        };
204
        05A8DBF3222E25590002FD60 /* Release */ = {
205
            isa = XCBuildConfiguration;
206
            buildSettings = {
207
                ALWAYS_SEARCH_USER_PATHS = NO;
208
                CLANG_ANALYZER_NONNULL = YES;
209
                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
210
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
211
                CLANG_CXX_LIBRARY = "libc++";
212
                CLANG_ENABLE_MODULES = YES;
213
                CLANG_ENABLE_OBJC_ARC = YES;
214
                CLANG_ENABLE_OBJC_WEAK = YES;
215
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
216
                CLANG_WARN_BOOL_CONVERSION = YES;
217
                CLANG_WARN_COMMA = YES;
218
                CLANG_WARN_CONSTANT_CONVERSION = YES;
219
                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
220
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
221
                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
222
                CLANG_WARN_EMPTY_BODY = YES;
223
                CLANG_WARN_ENUM_CONVERSION = YES;
224
                CLANG_WARN_INFINITE_RECURSION = YES;
225
                CLANG_WARN_INT_CONVERSION = YES;
226
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
227
                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
228
                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
229
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
230
                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
231
                CLANG_WARN_STRICT_PROTOTYPES = YES;
232
                CLANG_WARN_SUSPICIOUS_MOVE = YES;
233
                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
234
                CLANG_WARN_UNREACHABLE_CODE = YES;
235
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
236
                CODE_SIGN_IDENTITY = "Mac Developer";
237
                COPY_PHASE_STRIP = NO;
238
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
239
                ENABLE_NS_ASSERTIONS = NO;
240
                ENABLE_STRICT_OBJC_MSGSEND = YES;
241
                GCC_C_LANGUAGE_STANDARD = gnu11;
242
                GCC_NO_COMMON_BLOCKS = YES;
243
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
244
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
245
                GCC_WARN_UNDECLARED_SELECTOR = YES;
246
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
247
                GCC_WARN_UNUSED_FUNCTION = YES;
248
                GCC_WARN_UNUSED_VARIABLE = YES;
249
                LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
250
                MACOSX_DEPLOYMENT_TARGET = 10.14;
251
                MTL_ENABLE_DEBUG_INFO = NO;
252
                MTL_FAST_MATH = YES;
253
                SDKROOT = macosx;
254
                SWIFT_COMPILATION_MODE = wholemodule;
255
                SWIFT_OPTIMIZATION_LEVEL = "-O";
256
            };
257
            name = Release;
258
        };
259
        05A8DBF5222E25590002FD60 /* Debug */ = {
260
            isa = XCBuildConfiguration;
261
            buildSettings = {
262
                CODE_SIGN_IDENTITY = "-";
263
                CODE_SIGN_STYLE = Automatic;
264
                DEVELOPMENT_TEAM = 7JWQTA27LH;
265
                PRODUCT_NAME = "$(TARGET_NAME)";
266
                SWIFT_VERSION = 5.0;
267
            };
268
            name = Debug;
269
        };
270
        05A8DBF6222E25590002FD60 /* Release */ = {
271
            isa = XCBuildConfiguration;
272
            buildSettings = {
273
                CODE_SIGN_IDENTITY = "-";
274
                CODE_SIGN_STYLE = Automatic;
275
                DEVELOPMENT_TEAM = 7JWQTA27LH;
276
                PRODUCT_NAME = "$(TARGET_NAME)";
277
                SWIFT_VERSION = 5.0;
278
            };
279
            name = Release;
280
        };
281
/* End XCBuildConfiguration section */
282
283
/* Begin XCConfigurationList section */
284
        05A8DBE8222E25590002FD60 /* Build configuration list for PBXProject "ECG" */ = {
285
            isa = XCConfigurationList;
286
            buildConfigurations = (
287
                05A8DBF2222E25590002FD60 /* Debug */,
288
                05A8DBF3222E25590002FD60 /* Release */,
289
            );
290
            defaultConfigurationIsVisible = 0;
291
            defaultConfigurationName = Release;
292
        };
293
        05A8DBF4222E25590002FD60 /* Build configuration list for PBXNativeTarget "ECG" */ = {
294
            isa = XCConfigurationList;
295
            buildConfigurations = (
296
                05A8DBF5222E25590002FD60 /* Debug */,
297
                05A8DBF6222E25590002FD60 /* Release */,
298
            );
299
            defaultConfigurationIsVisible = 0;
300
            defaultConfigurationName = Release;
301
        };
302
/* End XCConfigurationList section */
303
    };
304
    rootObject = 05A8DBE5222E25590002FD60 /* Project object */;
305
}