Skip to content

Commit 667cbe2

Browse files
Fix Beta Deployment (#43)
# Fix Beta Deployment ## ⚙️ Release Notes - Updates dependencies to fix the beta deployment - Downgrade SwiftLint due to realm/SwiftLint#5352 ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent d985243 commit 667cbe2

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

PAWS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@
993993
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.cs342.2023.paws;
994994
PRODUCT_NAME = "$(TARGET_NAME)";
995995
PROVISIONING_PROFILE_SPECIFIER = "";
996-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CS342 2023 PAWS Team Application";
996+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CS342 2023 PAWS";
997997
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
998998
SUPPORTS_MACCATALYST = NO;
999999
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -1157,7 +1157,7 @@
11571157
repositoryURL = "https://github.com/realm/SwiftLint.git";
11581158
requirement = {
11591159
kind = upToNextMinorVersion;
1160-
minimumVersion = 0.54.0;
1160+
minimumVersion = 0.53.0;
11611161
};
11621162
};
11631163
2FE5DC6229EDD883004B9AB4 /* XCRemoteSwiftPackageReference "SpeziAccount" */ = {

PAWS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ platform :ios do
4949
xcargs: "-skipPackagePluginValidation",
5050
export_options: {
5151
provisioningProfiles: {
52-
"edu.stanford.cs342.2023.paws" => "CS342 2023 PAWS Team Application"
52+
"edu.stanford.cs342.2023.paws" => "CS342 2023 PAWS"
5353
}
5454
}
5555
)

0 commit comments

Comments
 (0)