Skip to content

Commit 815467c

Browse files
committed
Update project.pbxproj
1 parent 5ff0212 commit 815467c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

DiscreteScroll.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989
buildConfigurationList = C32391351DE7B5670068C5B9 /* Build configuration list for PBXProject "DiscreteScroll" */;
9090
compatibilityVersion = "Xcode 3.2";
91-
developmentRegion = English;
91+
developmentRegion = en;
9292
hasScannedForEncodings = 0;
9393
knownRegions = (
9494
en,
@@ -243,6 +243,7 @@
243243
C32391591DE7B5670068C5B9 /* Release */,
244244
);
245245
defaultConfigurationIsVisible = 0;
246+
defaultConfigurationName = Release;
246247
};
247248
/* End XCConfigurationList section */
248249
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)