Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-device-info
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-device-info
Commits
ce93f5c6
Commit
ce93f5c6
authored
Sep 14, 2017
by
Gant Laborde
Committed by
GitHub
Sep 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #217 from crafterm/feature/public-headers
Add DeviceUID.h to public headers
parents
78479580
7543ca90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
project.pbxproj
RNDeviceInfo.xcodeproj/project.pbxproj
+4
-2
No files found.
RNDeviceInfo.xcodeproj/project.pbxproj
View file @
ce93f5c6
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
/* Begin PBXBuildFile section */
76E65CA41D4CA143009B7AF1
/* DeviceUID.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
76E65CA31D4CA143009B7AF1
/* DeviceUID.m */
;
};
76E65CA41D4CA143009B7AF1
/* DeviceUID.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
76E65CA31D4CA143009B7AF1
/* DeviceUID.m */
;
};
BF770A3D1F6A3EEE007E5F09
/* DeviceUID.h in CopyFiles */
=
{
isa
=
PBXBuildFile
;
fileRef
=
76E65CA21D4CA143009B7AF1
/* DeviceUID.h */
;
};
DA5891DC1BA9A9FC002B4DB2
/* RNDeviceInfo.h in CopyFiles */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DA5891DB1BA9A9FC002B4DB2
/* RNDeviceInfo.h */
;
};
DA5891DC1BA9A9FC002B4DB2
/* RNDeviceInfo.h in CopyFiles */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DA5891DB1BA9A9FC002B4DB2
/* RNDeviceInfo.h */
;
};
DA5891DE1BA9A9FC002B4DB2
/* RNDeviceInfo.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DA5891DD1BA9A9FC002B4DB2
/* RNDeviceInfo.m */
;
};
DA5891DE1BA9A9FC002B4DB2
/* RNDeviceInfo.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DA5891DD1BA9A9FC002B4DB2
/* RNDeviceInfo.m */
;
};
/* End PBXBuildFile section */
/* End PBXBuildFile section */
...
@@ -19,6 +20,7 @@
...
@@ -19,6 +20,7 @@
dstPath
=
"include/$(PRODUCT_NAME)"
;
dstPath
=
"include/$(PRODUCT_NAME)"
;
dstSubfolderSpec
=
16
;
dstSubfolderSpec
=
16
;
files
=
(
files
=
(
BF770A3D1F6A3EEE007E5F09
/* DeviceUID.h in CopyFiles */
,
DA5891DC1BA9A9FC002B4DB2
/* RNDeviceInfo.h in CopyFiles */
,
DA5891DC1BA9A9FC002B4DB2
/* RNDeviceInfo.h in CopyFiles */
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
...
@@ -222,7 +224,7 @@
...
@@ -222,7 +224,7 @@
"$(SRCROOT)/../../React/**"
,
"$(SRCROOT)/../../React/**"
,
"$(SRCROOT)/node_modules/react-native/React/**"
,
"$(SRCROOT)/node_modules/react-native/React/**"
,
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/../../../node_modules/react-native/React/**"
"$(SRCROOT)/../../../node_modules/react-native/React/**"
,
);
);
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
OTHER_LDFLAGS
=
"-ObjC"
;
OTHER_LDFLAGS
=
"-ObjC"
;
...
@@ -240,7 +242,7 @@
...
@@ -240,7 +242,7 @@
"$(SRCROOT)/../../React/**"
,
"$(SRCROOT)/../../React/**"
,
"$(SRCROOT)/node_modules/react-native/React/**"
,
"$(SRCROOT)/node_modules/react-native/React/**"
,
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/../../../node_modules/react-native/React/**"
"$(SRCROOT)/../../../node_modules/react-native/React/**"
,
);
);
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
OTHER_LDFLAGS
=
"-ObjC"
;
OTHER_LDFLAGS
=
"-ObjC"
;
...
...
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