From b37f9628e670d37bb3dabbf17ea86ad419045637 Mon Sep 17 00:00:00 2001 From: Vin Bui Date: Wed, 3 Apr 2024 00:51:57 -0400 Subject: [PATCH 1/3] Automate pushing to TestFlight --- CourseGrab/Supporting/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CourseGrab/Supporting/Info.plist b/CourseGrab/Supporting/Info.plist index 5a2bede..eb3c1f2 100644 --- a/CourseGrab/Supporting/Info.plist +++ b/CourseGrab/Supporting/Info.plist @@ -2,6 +2,8 @@ + ITSAppUsesNonExemptEncryption + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable From e1fa58baa052f8457bcbf5a15d5c5765940e5de6 Mon Sep 17 00:00:00 2001 From: Vin Bui Date: Tue, 16 Apr 2024 11:49:38 -0400 Subject: [PATCH 2/3] Update PrivacyInfo.xcprivacy --- CourseGrab/PrivacyInfo.xcprivacy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CourseGrab/PrivacyInfo.xcprivacy b/CourseGrab/PrivacyInfo.xcprivacy index adb7a3c..fdeb5d3 100644 --- a/CourseGrab/PrivacyInfo.xcprivacy +++ b/CourseGrab/PrivacyInfo.xcprivacy @@ -57,9 +57,5 @@ NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyTrackingDomains - - NSPrivacyTracking - From 35420c831b80a387c8636e9695894015920a429f Mon Sep 17 00:00:00 2001 From: Vin Bui Date: Wed, 1 May 2024 16:19:29 -0400 Subject: [PATCH 3/3] Update version for app bundle --- CourseGrab.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CourseGrab.xcodeproj/project.pbxproj b/CourseGrab.xcodeproj/project.pbxproj index c12416f..cebbe13 100644 --- a/CourseGrab.xcodeproj/project.pbxproj +++ b/CourseGrab.xcodeproj/project.pbxproj @@ -674,7 +674,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = CourseGrab/CourseGrab.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 9; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ZGMCXU7X3U; INFOPLIST_FILE = "$(SRCROOT)/CourseGrab/Supporting/Info.plist"; @@ -685,7 +685,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.2; + MARKETING_VERSION = 1.3.3; PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.CourseGrab; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -700,7 +700,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = CourseGrab/CourseGrab.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 9; DEVELOPMENT_TEAM = ZGMCXU7X3U; INFOPLIST_FILE = "$(SRCROOT)/CourseGrab/Supporting/Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = CourseGrab; @@ -710,7 +710,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.2; + MARKETING_VERSION = 1.3.3; PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.CourseGrab; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0;