Skip to content

Commit

Permalink
Merge branch 'main' into anli/09-17-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
anli5005 authored Jan 17, 2024
2 parents 6ed83d3 + 29e46c1 commit 38a13ba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
25 changes: 21 additions & 4 deletions PennMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
895D98B02ACF312300F8C5DF /* MoreView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 895D98AF2ACF312300F8C5DF /* MoreView.swift */; };
897F0A932B08256C0060583A /* Toasts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897F0A922B08256C0060583A /* Toasts.swift */; };
89913EAD2AE44FCE00AE30C9 /* CalendarCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89913EAC2AE44FCE00AE30C9 /* CalendarCardView.swift */; };
898DB4912B2E7AA20027CC8F /* PennForms in Frameworks */ = {isa = PBXBuildFile; productRef = 898DB4902B2E7AA20027CC8F /* PennForms */; };
89B454DF28E1161B00BC918B /* PathAtPennNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89B454DE28E1161B00BC918B /* PathAtPennNetworkManager.swift */; };
89CA5FBF2AD315E400B7D3EF /* ProfileRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CA5FBE2AD315E400B7D3EF /* ProfileRowView.swift */; };
89CA728D291721D200CF72FE /* KeychainAccessible+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CA728C291721D200CF72FE /* KeychainAccessible+Extensions.swift */; };
Expand Down Expand Up @@ -771,6 +772,7 @@
6CE12F9026E82DC600284D9F /* FirebaseAnalytics in Frameworks */,
F2568A762413534F00561295 /* SnapKit in Frameworks */,
6CA1ACDB271D2D5000EDB967 /* Kingfisher in Frameworks */,
898DB4912B2E7AA20027CC8F /* PennForms in Frameworks */,
6C4CC1FA26E6B1720000B4A8 /* SwiftyJSON in Frameworks */,
6CE12F9226E82DC600284D9F /* FirebaseCrashlytics in Frameworks */,
F213CCE223C3EE3E000AD90F /* SwiftSoup in Frameworks */,
Expand Down Expand Up @@ -2063,6 +2065,7 @@
6CE12F8F26E82DC600284D9F /* FirebaseAnalytics */,
6CE12F9126E82DC600284D9F /* FirebaseCrashlytics */,
6CA1ACDA271D2D5000EDB967 /* Kingfisher */,
898DB4902B2E7AA20027CC8F /* PennForms */,
);
productName = PennMobile;
productReference = 216640601EBADADA00746B8E /* PennMobile.app */;
Expand Down Expand Up @@ -2184,6 +2187,7 @@
F2568A742413534F00561295 /* XCRemoteSwiftPackageReference "SnapKit" */,
6C4CC1F826E6B1720000B4A8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
6CE12F8E26E82DC600284D9F /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
898DB48F2B2E7AA20027CC8F /* XCRemoteSwiftPackageReference "PennForms" */,
);
productRefGroup = 216640611EBADADA00746B8E /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2718,7 +2722,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_LONG_VERSION_STRING = 6700;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.7;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.8;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2780,7 +2784,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CF_BUNDLE_LONG_VERSION_STRING = 6700;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.7;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.8;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2838,7 +2842,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.7;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.8;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand Down Expand Up @@ -2880,7 +2884,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.7;
CF_BUNDLE_SHORT_VERSION_STRING = 7.3.8;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
Expand Down Expand Up @@ -3212,6 +3216,14 @@
minimumVersion = 10.0.0;
};
};
898DB48F2B2E7AA20027CC8F /* XCRemoteSwiftPackageReference "PennForms" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pennlabs/PennForms";
requirement = {
kind = revision;
revision = ee6f12573580aab93920976a1438e28d4bb70f99;
};
};
F213CCE023C3EE3E000AD90F /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/scinfu/SwiftSoup";
Expand Down Expand Up @@ -3279,6 +3291,11 @@
package = 6C4CC1F826E6B1720000B4A8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
productName = SwiftyJSON;
};
898DB4902B2E7AA20027CC8F /* PennForms */ = {
isa = XCSwiftPackageProductDependency;
package = 898DB48F2B2E7AA20027CC8F /* XCRemoteSwiftPackageReference "PennForms" */;
productName = PennForms;
};
F213CCE123C3EE3E000AD90F /* SwiftSoup */ = {
isa = XCSwiftPackageProductDependency;
package = F213CCE023C3EE3E000AD90F /* XCRemoteSwiftPackageReference "SwiftSoup" */;
Expand Down
2 changes: 1 addition & 1 deletion PennMobile/More Tab/MoreViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MoreViewController: GenericTableViewController, ShowsAlert {
PennLink(title: "Canvas", url: "https://canvas.upenn.edu"),
PennLink(title: "Path@Penn", url: "https://path.at.upenn.edu"),
PennLink(title: "PennPortal", url: "https://portal.apps.upenn.edu/penn_portal"),
PennLink(title: "Share Your Feedback", url: "https://airtable.com/shrS98E3rj5Nw1wy6")]
PennLink(title: "Share Your Feedback", url: "https://pennlabs.org/feedback/ios")]

}

Expand Down
4 changes: 2 additions & 2 deletions PennMobileShared/General/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,14 @@ public extension Date {
static var startOfSemester: Date {
let formatter = DateFormatter()
formatter.dateFormat = "yyyy-MM-dd"
return formatter.date(from: "2023-08-29")!
return formatter.date(from: "2024-01-18")!

}

static var endOfSemester: Date {
let formatter = DateFormatter()
formatter.dateFormat = "yyyy-MM-dd"
return formatter.date(from: "2023-12-21")!
return formatter.date(from: "2024-05-14")!
}
}

Expand Down

0 comments on commit 38a13ba

Please sign in to comment.