Skip to content

Commit

Permalink
Merge pull request #203 from jonasw8/master
Browse files Browse the repository at this point in the history
Add language PT-BR
  • Loading branch information
benbaker76 authored Sep 22, 2023
2 parents a956eaa + 77c016b commit e4dfdd6
Show file tree
Hide file tree
Showing 4 changed files with 2,317 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Hackintool.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
DD47FE242ABB85F50063D03F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/MainMenu.strings"; sourceTree = "<group>"; };
DD4F6A3B2ABA379300E9FA56 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
E200EE7821FBD4600082D799 /* NVRAMXmlParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NVRAMXmlParser.h; sourceTree = "<group>"; };
E200EE7921FBD4600082D799 /* NVRAMXmlParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NVRAMXmlParser.m; sourceTree = "<group>"; };
E228024521046E9C00C0FDC6 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -456,8 +458,8 @@
ORGANIZATIONNAME = Headsoft;
TargetAttributes = {
E24936F9169D1B2B00384895 = {
DevelopmentTeam = 5LGHPJM9ZR;
ProvisioningStyle = Manual;
DevelopmentTeam = T395SRU2FB;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 0;
Expand Down Expand Up @@ -485,6 +487,7 @@
fr,
"zh-Hans",
tr,
"pt-BR",
);
mainGroup = E24936EF169D1B2B00384895;
productRefGroup = E24936FB169D1B2B00384895 /* Products */;
Expand Down Expand Up @@ -586,6 +589,7 @@
isa = PBXVariantGroup;
children = (
E2E9476F2204A9F5005348C0 /* Base */,
DD47FE242ABB85F50063D03F /* pt-BR */,
);
name = MainMenu.xib;
sourceTree = "<group>";
Expand All @@ -610,6 +614,7 @@
E2521F49220894DA00DB2BD2 /* fr */,
E2DDEC31222CA59F00661F3C /* zh-Hans */,
E2A91B71235CA34A007B7851 /* tr */,
DD4F6A3B2ABA379300E9FA56 /* pt-BR */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -718,11 +723,12 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0398;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
DEVELOPMENT_TEAM = T395SRU2FB;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -754,11 +760,12 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0398;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
DEVELOPMENT_TEAM = T395SRU2FB;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
Binary file not shown.
Binary file added Hackintool/pt-BR.lproj/Localizable.strings
Binary file not shown.
Loading

0 comments on commit e4dfdd6

Please sign in to comment.