Skip to content

Commit

Permalink
Release Student 6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrongnate committed Oct 15, 2019
1 parent c7d90f6 commit 59a7fa9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Student/GradesWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>6.6.5</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>9562</string>
<key>NSAppTransportSecurity</key>
Expand Down
6 changes: 6 additions & 0 deletions Student/Student.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4724,6 +4724,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.6.7;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas.GradesWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -4758,6 +4759,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.6.7;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas.GradesWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -4896,6 +4898,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.7;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
Expand Down Expand Up @@ -4927,6 +4930,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.7;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Student-Bridging-Header.h";
Expand Down Expand Up @@ -5200,6 +5204,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.6.7;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas.SubmitAssignment;
Expand Down Expand Up @@ -5231,6 +5236,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.6.7;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.instructure.icanvas.SubmitAssignment;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Student/Student/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.6.5</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSpokenName</key>
Expand Down
2 changes: 1 addition & 1 deletion Student/SubmitAssignment/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>6.6.5</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>9562</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 59a7fa9

Please sign in to comment.