Skip to content

Commit e4dfdd6

Browse files
authored
Merge pull request #203 from jonasw8/master
Add language PT-BR
2 parents a956eaa + 77c016b commit e4dfdd6

File tree

4 files changed

+2317
-6
lines changed

4 files changed

+2317
-6
lines changed

Hackintool.xcodeproj/project.pbxproj

+13-6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
/* End PBXCopyFilesBuildPhase section */
8787

8888
/* Begin PBXFileReference section */
89+
DD47FE242ABB85F50063D03F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/MainMenu.strings"; sourceTree = "<group>"; };
90+
DD4F6A3B2ABA379300E9FA56 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
8991
E200EE7821FBD4600082D799 /* NVRAMXmlParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NVRAMXmlParser.h; sourceTree = "<group>"; };
9092
E200EE7921FBD4600082D799 /* NVRAMXmlParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NVRAMXmlParser.m; sourceTree = "<group>"; };
9193
E228024521046E9C00C0FDC6 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
@@ -456,8 +458,8 @@
456458
ORGANIZATIONNAME = Headsoft;
457459
TargetAttributes = {
458460
E24936F9169D1B2B00384895 = {
459-
DevelopmentTeam = 5LGHPJM9ZR;
460-
ProvisioningStyle = Manual;
461+
DevelopmentTeam = T395SRU2FB;
462+
ProvisioningStyle = Automatic;
461463
SystemCapabilities = {
462464
com.apple.Sandbox = {
463465
enabled = 0;
@@ -485,6 +487,7 @@
485487
fr,
486488
"zh-Hans",
487489
tr,
490+
"pt-BR",
488491
);
489492
mainGroup = E24936EF169D1B2B00384895;
490493
productRefGroup = E24936FB169D1B2B00384895 /* Products */;
@@ -586,6 +589,7 @@
586589
isa = PBXVariantGroup;
587590
children = (
588591
E2E9476F2204A9F5005348C0 /* Base */,
592+
DD47FE242ABB85F50063D03F /* pt-BR */,
589593
);
590594
name = MainMenu.xib;
591595
sourceTree = "<group>";
@@ -610,6 +614,7 @@
610614
E2521F49220894DA00DB2BD2 /* fr */,
611615
E2DDEC31222CA59F00661F3C /* zh-Hans */,
612616
E2A91B71235CA34A007B7851 /* tr */,
617+
DD4F6A3B2ABA379300E9FA56 /* pt-BR */,
613618
);
614619
name = Localizable.strings;
615620
sourceTree = "<group>";
@@ -718,11 +723,12 @@
718723
CLANG_ENABLE_OBJC_WEAK = YES;
719724
CODE_SIGN_ENTITLEMENTS = "";
720725
CODE_SIGN_IDENTITY = "Apple Development";
726+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
721727
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
722-
CODE_SIGN_STYLE = Manual;
728+
CODE_SIGN_STYLE = Automatic;
723729
COMBINE_HIDPI_IMAGES = YES;
724730
CURRENT_PROJECT_VERSION = 0398;
725-
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
731+
DEVELOPMENT_TEAM = T395SRU2FB;
726732
ENABLE_HARDENED_RUNTIME = YES;
727733
ENABLE_STRICT_OBJC_MSGSEND = NO;
728734
FRAMEWORK_SEARCH_PATHS = (
@@ -754,11 +760,12 @@
754760
CLANG_ENABLE_OBJC_WEAK = YES;
755761
CODE_SIGN_ENTITLEMENTS = "";
756762
CODE_SIGN_IDENTITY = "Apple Development";
763+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
757764
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
758-
CODE_SIGN_STYLE = Manual;
765+
CODE_SIGN_STYLE = Automatic;
759766
COMBINE_HIDPI_IMAGES = YES;
760767
CURRENT_PROJECT_VERSION = 0398;
761-
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
768+
DEVELOPMENT_TEAM = T395SRU2FB;
762769
ENABLE_HARDENED_RUNTIME = YES;
763770
ENABLE_STRICT_OBJC_MSGSEND = NO;
764771
FRAMEWORK_SEARCH_PATHS = (
74.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)