Skip to content

Commit

Permalink
Merge pull request #27 from below/finalTouches
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
below committed Oct 11, 2021
2 parents e685da3 + a959901 commit 3228b59
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 34 deletions.
6 changes: 3 additions & 3 deletions Chapter 09/uppertst4.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ int main()
"MOV X4, %2\n"
"loop: LDRB W5, [%1], #1\n"
"CMP W5, #'z'\n"
"BGT 2f\n"
"BGT Lcont\n"
"CMP W5, #'a'\n"
"BLT 2f\n"
"BLT Lcont\n"
"SUB W5, W5, #('a'-'A')\n"
"2: STRB W5, [%2], #1\n"
"Lcont: STRB W5, [%2], #1\n"
"CMP W5, #0\n"
"B.NE loop\n"
"SUB %0, %2, X4\n"
Expand Down
4 changes: 3 additions & 1 deletion Chapter 10/ToUpper/ToUpper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1200;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1300;
TargetAttributes = {
CB64C38724CED9F700D1C852 = {
CreatedOnToolsVersion = 12.0;
Expand Down Expand Up @@ -655,6 +655,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
ENABLE_PREVIEWS = YES;
Expand All @@ -676,6 +677,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
ENABLE_PREVIEWS = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
57 changes: 31 additions & 26 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 3228b59

Please sign in to comment.