Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
7e3b36f1
Commit
7e3b36f1
authored
Aug 20, 2020
by
yueming lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除coredata
parent
4a58871b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
17 deletions
+2
-17
project.pbxproj
Example/GMPhobos.xcodeproj/project.pbxproj
+0
-2
GMViewController.m
Example/GMPhobos/GMViewController.m
+1
-1
Podfile.lock
Example/Podfile.lock
+1
-1
contents
...PhobosData.xcdatamodeld/GMPhobosData.xcdatamodel/contents
+0
-13
No files found.
Example/GMPhobos.xcodeproj/project.pbxproj
View file @
7e3b36f1
...
...
@@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
53FEA2B1456611226517963E
/* Pods_GMPhobos_Example.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
307F0A9AE09C3400AA3E80C3
/* Pods_GMPhobos_Example.framework */
;
};
6003F58E195388D20070C39A
/* Foundation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
6003F58D195388D20070C39A
/* Foundation.framework */
;
};
6003F590195388D20070C39A
/* CoreGraphics.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
6003F58F195388D20070C39A
/* CoreGraphics.framework */
;
};
6003F592195388D20070C39A
/* UIKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
6003F591195388D20070C39A
/* UIKit.framework */
;
};
6003F598195388D20070C39A
/* InfoPlist.strings in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
6003F596195388D20070C39A
/* InfoPlist.strings */
;
};
6003F59A195388D20070C39A
/* main.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
6003F599195388D20070C39A
/* main.m */
;
};
...
...
@@ -100,7 +99,6 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
6003F590195388D20070C39A
/* CoreGraphics.framework in Frameworks */
,
6003F592195388D20070C39A
/* UIKit.framework in Frameworks */
,
6003F58E195388D20070C39A
/* Foundation.framework in Frameworks */
,
53FEA2B1456611226517963E
/* Pods_GMPhobos_Example.framework in Frameworks */
,
...
...
Example/GMPhobos/GMViewController.m
View file @
7e3b36f1
...
...
@@ -107,7 +107,7 @@ NSString *const MockCityId = @"beijing";
case
4
:
//瞬间发送和计数发送
{
dispatch_async
(
dispatch_get_global_queue
(
0
,
0
),
^
{
for
(
int
i
=
0
;
i
<
100
;
i
++
)
{
for
(
int
i
=
0
;
i
<
100
0
;
i
++
)
{
[
Phobos
track
:
@"瞬间发送和计数发送"
attributes
:@{
@"index"
:
@
(
i
)}
sendNow
:
i
%
9
];
}
});
...
...
Example/Podfile.lock
View file @
7e3b36f1
...
...
@@ -35,4 +35,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad
COCOAPODS: 1.
9.3
COCOAPODS: 1.
10.0.beta.1
GMPhobos/GMPhobosData.xcdatamodeld/GMPhobosData.xcdatamodel/contents
deleted
100644 → 0
View file @
4a58871b
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model
type=
"com.apple.IDECoreDataModeler.DataModel"
documentVersion=
"1.0"
lastSavedToolsVersion=
"15702"
systemVersion=
"19C57"
minimumToolsVersion=
"Automatic"
sourceLanguage=
"Objective-C"
userDefinedModelVersionIdentifier=
""
>
<entity
name=
"PhobosSendDataEntity"
representedClassName=
"PhobosSendDataEntity"
syncable=
"YES"
>
<attribute
name=
"api"
optional=
"YES"
attributeType=
"String"
/>
<attribute
name=
"data"
optional=
"YES"
attributeType=
"Binary"
/>
<attribute
name=
"id"
optional=
"YES"
attributeType=
"Integer 64"
defaultValueString=
"0"
usesScalarValueType=
"YES"
/>
<attribute
name=
"status"
optional=
"YES"
attributeType=
"Integer 16"
defaultValueString=
"0"
usesScalarValueType=
"YES"
/>
</entity>
<elements>
<element
name=
"PhobosSendDataEntity"
positionX=
"-54"
positionY=
"-9"
width=
"128"
height=
"103"
/>
</elements>
</model>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment