Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
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
张杰
xffruit
Commits
25942065
Commit
25942065
authored
Nov 05, 2015
by
管鹏飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
cb1475f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
project.pbxproj
XFFruit.xcodeproj/project.pbxproj
+5
-3
Info.plist
XFFruit/Info.plist
+1
-1
ICRAppMacro.h
XFFruit/Macro/ICRAppMacro.h
+2
-2
No files found.
XFFruit.xcodeproj/project.pbxproj
View file @
25942065
...
...
@@ -2608,7 +2608,7 @@
TargetAttributes
=
{
C1F696021AB870B400F9F5DD
=
{
CreatedOnToolsVersion
=
6.2
;
DevelopmentTeam
=
W54V2VB863
;
DevelopmentTeam
=
756SDJ9L3G
;
SystemCapabilities
=
{
com.apple.BackgroundModes
=
{
enabled
=
1
;
...
...
@@ -3282,6 +3282,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_IDENTITY
=
"iPhone Developer: Fanfan Cui (7S27LB84E2)"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer: Fanfan Cui (7S27LB84E2)"
;
COPYING_PRESERVES_HFS_DATA
=
NO
;
ENABLE_BITCODE
=
NO
;
GCC_PREFIX_HEADER
=
"XFFruit/XFFruit-Prefix.pch"
;
INFOPLIST_FILE
=
XFFruit/Info.plist
;
...
...
@@ -3292,7 +3293,7 @@
"$(PROJECT_DIR)"
,
"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.
cntaiping.lif
e.xffruit
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.
gomor
e.xffruit
;
PRODUCT_NAME
=
XFFruit
;
PROVISIONING_PROFILE
=
"3a32e5a9-395f-425a-b1b0-c221be8d15d8"
;
USER_HEADER_SEARCH_PATHS
=
"${SRCROOT}/**"
;
...
...
@@ -3306,6 +3307,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_IDENTITY
=
"iPhone Developer: Fanfan Cui (7S27LB84E2)"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer: Fanfan Cui (7S27LB84E2)"
;
COPYING_PRESERVES_HFS_DATA
=
NO
;
ENABLE_BITCODE
=
NO
;
GCC_PREFIX_HEADER
=
"XFFruit/XFFruit-Prefix.pch"
;
INFOPLIST_FILE
=
XFFruit/Info.plist
;
...
...
@@ -3316,7 +3318,7 @@
"$(PROJECT_DIR)"
,
"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.
cntaiping.lif
e.xffruit
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.
gomor
e.xffruit
;
PRODUCT_NAME
=
XFFruit
;
PROVISIONING_PROFILE
=
"3a32e5a9-395f-425a-b1b0-c221be8d15d8"
;
USER_HEADER_SEARCH_PATHS
=
"${SRCROOT}/**"
;
...
...
XFFruit/Info.plist
View file @
25942065
...
...
@@ -17,7 +17,7 @@
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0.
0
<
/string
>
<
string
>
1.0.
1
<
/string
>
<
k
e
y
>
NSAppTransportSecurity
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
NSAllowsArbitraryLoads
<
/k
e
y
>
...
...
XFFruit/Macro/ICRAppMacro.h
View file @
25942065
...
...
@@ -26,10 +26,10 @@
//#define HTTP_REST_API_BASE_URL @"http://218.244.151.129:7580/cruiser-server/rest"
//现场测试环境
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7280/cruiser-server/rest"
//
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7280/cruiser-server/rest"
/*********现场正式环境**********/
//
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7380/cruiser-server/rest"
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7380/cruiser-server/rest"
// HTTP
...
...
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