Skip to content

Commit 59d5441

Browse files
committed
Fixed build for new code that assumed the modern runtime and Security Framework was available.
1 parent b118475 commit 59d5441

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Example2/Example2.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
46A64B141148FE8300B31C85 /* jquery-1.4.2.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A64AFC1148FC2900B31C85 /* jquery-1.4.2.js */; };
5656
46A64BDA114903BD00B31C85 /* MGTemplateEngine README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 46A64BD8114903BD00B31C85 /* MGTemplateEngine README.txt */; };
5757
46A64BDB114903BD00B31C85 /* Source Code License.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 46A64BD9114903BD00B31C85 /* Source Code License.rtf */; };
58+
5F6C91BC1717ABFE00241303 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F6C91BB1717ABFE00241303 /* Security.framework */; };
5859
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
5960
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
6061
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
@@ -131,6 +132,7 @@
131132
46A64AFC1148FC2900B31C85 /* jquery-1.4.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.4.2.js"; sourceTree = SOURCE_ROOT; };
132133
46A64BD8114903BD00B31C85 /* MGTemplateEngine README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MGTemplateEngine README.txt"; sourceTree = SOURCE_ROOT; };
133134
46A64BD9114903BD00B31C85 /* Source Code License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Source Code License.rtf"; sourceTree = SOURCE_ROOT; };
135+
5F6C91BB1717ABFE00241303 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = ../../../../../../../System/Library/Frameworks/Security.framework; sourceTree = "<group>"; };
134136
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
135137
8D1107320486CEB800E47090 /* Example2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example2.app; sourceTree = BUILT_PRODUCTS_DIR; };
136138
/* End PBXFileReference section */
@@ -140,6 +142,7 @@
140142
isa = PBXFrameworksBuildPhase;
141143
buildActionMask = 2147483647;
142144
files = (
145+
5F6C91BC1717ABFE00241303 /* Security.framework in Frameworks */,
143146
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
144147
46A64A081148DE6600B31C85 /* WebKit.framework in Frameworks */,
145148
46A64AAE1148EB1300B31C85 /* libicucore.dylib in Frameworks */,
@@ -190,6 +193,7 @@
190193
29B97314FDCFA39411CA2CEA /* Example2 */ = {
191194
isa = PBXGroup;
192195
children = (
196+
5F6C91BB1717ABFE00241303 /* Security.framework */,
193197
080E96DDFE201D6D7F000001 /* Classes */,
194198
29B97315FDCFA39411CA2CEA /* Other Sources */,
195199
29B97317FDCFA39411CA2CEA /* Resources */,
@@ -498,6 +502,7 @@
498502
C01FCF4F08A954540054247B /* Debug */ = {
499503
isa = XCBuildConfiguration;
500504
buildSettings = {
505+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
501506
GCC_WARN_ABOUT_RETURN_TYPE = YES;
502507
GCC_WARN_UNUSED_VARIABLE = YES;
503508
};
@@ -506,6 +511,7 @@
506511
C01FCF5008A954540054247B /* Release */ = {
507512
isa = XCBuildConfiguration;
508513
buildSettings = {
514+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
509515
GCC_WARN_ABOUT_RETURN_TYPE = YES;
510516
GCC_WARN_UNUSED_VARIABLE = YES;
511517
};

0 commit comments

Comments
 (0)