Skip to content

Commit

Permalink
Updating QnA to 1.6
Browse files Browse the repository at this point in the history
Building for Swift 5 and ARM. Universal binary.
  • Loading branch information
rustymyers committed Feb 12, 2021
1 parent 5661123 commit 2fa03fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions QnA GUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
CreatedOnToolsVersion = 7.2.1;
DevelopmentTeam = VQ32N9FEBR;
LastSwiftMigration = 1240;
ProvisioningStyle = Automatic;
};
};
};
Expand Down Expand Up @@ -185,7 +186,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -240,7 +241,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -268,11 +269,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.6;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = QnA/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = edu.psu.QnAGUI;
PRODUCT_NAME = "QnA GUI";
Expand All @@ -287,11 +289,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.6;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = QnA/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = edu.psu.QnAGUI;
PRODUCT_NAME = "QnA GUI";
Expand Down
2 changes: 1 addition & 1 deletion QnA/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file added Releases/QnA GUI 1.6.zip
Binary file not shown.
Binary file modified Releases/QnA GUI.zip
Binary file not shown.

0 comments on commit 2fa03fe

Please sign in to comment.