Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a28fa82

Browse files
committedApr 13, 2023
cocoa pods 버그 해결
1 parent 313ddfd commit a28fa82

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎StopWatch.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -357,7 +357,7 @@
357357
};
358358
};
359359
buildConfigurationList = DB40D1F02609B32C00A4E9FC /* Build configuration list for PBXProject "StopWatch" */;
360-
compatibilityVersion = "Xcode 9.3";
360+
compatibilityVersion = "Xcode 14.0";
361361
developmentRegion = en;
362362
hasScannedForEncodings = 0;
363363
knownRegions = (
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)
Please sign in to comment.