|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 6C3A46602ECE21970013F19A /* FrontPushupExercise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3A465F2ECE21970013F19A /* FrontPushupExercise.swift */; }; |
10 | 11 | 6C88C6772E68604700223401 /* CustomExerciseEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C88C6752E68604700223401 /* CustomExerciseEngine.swift */; }; |
11 | 12 | 6C88C6782E68604700223401 /* SideTiltsExercise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C88C6762E68604700223401 /* SideTiltsExercise.swift */; }; |
12 | 13 | 6C88C6EF2E69BDBE00223401 /* KneeRaisesExercise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C88C6EE2E69BDBE00223401 /* KneeRaisesExercise.swift */; }; |
|
33 | 34 | /* End PBXBuildFile section */ |
34 | 35 |
|
35 | 36 | /* Begin PBXFileReference section */ |
| 37 | + 6C3A465F2ECE21970013F19A /* FrontPushupExercise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FrontPushupExercise.swift; sourceTree = "<group>"; }; |
36 | 38 | 6C88C6752E68604700223401 /* CustomExerciseEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomExerciseEngine.swift; sourceTree = "<group>"; }; |
37 | 39 | 6C88C6762E68604700223401 /* SideTiltsExercise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideTiltsExercise.swift; sourceTree = "<group>"; }; |
38 | 40 | 6C88C6EE2E69BDBE00223401 /* KneeRaisesExercise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KneeRaisesExercise.swift; sourceTree = "<group>"; }; |
|
130 | 132 | 6C88C6752E68604700223401 /* CustomExerciseEngine.swift */, |
131 | 133 | 6C88C6EE2E69BDBE00223401 /* KneeRaisesExercise.swift */, |
132 | 134 | 6C88C6762E68604700223401 /* SideTiltsExercise.swift */, |
| 135 | + 6C3A465F2ECE21970013F19A /* FrontPushupExercise.swift */, |
133 | 136 | 92F2D1FA2A1D0C8400EC1B81 /* Text2Speech.swift */, |
134 | 137 | 924D6E212A264B3600227183 /* JsonWriter.swift */, |
135 | 138 | 920A3EEB2A1F6E0E00EC6FC9 /* Timer.swift */, |
|
233 | 236 | buildActionMask = 2147483647; |
234 | 237 | files = ( |
235 | 238 | 92CACFD32A1B7DD100DA2B40 /* ContentView.swift in Sources */, |
| 239 | + 6C3A46602ECE21970013F19A /* FrontPushupExercise.swift in Sources */, |
236 | 240 | 9215905F2A2A10BF001254BC /* InstructionsView.swift in Sources */, |
237 | 241 | 92CACFD12A1B7DD100DA2B40 /* FitCountApp.swift in Sources */, |
238 | 242 | 6C88C6772E68604700223401 /* CustomExerciseEngine.swift in Sources */, |
|
379 | 383 | ENABLE_PREVIEWS = YES; |
380 | 384 | GENERATE_INFOPLIST_FILE = YES; |
381 | 385 | INFOPLIST_FILE = FitCount/Info.plist; |
382 | | - INFOPLIST_KEY_NSCameraUsageDescription = "We use your camera to provide movements feedback during a workout"; |
| 386 | + INFOPLIST_KEY_NSCameraUsageDescription = "We use your camera to provide movement feedback during a workout"; |
383 | 387 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
384 | 388 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
385 | 389 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
386 | 390 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
387 | 391 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
388 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
| 392 | + IPHONEOS_DEPLOYMENT_TARGET = 18; |
389 | 393 | LD_RUNPATH_SEARCH_PATHS = ( |
390 | 394 | "$(inherited)", |
391 | 395 | "@executable_path/Frameworks", |
392 | 396 | ); |
393 | | - MARKETING_VERSION = 0.4; |
394 | | - PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.demo; |
| 397 | + MARKETING_VERSION = 1.0; |
| 398 | + PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.repcount; |
395 | 399 | PRODUCT_NAME = "$(TARGET_NAME)"; |
396 | 400 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
397 | 401 | SUPPORTS_MACCATALYST = NO; |
398 | 402 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
| 403 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
399 | 404 | SWIFT_EMIT_LOC_STRINGS = YES; |
400 | 405 | SWIFT_VERSION = 5.0; |
401 | 406 | TARGETED_DEVICE_FAMILY = 1; |
|
413 | 418 | ENABLE_PREVIEWS = YES; |
414 | 419 | GENERATE_INFOPLIST_FILE = YES; |
415 | 420 | INFOPLIST_FILE = FitCount/Info.plist; |
416 | | - INFOPLIST_KEY_NSCameraUsageDescription = "We use your camera to provide movements feedback during a workout"; |
| 421 | + INFOPLIST_KEY_NSCameraUsageDescription = "We use your camera to provide movement feedback during a workout"; |
417 | 422 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
418 | 423 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
419 | 424 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
420 | 425 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
421 | 426 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
422 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
| 427 | + IPHONEOS_DEPLOYMENT_TARGET = 18; |
423 | 428 | LD_RUNPATH_SEARCH_PATHS = ( |
424 | 429 | "$(inherited)", |
425 | 430 | "@executable_path/Frameworks", |
426 | 431 | ); |
427 | | - MARKETING_VERSION = 0.4; |
428 | | - PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.demo; |
| 432 | + MARKETING_VERSION = 1.0; |
| 433 | + PRODUCT_BUNDLE_IDENTIFIER = ai.quickpose.repcount; |
429 | 434 | PRODUCT_NAME = "$(TARGET_NAME)"; |
430 | 435 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
431 | 436 | SUPPORTS_MACCATALYST = NO; |
432 | 437 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
| 438 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
433 | 439 | SWIFT_EMIT_LOC_STRINGS = YES; |
434 | 440 | SWIFT_VERSION = 5.0; |
435 | 441 | TARGETED_DEVICE_FAMILY = 1; |
|
0 commit comments