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
380abbda
Commit
380abbda
authored
Sep 06, 2017
by
翟国钧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate
parent
3e419211
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
PhobosUtil.m
Pod/Classes/PhobosUtil.m
+1
-2
No files found.
Pod/Classes/PhobosUtil.m
View file @
380abbda
...
...
@@ -296,7 +296,7 @@
sysctlbyname
(
"hw.cpusubtype"
,
&
subtype
,
&
size
,
NULL
,
0
);
if
(
type
==
CPU_TYPE_X86
)
{
[
cpuType
appendString
:
@"x86
"
];
[
cpuType
appendString
:
@"x86"
];
}
else
if
(
type
==
CPU_TYPE_ARM
)
{
[
cpuType
appendString
:
@"ARM"
];
switch
(
subtype
)
{
...
...
@@ -309,7 +309,6 @@
case
CPU_SUBTYPE_ARM_V7S
:
[
cpuType
appendString
:
@"V7s"
];
break
;
}
}
else
if
(
type
==
CPU_TYPE_ARM64
)
{
[
cpuType
appendString
:
@"ARM64"
];
...
...
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