From 48a166d260b012629e29af71c291bd4f4b329f50 Mon Sep 17 00:00:00 2001 From: Trey t Date: Thu, 17 Mar 2022 11:04:47 -0500 Subject: [PATCH 1/2] update packages --- .../xcshareddata/swiftpm/Package.resolved | 78 +++++++++---------- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c705fc2..4018d2e 100644 --- a/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Feels.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,43 +1,41 @@ { - "object": { - "pins": [ - { - "package": "ChartsPackage", - "repositoryURL": "https://github.com/akatreyt/ChartsPackage", - "state": { - "branch": "master", - "revision": "ab1aa4f8ade9540e9d2f19f7cb8b8e6ac0c2a8fd", - "version": null - } - }, - { - "package": "CloudKitSyncMonitor", - "repositoryURL": "https://github.com/ggruen/CloudKitSyncMonitor", - "state": { - "branch": null, - "revision": "980208a30685713c4c4eb10897206a2e2574ed3f", - "version": "1.1.1" - } - }, - { - "package": "swift-algorithms", - "repositoryURL": "https://github.com/apple/swift-algorithms", - "state": { - "branch": null, - "revision": "2327673b0e9c7e90e6b1826376526ec3627210e4", - "version": "0.2.1" - } - }, - { - "package": "swift-numerics", - "repositoryURL": "https://github.com/apple/swift-numerics", - "state": { - "branch": null, - "revision": "6583ac70c326c3ee080c1d42d9ca3361dca816cd", - "version": "0.1.0" - } + "pins" : [ + { + "identity" : "chartspackage", + "kind" : "remoteSourceControl", + "location" : "https://github.com/akatreyt/ChartsPackage", + "state" : { + "branch" : "master", + "revision" : "ab1aa4f8ade9540e9d2f19f7cb8b8e6ac0c2a8fd" } - ] - }, - "version": 1 + }, + { + "identity" : "cloudkitsyncmonitor", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ggruen/CloudKitSyncMonitor", + "state" : { + "revision" : "980208a30685713c4c4eb10897206a2e2574ed3f", + "version" : "1.1.1" + } + }, + { + "identity" : "swift-algorithms", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-algorithms", + "state" : { + "revision" : "2327673b0e9c7e90e6b1826376526ec3627210e4", + "version" : "0.2.1" + } + }, + { + "identity" : "swift-numerics", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-numerics", + "state" : { + "revision" : "6583ac70c326c3ee080c1d42d9ca3361dca816cd", + "version" : "0.1.0" + } + } + ], + "version" : 2 } From ef365d5dba28257cb61f17a9923b7091791c3dca Mon Sep 17 00:00:00 2001 From: Trey t Date: Thu, 17 Mar 2022 11:08:32 -0500 Subject: [PATCH 2/2] update build number --- Feels.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Feels.xcodeproj/project.pbxproj b/Feels.xcodeproj/project.pbxproj index 777f9e7..e01d049 100644 --- a/Feels.xcodeproj/project.pbxproj +++ b/Feels.xcodeproj/project.pbxproj @@ -1076,7 +1076,7 @@ CODE_SIGN_ENTITLEMENTS = "Feels (iOS)Dev.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V3PF3M6B6U; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -1112,7 +1112,7 @@ CODE_SIGN_ENTITLEMENTS = "Feels (iOS).entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V3PF3M6B6U; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES;