Skip to content

Commit 23b1948

Browse files
committed
1.3
1 parent 25d2e95 commit 23b1948

28 files changed

+2264
-353
lines changed

LKDBHelper.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
isa = PBXProject;
231231
attributes = {
232232
CLASSPREFIX = LK;
233-
LastUpgradeCheck = 0460;
233+
LastUpgradeCheck = 0500;
234234
ORGANIZATIONNAME = ljh;
235235
};
236236
buildConfigurationList = 53226DF8171B9E5A00B1A490 /* Build configuration list for PBXProject "LKDBHelper" */;
@@ -359,7 +359,6 @@
359359
53226E21171B9E5B00B1A490 /* Debug */ = {
360360
isa = XCBuildConfiguration;
361361
buildSettings = {
362-
ARCHS = "$(ARCHS_STANDARD)";
363362
CLANG_ENABLE_OBJC_ARC = YES;
364363
GCC_PRECOMPILE_PREFIX_HEADER = YES;
365364
GCC_PREFIX_HEADER = "LKDBHelper/LKDBHelper-Prefix.pch";
@@ -374,7 +373,6 @@
374373
53226E22171B9E5B00B1A490 /* Release */ = {
375374
isa = XCBuildConfiguration;
376375
buildSettings = {
377-
ARCHS = "$(ARCHS_STANDARD)";
378376
CLANG_ENABLE_OBJC_ARC = YES;
379377
GCC_PRECOMPILE_PREFIX_HEADER = YES;
380378
GCC_PREFIX_HEADER = "LKDBHelper/LKDBHelper-Prefix.pch";

LKDBHelper.xcodeproj/xcuserdata/upin.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22
<Bucket
33
type = "1"
44
version = "1.0">
5+
<FileBreakpoints>
6+
<FileBreakpoint
7+
shouldBeEnabled = "No"
8+
ignoreCount = "0"
9+
continueAfterRunningActions = "No"
10+
filePath = "LKDBHelper/Helper/NSObject+LKModel.m"
11+
timestampString = "406616858.454536"
12+
startingColumnNumber = "9223372036854775807"
13+
endingColumnNumber = "9223372036854775807"
14+
startingLineNumber = "82"
15+
endingLineNumber = "82"
16+
landmarkName = "-modelGetValue:"
17+
landmarkType = "5">
18+
</FileBreakpoint>
19+
</FileBreakpoints>
520
</Bucket>

LKDBHelper.xcodeproj/xcuserdata/upin.xcuserdatad/xcschemes/LKDBHelper.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0460"
3+
LastUpgradeVersion = "0500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)