|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 4011EECD2961C9B000A36D87 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 4011EECC2961C9B000A36D87 /* LICENSE */; }; |
| 11 | + 40245EF6296BE7D4007B5DAB /* ExerciseRunList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40245EF5296BE7D4007B5DAB /* ExerciseRunList.swift */; }; |
| 12 | + 402A5F2F296B7FE000A43DB3 /* HistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 402A5F2E296B7F7B00A43DB3 /* HistoryView.swift */; }; |
| 13 | + 402A5F32296B835B00A43DB3 /* Tabler in Frameworks */ = {isa = PBXBuildFile; productRef = 402A5F31296B835B00A43DB3 /* Tabler */; }; |
| 14 | + 408FACFE296CAC9300D02C9C /* RoutineRunList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 408FACFD296CABC400D02C9C /* RoutineRunList.swift */; }; |
11 | 15 | 40B51E45294549DF0047377A /* GroutUI in Frameworks */ = {isa = PBXBuildFile; productRef = 40B51E44294549DF0047377A /* GroutUI */; }; |
12 | 16 | 40CCF3F629454D2B007DDE69 /* GroutLib in Frameworks */ = {isa = PBXBuildFile; productRef = 40CCF3F529454D2B007DDE69 /* GroutLib */; }; |
13 | 17 | 40E347BE29452CF1003A19B9 /* PlusApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E347BD29452CF1003A19B9 /* PlusApp.swift */; }; |
|
21 | 25 | /* Begin PBXFileReference section */ |
22 | 26 | 4011EECC2961C9B000A36D87 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
23 | 27 | 4011EECE2961C9BC00A36D87 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 28 | + 40245EF5296BE7D4007B5DAB /* ExerciseRunList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExerciseRunList.swift; sourceTree = "<group>"; }; |
| 29 | + 402A5F2E296B7F7B00A43DB3 /* HistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryView.swift; sourceTree = "<group>"; }; |
| 30 | + 408FACFD296CABC400D02C9C /* RoutineRunList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoutineRunList.swift; sourceTree = "<group>"; }; |
24 | 31 | 40E347BA29452CF1003A19B9 /* Gym Routine Tracker Plus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Gym Routine Tracker Plus.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 32 | 40E347BD29452CF1003A19B9 /* PlusApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlusApp.swift; sourceTree = "<group>"; }; |
26 | 33 | 40E347BF29452CF1003A19B9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
35 | 42 | isa = PBXFrameworksBuildPhase; |
36 | 43 | buildActionMask = 2147483647; |
37 | 44 | files = ( |
| 45 | + 402A5F32296B835B00A43DB3 /* Tabler in Frameworks */, |
38 | 46 | 40B51E45294549DF0047377A /* GroutUI in Frameworks */, |
39 | 47 | 40E347D329452E4B003A19B9 /* Compactor in Frameworks */, |
40 | 48 | 40EBE1CC29635306004B9189 /* GroutUI in Frameworks */, |
|
76 | 84 | children = ( |
77 | 85 | 40E347BD29452CF1003A19B9 /* PlusApp.swift */, |
78 | 86 | 40E347BF29452CF1003A19B9 /* ContentView.swift */, |
| 87 | + 402A5F2E296B7F7B00A43DB3 /* HistoryView.swift */, |
| 88 | + 408FACFD296CABC400D02C9C /* RoutineRunList.swift */, |
| 89 | + 40245EF5296BE7D4007B5DAB /* ExerciseRunList.swift */, |
79 | 90 | 40E347C129452CF1003A19B9 /* Assets.xcassets */, |
80 | 91 | 40EBCFDE294BFB880082A172 /* Info.plist */, |
81 | 92 | 40E347C329452CF1003A19B9 /* App.entitlements */, |
|
113 | 124 | 40B51E44294549DF0047377A /* GroutUI */, |
114 | 125 | 40CCF3F529454D2B007DDE69 /* GroutLib */, |
115 | 126 | 40EBE1CB29635306004B9189 /* GroutUI */, |
| 127 | + 402A5F31296B835B00A43DB3 /* Tabler */, |
116 | 128 | ); |
117 | 129 | productName = "Gym Routine Tracker Plus"; |
118 | 130 | productReference = 40E347BA29452CF1003A19B9 /* Gym Routine Tracker Plus.app */; |
|
145 | 157 | packageReferences = ( |
146 | 158 | 40E347D129452E4B003A19B9 /* XCRemoteSwiftPackageReference "SwiftCompactor" */, |
147 | 159 | 40EBE1CA29635306004B9189 /* XCRemoteSwiftPackageReference "GroutUI" */, |
| 160 | + 402A5F30296B835B00A43DB3 /* XCRemoteSwiftPackageReference "SwiftTabler" */, |
148 | 161 | ); |
149 | 162 | productRefGroup = 40E347BB29452CF1003A19B9 /* Products */; |
150 | 163 | projectDirPath = ""; |
|
174 | 187 | buildActionMask = 2147483647; |
175 | 188 | files = ( |
176 | 189 | 40E347C029452CF1003A19B9 /* ContentView.swift in Sources */, |
| 190 | + 408FACFE296CAC9300D02C9C /* RoutineRunList.swift in Sources */, |
| 191 | + 40245EF6296BE7D4007B5DAB /* ExerciseRunList.swift in Sources */, |
| 192 | + 402A5F2F296B7FE000A43DB3 /* HistoryView.swift in Sources */, |
177 | 193 | 40E347BE29452CF1003A19B9 /* PlusApp.swift in Sources */, |
178 | 194 | ); |
179 | 195 | runOnlyForDeploymentPostprocessing = 0; |
|
297 | 313 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
298 | 314 | CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements; |
299 | 315 | CODE_SIGN_STYLE = Automatic; |
300 | | - CURRENT_PROJECT_VERSION = 5; |
| 316 | + CURRENT_PROJECT_VERSION = 7; |
301 | 317 | DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\""; |
302 | 318 | DEVELOPMENT_TEAM = J735QC5U38; |
303 | 319 | ENABLE_HARDENED_RUNTIME = YES; |
|
320 | 336 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
321 | 337 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
322 | 338 | MACOSX_DEPLOYMENT_TARGET = 13.0; |
323 | | - MARKETING_VERSION = 1.4; |
| 339 | + MARKETING_VERSION = 1.5; |
324 | 340 | PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.plus; |
325 | 341 | PRODUCT_NAME = "$(TARGET_NAME)"; |
326 | 342 | SDKROOT = auto; |
|
340 | 356 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
341 | 357 | CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements; |
342 | 358 | CODE_SIGN_STYLE = Automatic; |
343 | | - CURRENT_PROJECT_VERSION = 5; |
| 359 | + CURRENT_PROJECT_VERSION = 7; |
344 | 360 | DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\""; |
345 | 361 | DEVELOPMENT_TEAM = J735QC5U38; |
346 | 362 | ENABLE_HARDENED_RUNTIME = YES; |
|
363 | 379 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
364 | 380 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
365 | 381 | MACOSX_DEPLOYMENT_TARGET = 13.0; |
366 | | - MARKETING_VERSION = 1.4; |
| 382 | + MARKETING_VERSION = 1.5; |
367 | 383 | PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.plus; |
368 | 384 | PRODUCT_NAME = "$(TARGET_NAME)"; |
369 | 385 | SDKROOT = auto; |
|
400 | 416 | /* End XCConfigurationList section */ |
401 | 417 |
|
402 | 418 | /* Begin XCRemoteSwiftPackageReference section */ |
| 419 | + 402A5F30296B835B00A43DB3 /* XCRemoteSwiftPackageReference "SwiftTabler" */ = { |
| 420 | + isa = XCRemoteSwiftPackageReference; |
| 421 | + repositoryURL = "https://github.com/openalloc/SwiftTabler.git"; |
| 422 | + requirement = { |
| 423 | + kind = upToNextMajorVersion; |
| 424 | + minimumVersion = 0.9.6; |
| 425 | + }; |
| 426 | + }; |
403 | 427 | 40E347D129452E4B003A19B9 /* XCRemoteSwiftPackageReference "SwiftCompactor" */ = { |
404 | 428 | isa = XCRemoteSwiftPackageReference; |
405 | 429 | repositoryURL = "https://github.com/openalloc/SwiftCompactor.git"; |
|
419 | 443 | /* End XCRemoteSwiftPackageReference section */ |
420 | 444 |
|
421 | 445 | /* Begin XCSwiftPackageProductDependency section */ |
| 446 | + 402A5F31296B835B00A43DB3 /* Tabler */ = { |
| 447 | + isa = XCSwiftPackageProductDependency; |
| 448 | + package = 402A5F30296B835B00A43DB3 /* XCRemoteSwiftPackageReference "SwiftTabler" */; |
| 449 | + productName = Tabler; |
| 450 | + }; |
422 | 451 | 40B51E44294549DF0047377A /* GroutUI */ = { |
423 | 452 | isa = XCSwiftPackageProductDependency; |
424 | 453 | productName = GroutUI; |
|
0 commit comments