tangled
alpha
login
or
join now
burrito.space
/
overrun
2
fork
atom
Apple Fitness workout fixer + Strava uploader
2
fork
atom
overview
issues
pulls
pipelines
Initial Commit
mbenz12
2 years ago
43ec3535
+450
10 changed files
expand all
collapse all
unified
split
WorkoutEditor
Assets.xcassets
AccentColor.colorset
Contents.json
AppIcon.appiconset
Contents.json
Contents.json
ContentView.swift
Preview Content
Preview Assets.xcassets
Contents.json
WorkoutEditorApp.swift
WorkoutEditor.xcodeproj
project.pbxproj
project.xcworkspace
contents.xcworkspacedata
xcshareddata
IDEWorkspaceChecks.plist
xcuserdata
lynx1.xcuserdatad
xcschemes
xcschememanagement.plist
+342
WorkoutEditor.xcodeproj/project.pbxproj
···
1
1
+
// !$*UTF8*$!
2
2
+
{
3
3
+
archiveVersion = 1;
4
4
+
classes = {
5
5
+
};
6
6
+
objectVersion = 56;
7
7
+
objects = {
8
8
+
9
9
+
/* Begin PBXBuildFile section */
10
10
+
06E7DFAC2B3608DD0025260F /* WorkoutEditorApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E7DFAB2B3608DD0025260F /* WorkoutEditorApp.swift */; };
11
11
+
06E7DFAE2B3608DD0025260F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E7DFAD2B3608DD0025260F /* ContentView.swift */; };
12
12
+
06E7DFB02B3608E00025260F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 06E7DFAF2B3608E00025260F /* Assets.xcassets */; };
13
13
+
06E7DFB32B3608E00025260F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 06E7DFB22B3608E00025260F /* Preview Assets.xcassets */; };
14
14
+
/* End PBXBuildFile section */
15
15
+
16
16
+
/* Begin PBXFileReference section */
17
17
+
06E7DFA82B3608DD0025260F /* WorkoutEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WorkoutEditor.app; sourceTree = BUILT_PRODUCTS_DIR; };
18
18
+
06E7DFAB2B3608DD0025260F /* WorkoutEditorApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkoutEditorApp.swift; sourceTree = "<group>"; };
19
19
+
06E7DFAD2B3608DD0025260F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
20
20
+
06E7DFAF2B3608E00025260F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
21
21
+
06E7DFB22B3608E00025260F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
22
22
+
/* End PBXFileReference section */
23
23
+
24
24
+
/* Begin PBXFrameworksBuildPhase section */
25
25
+
06E7DFA52B3608DD0025260F /* Frameworks */ = {
26
26
+
isa = PBXFrameworksBuildPhase;
27
27
+
buildActionMask = 2147483647;
28
28
+
files = (
29
29
+
);
30
30
+
runOnlyForDeploymentPostprocessing = 0;
31
31
+
};
32
32
+
/* End PBXFrameworksBuildPhase section */
33
33
+
34
34
+
/* Begin PBXGroup section */
35
35
+
06E7DF9F2B3608DD0025260F = {
36
36
+
isa = PBXGroup;
37
37
+
children = (
38
38
+
06E7DFAA2B3608DD0025260F /* WorkoutEditor */,
39
39
+
06E7DFA92B3608DD0025260F /* Products */,
40
40
+
);
41
41
+
sourceTree = "<group>";
42
42
+
};
43
43
+
06E7DFA92B3608DD0025260F /* Products */ = {
44
44
+
isa = PBXGroup;
45
45
+
children = (
46
46
+
06E7DFA82B3608DD0025260F /* WorkoutEditor.app */,
47
47
+
);
48
48
+
name = Products;
49
49
+
sourceTree = "<group>";
50
50
+
};
51
51
+
06E7DFAA2B3608DD0025260F /* WorkoutEditor */ = {
52
52
+
isa = PBXGroup;
53
53
+
children = (
54
54
+
06E7DFAB2B3608DD0025260F /* WorkoutEditorApp.swift */,
55
55
+
06E7DFAD2B3608DD0025260F /* ContentView.swift */,
56
56
+
06E7DFAF2B3608E00025260F /* Assets.xcassets */,
57
57
+
06E7DFB12B3608E00025260F /* Preview Content */,
58
58
+
);
59
59
+
path = WorkoutEditor;
60
60
+
sourceTree = "<group>";
61
61
+
};
62
62
+
06E7DFB12B3608E00025260F /* Preview Content */ = {
63
63
+
isa = PBXGroup;
64
64
+
children = (
65
65
+
06E7DFB22B3608E00025260F /* Preview Assets.xcassets */,
66
66
+
);
67
67
+
path = "Preview Content";
68
68
+
sourceTree = "<group>";
69
69
+
};
70
70
+
/* End PBXGroup section */
71
71
+
72
72
+
/* Begin PBXNativeTarget section */
73
73
+
06E7DFA72B3608DD0025260F /* WorkoutEditor */ = {
74
74
+
isa = PBXNativeTarget;
75
75
+
buildConfigurationList = 06E7DFB62B3608E00025260F /* Build configuration list for PBXNativeTarget "WorkoutEditor" */;
76
76
+
buildPhases = (
77
77
+
06E7DFA42B3608DD0025260F /* Sources */,
78
78
+
06E7DFA52B3608DD0025260F /* Frameworks */,
79
79
+
06E7DFA62B3608DD0025260F /* Resources */,
80
80
+
);
81
81
+
buildRules = (
82
82
+
);
83
83
+
dependencies = (
84
84
+
);
85
85
+
name = WorkoutEditor;
86
86
+
productName = WorkoutEditor;
87
87
+
productReference = 06E7DFA82B3608DD0025260F /* WorkoutEditor.app */;
88
88
+
productType = "com.apple.product-type.application";
89
89
+
};
90
90
+
/* End PBXNativeTarget section */
91
91
+
92
92
+
/* Begin PBXProject section */
93
93
+
06E7DFA02B3608DD0025260F /* Project object */ = {
94
94
+
isa = PBXProject;
95
95
+
attributes = {
96
96
+
BuildIndependentTargetsInParallel = 1;
97
97
+
LastSwiftUpdateCheck = 1400;
98
98
+
LastUpgradeCheck = 1400;
99
99
+
TargetAttributes = {
100
100
+
06E7DFA72B3608DD0025260F = {
101
101
+
CreatedOnToolsVersion = 14.0.1;
102
102
+
};
103
103
+
};
104
104
+
};
105
105
+
buildConfigurationList = 06E7DFA32B3608DD0025260F /* Build configuration list for PBXProject "WorkoutEditor" */;
106
106
+
compatibilityVersion = "Xcode 14.0";
107
107
+
developmentRegion = en;
108
108
+
hasScannedForEncodings = 0;
109
109
+
knownRegions = (
110
110
+
en,
111
111
+
Base,
112
112
+
);
113
113
+
mainGroup = 06E7DF9F2B3608DD0025260F;
114
114
+
productRefGroup = 06E7DFA92B3608DD0025260F /* Products */;
115
115
+
projectDirPath = "";
116
116
+
projectRoot = "";
117
117
+
targets = (
118
118
+
06E7DFA72B3608DD0025260F /* WorkoutEditor */,
119
119
+
);
120
120
+
};
121
121
+
/* End PBXProject section */
122
122
+
123
123
+
/* Begin PBXResourcesBuildPhase section */
124
124
+
06E7DFA62B3608DD0025260F /* Resources */ = {
125
125
+
isa = PBXResourcesBuildPhase;
126
126
+
buildActionMask = 2147483647;
127
127
+
files = (
128
128
+
06E7DFB32B3608E00025260F /* Preview Assets.xcassets in Resources */,
129
129
+
06E7DFB02B3608E00025260F /* Assets.xcassets in Resources */,
130
130
+
);
131
131
+
runOnlyForDeploymentPostprocessing = 0;
132
132
+
};
133
133
+
/* End PBXResourcesBuildPhase section */
134
134
+
135
135
+
/* Begin PBXSourcesBuildPhase section */
136
136
+
06E7DFA42B3608DD0025260F /* Sources */ = {
137
137
+
isa = PBXSourcesBuildPhase;
138
138
+
buildActionMask = 2147483647;
139
139
+
files = (
140
140
+
06E7DFAE2B3608DD0025260F /* ContentView.swift in Sources */,
141
141
+
06E7DFAC2B3608DD0025260F /* WorkoutEditorApp.swift in Sources */,
142
142
+
);
143
143
+
runOnlyForDeploymentPostprocessing = 0;
144
144
+
};
145
145
+
/* End PBXSourcesBuildPhase section */
146
146
+
147
147
+
/* Begin XCBuildConfiguration section */
148
148
+
06E7DFB42B3608E00025260F /* Debug */ = {
149
149
+
isa = XCBuildConfiguration;
150
150
+
buildSettings = {
151
151
+
ALWAYS_SEARCH_USER_PATHS = NO;
152
152
+
CLANG_ANALYZER_NONNULL = YES;
153
153
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
154
154
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
155
155
+
CLANG_ENABLE_MODULES = YES;
156
156
+
CLANG_ENABLE_OBJC_ARC = YES;
157
157
+
CLANG_ENABLE_OBJC_WEAK = YES;
158
158
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
159
159
+
CLANG_WARN_BOOL_CONVERSION = YES;
160
160
+
CLANG_WARN_COMMA = YES;
161
161
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
162
162
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
163
163
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
164
164
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
165
165
+
CLANG_WARN_EMPTY_BODY = YES;
166
166
+
CLANG_WARN_ENUM_CONVERSION = YES;
167
167
+
CLANG_WARN_INFINITE_RECURSION = YES;
168
168
+
CLANG_WARN_INT_CONVERSION = YES;
169
169
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
170
170
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
171
171
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
172
172
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
173
173
+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
174
174
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
175
175
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
176
176
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
177
177
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
178
178
+
CLANG_WARN_UNREACHABLE_CODE = YES;
179
179
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
180
180
+
COPY_PHASE_STRIP = NO;
181
181
+
DEBUG_INFORMATION_FORMAT = dwarf;
182
182
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
183
183
+
ENABLE_TESTABILITY = YES;
184
184
+
GCC_C_LANGUAGE_STANDARD = gnu11;
185
185
+
GCC_DYNAMIC_NO_PIC = NO;
186
186
+
GCC_NO_COMMON_BLOCKS = YES;
187
187
+
GCC_OPTIMIZATION_LEVEL = 0;
188
188
+
GCC_PREPROCESSOR_DEFINITIONS = (
189
189
+
"DEBUG=1",
190
190
+
"$(inherited)",
191
191
+
);
192
192
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
193
193
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
194
194
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
195
195
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
196
196
+
GCC_WARN_UNUSED_FUNCTION = YES;
197
197
+
GCC_WARN_UNUSED_VARIABLE = YES;
198
198
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
199
199
+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
200
200
+
MTL_FAST_MATH = YES;
201
201
+
ONLY_ACTIVE_ARCH = YES;
202
202
+
SDKROOT = iphoneos;
203
203
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
204
204
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
205
205
+
};
206
206
+
name = Debug;
207
207
+
};
208
208
+
06E7DFB52B3608E00025260F /* Release */ = {
209
209
+
isa = XCBuildConfiguration;
210
210
+
buildSettings = {
211
211
+
ALWAYS_SEARCH_USER_PATHS = NO;
212
212
+
CLANG_ANALYZER_NONNULL = YES;
213
213
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
214
214
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
215
215
+
CLANG_ENABLE_MODULES = YES;
216
216
+
CLANG_ENABLE_OBJC_ARC = YES;
217
217
+
CLANG_ENABLE_OBJC_WEAK = YES;
218
218
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
219
219
+
CLANG_WARN_BOOL_CONVERSION = YES;
220
220
+
CLANG_WARN_COMMA = YES;
221
221
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
222
222
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
223
223
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
224
224
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
225
225
+
CLANG_WARN_EMPTY_BODY = YES;
226
226
+
CLANG_WARN_ENUM_CONVERSION = YES;
227
227
+
CLANG_WARN_INFINITE_RECURSION = YES;
228
228
+
CLANG_WARN_INT_CONVERSION = YES;
229
229
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
230
230
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
231
231
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
232
232
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
233
233
+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
234
234
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
235
235
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
236
236
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
237
237
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
238
238
+
CLANG_WARN_UNREACHABLE_CODE = YES;
239
239
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
240
240
+
COPY_PHASE_STRIP = NO;
241
241
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
242
242
+
ENABLE_NS_ASSERTIONS = NO;
243
243
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
244
244
+
GCC_C_LANGUAGE_STANDARD = gnu11;
245
245
+
GCC_NO_COMMON_BLOCKS = YES;
246
246
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247
247
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248
248
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
249
249
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250
250
+
GCC_WARN_UNUSED_FUNCTION = YES;
251
251
+
GCC_WARN_UNUSED_VARIABLE = YES;
252
252
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
253
253
+
MTL_ENABLE_DEBUG_INFO = NO;
254
254
+
MTL_FAST_MATH = YES;
255
255
+
SDKROOT = iphoneos;
256
256
+
SWIFT_COMPILATION_MODE = wholemodule;
257
257
+
SWIFT_OPTIMIZATION_LEVEL = "-O";
258
258
+
VALIDATE_PRODUCT = YES;
259
259
+
};
260
260
+
name = Release;
261
261
+
};
262
262
+
06E7DFB72B3608E00025260F /* Debug */ = {
263
263
+
isa = XCBuildConfiguration;
264
264
+
buildSettings = {
265
265
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
266
266
+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
267
267
+
CODE_SIGN_STYLE = Automatic;
268
268
+
CURRENT_PROJECT_VERSION = 1;
269
269
+
DEVELOPMENT_ASSET_PATHS = "\"WorkoutEditor/Preview Content\"";
270
270
+
ENABLE_PREVIEWS = YES;
271
271
+
GENERATE_INFOPLIST_FILE = YES;
272
272
+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
273
273
+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
274
274
+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
275
275
+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
276
276
+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
277
277
+
LD_RUNPATH_SEARCH_PATHS = (
278
278
+
"$(inherited)",
279
279
+
"@executable_path/Frameworks",
280
280
+
);
281
281
+
MARKETING_VERSION = 1.0;
282
282
+
PRODUCT_BUNDLE_IDENTIFIER = example.com.WorkoutEditor;
283
283
+
PRODUCT_NAME = "$(TARGET_NAME)";
284
284
+
SWIFT_EMIT_LOC_STRINGS = YES;
285
285
+
SWIFT_VERSION = 5.0;
286
286
+
TARGETED_DEVICE_FAMILY = "1,2";
287
287
+
};
288
288
+
name = Debug;
289
289
+
};
290
290
+
06E7DFB82B3608E00025260F /* Release */ = {
291
291
+
isa = XCBuildConfiguration;
292
292
+
buildSettings = {
293
293
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
294
294
+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
295
295
+
CODE_SIGN_STYLE = Automatic;
296
296
+
CURRENT_PROJECT_VERSION = 1;
297
297
+
DEVELOPMENT_ASSET_PATHS = "\"WorkoutEditor/Preview Content\"";
298
298
+
ENABLE_PREVIEWS = YES;
299
299
+
GENERATE_INFOPLIST_FILE = YES;
300
300
+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
301
301
+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
302
302
+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
303
303
+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
304
304
+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
305
305
+
LD_RUNPATH_SEARCH_PATHS = (
306
306
+
"$(inherited)",
307
307
+
"@executable_path/Frameworks",
308
308
+
);
309
309
+
MARKETING_VERSION = 1.0;
310
310
+
PRODUCT_BUNDLE_IDENTIFIER = example.com.WorkoutEditor;
311
311
+
PRODUCT_NAME = "$(TARGET_NAME)";
312
312
+
SWIFT_EMIT_LOC_STRINGS = YES;
313
313
+
SWIFT_VERSION = 5.0;
314
314
+
TARGETED_DEVICE_FAMILY = "1,2";
315
315
+
};
316
316
+
name = Release;
317
317
+
};
318
318
+
/* End XCBuildConfiguration section */
319
319
+
320
320
+
/* Begin XCConfigurationList section */
321
321
+
06E7DFA32B3608DD0025260F /* Build configuration list for PBXProject "WorkoutEditor" */ = {
322
322
+
isa = XCConfigurationList;
323
323
+
buildConfigurations = (
324
324
+
06E7DFB42B3608E00025260F /* Debug */,
325
325
+
06E7DFB52B3608E00025260F /* Release */,
326
326
+
);
327
327
+
defaultConfigurationIsVisible = 0;
328
328
+
defaultConfigurationName = Release;
329
329
+
};
330
330
+
06E7DFB62B3608E00025260F /* Build configuration list for PBXNativeTarget "WorkoutEditor" */ = {
331
331
+
isa = XCConfigurationList;
332
332
+
buildConfigurations = (
333
333
+
06E7DFB72B3608E00025260F /* Debug */,
334
334
+
06E7DFB82B3608E00025260F /* Release */,
335
335
+
);
336
336
+
defaultConfigurationIsVisible = 0;
337
337
+
defaultConfigurationName = Release;
338
338
+
};
339
339
+
/* End XCConfigurationList section */
340
340
+
};
341
341
+
rootObject = 06E7DFA02B3608DD0025260F /* Project object */;
342
342
+
}
+7
WorkoutEditor.xcodeproj/project.xcworkspace/contents.xcworkspacedata
···
1
1
+
<?xml version="1.0" encoding="UTF-8"?>
2
2
+
<Workspace
3
3
+
version = "1.0">
4
4
+
<FileRef
5
5
+
location = "self:">
6
6
+
</FileRef>
7
7
+
</Workspace>
+8
WorkoutEditor.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
···
1
1
+
<?xml version="1.0" encoding="UTF-8"?>
2
2
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
+
<plist version="1.0">
4
4
+
<dict>
5
5
+
<key>IDEDidComputeMac32BitWarning</key>
6
6
+
<true/>
7
7
+
</dict>
8
8
+
</plist>
+14
WorkoutEditor.xcodeproj/xcuserdata/lynx1.xcuserdatad/xcschemes/xcschememanagement.plist
···
1
1
+
<?xml version="1.0" encoding="UTF-8"?>
2
2
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
+
<plist version="1.0">
4
4
+
<dict>
5
5
+
<key>SchemeUserState</key>
6
6
+
<dict>
7
7
+
<key>WorkoutEditor.xcscheme_^#shared#^_</key>
8
8
+
<dict>
9
9
+
<key>orderHint</key>
10
10
+
<integer>0</integer>
11
11
+
</dict>
12
12
+
</dict>
13
13
+
</dict>
14
14
+
</plist>
+11
WorkoutEditor/Assets.xcassets/AccentColor.colorset/Contents.json
···
1
1
+
{
2
2
+
"colors" : [
3
3
+
{
4
4
+
"idiom" : "universal"
5
5
+
}
6
6
+
],
7
7
+
"info" : {
8
8
+
"author" : "xcode",
9
9
+
"version" : 1
10
10
+
}
11
11
+
}
+13
WorkoutEditor/Assets.xcassets/AppIcon.appiconset/Contents.json
···
1
1
+
{
2
2
+
"images" : [
3
3
+
{
4
4
+
"idiom" : "universal",
5
5
+
"platform" : "ios",
6
6
+
"size" : "1024x1024"
7
7
+
}
8
8
+
],
9
9
+
"info" : {
10
10
+
"author" : "xcode",
11
11
+
"version" : 1
12
12
+
}
13
13
+
}
+6
WorkoutEditor/Assets.xcassets/Contents.json
···
1
1
+
{
2
2
+
"info" : {
3
3
+
"author" : "xcode",
4
4
+
"version" : 1
5
5
+
}
6
6
+
}
+26
WorkoutEditor/ContentView.swift
···
1
1
+
//
2
2
+
// ContentView.swift
3
3
+
// WorkoutEditor
4
4
+
//
5
5
+
// Created by Vladyslav on 22.12.2023.
6
6
+
//
7
7
+
8
8
+
import SwiftUI
9
9
+
10
10
+
struct ContentView: View {
11
11
+
var body: some View {
12
12
+
VStack {
13
13
+
Image(systemName: "globe")
14
14
+
.imageScale(.large)
15
15
+
.foregroundColor(.accentColor)
16
16
+
Text("Hello, world!")
17
17
+
}
18
18
+
.padding()
19
19
+
}
20
20
+
}
21
21
+
22
22
+
struct ContentView_Previews: PreviewProvider {
23
23
+
static var previews: some View {
24
24
+
ContentView()
25
25
+
}
26
26
+
}
+6
WorkoutEditor/Preview Content/Preview Assets.xcassets/Contents.json
···
1
1
+
{
2
2
+
"info" : {
3
3
+
"author" : "xcode",
4
4
+
"version" : 1
5
5
+
}
6
6
+
}
+17
WorkoutEditor/WorkoutEditorApp.swift
···
1
1
+
//
2
2
+
// WorkoutEditorApp.swift
3
3
+
// WorkoutEditor
4
4
+
//
5
5
+
// Created by Vladyslav on 22.12.2023.
6
6
+
//
7
7
+
8
8
+
import SwiftUI
9
9
+
10
10
+
@main
11
11
+
struct WorkoutEditorApp: App {
12
12
+
var body: some Scene {
13
13
+
WindowGroup {
14
14
+
ContentView()
15
15
+
}
16
16
+
}
17
17
+
}