Skip to content

Commit

Permalink
Merge pull request #527 from pennlabs/anli/fix-ios-16-url-crash
Browse files Browse the repository at this point in the history
Bump version number properly
  • Loading branch information
anli5005 authored Apr 1, 2024
2 parents 62169af + 1c5ae93 commit c709c95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PennMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,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.9.9;
CF_BUNDLE_SHORT_VERSION_STRING = 7.9.10;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand All @@ -3021,7 +3021,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.9.10;
MARKETING_VERSION = "$(CF_BUNDLE_SHORT_VERSION_STRING";
OTHER_LDFLAGS = (
"-ObjC",
"$(inherited)",
Expand All @@ -3045,7 +3045,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.9.9;
CF_BUNDLE_SHORT_VERSION_STRING = 7.9.10;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
Expand All @@ -3061,7 +3061,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.9.10;
MARKETING_VERSION = "$(CF_BUNDLE_SHORT_VERSION_STRING";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-ObjC",
Expand Down

0 comments on commit c709c95

Please sign in to comment.