Skip to content

Commit 3228b59

Browse files
authored
Merge pull request #27 from below/finalTouches
Release 1.0
2 parents e685da3 + a959901 commit 3228b59

File tree

7 files changed

+41
-34
lines changed

7 files changed

+41
-34
lines changed

Chapter 09/uppertst4.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ int main()
1919
"MOV X4, %2\n"
2020
"loop: LDRB W5, [%1], #1\n"
2121
"CMP W5, #'z'\n"
22-
"BGT 2f\n"
22+
"BGT Lcont\n"
2323
"CMP W5, #'a'\n"
24-
"BLT 2f\n"
24+
"BLT Lcont\n"
2525
"SUB W5, W5, #('a'-'A')\n"
26-
"2: STRB W5, [%2], #1\n"
26+
"Lcont: STRB W5, [%2], #1\n"
2727
"CMP W5, #0\n"
2828
"B.NE loop\n"
2929
"SUB %0, %2, X4\n"

Chapter 10/ToUpper/ToUpper.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
isa = PBXProject;
341341
attributes = {
342342
LastSwiftUpdateCheck = 1200;
343-
LastUpgradeCheck = 1200;
343+
LastUpgradeCheck = 1300;
344344
TargetAttributes = {
345345
CB64C38724CED9F700D1C852 = {
346346
CreatedOnToolsVersion = 12.0;
@@ -655,6 +655,7 @@
655655
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
656656
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
657657
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
658+
CODE_SIGN_IDENTITY = "-";
658659
CODE_SIGN_STYLE = Automatic;
659660
COMBINE_HIDPI_IMAGES = YES;
660661
ENABLE_PREVIEWS = YES;
@@ -676,6 +677,7 @@
676677
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
677678
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
678679
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
680+
CODE_SIGN_IDENTITY = "-";
679681
CODE_SIGN_STYLE = Automatic;
680682
COMBINE_HIDPI_IMAGES = YES;
681683
ENABLE_PREVIEWS = YES;

Chapter 10/ToUpper/ToUpper.xcodeproj/xcshareddata/xcschemes/ToUpper (iOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Chapter 10/ToUpper/ToUpper.xcodeproj/xcshareddata/xcschemes/ToUpper (macOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Chapter 10/ToUpper/ToUpper.xcodeproj/xcshareddata/xcschemes/ToUpper (tvOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Chapter 10/ToUpper/ToUpper.xcodeproj/xcshareddata/xcschemes/ToUpper (watchOS).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

Lines changed: 31 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)