Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-10-14 11:23:40 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
db3a1e58e406d078d709b0d652eb1368c60b43b4
db3a1e58
2 parents
7731bf5e
7d618b16
Merge branch 'dev' of gitlab.brae.co:amanda/ProtectGod into dev
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
10 deletions
ios/ProtectGod.xcodeproj/project.pbxproj
ios/ProtectGod/Images.xcassets/AppIcon-1.appiconset/Contents.json
ios/ProtectGod/Images.xcassets/AppIcon-1.appiconset/icon4.jpg
ios/ProtectGod/Images.xcassets/AppIcon.appiconset/Contents.json
ios/ProtectGod/Info.plist
ios/ProtectGod.xcodeproj/project.pbxproj
View file @
db3a1e5
...
...
@@ -663,7 +663,7 @@
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam =
S8LRX49C78
;
DevelopmentTeam =
Q22UK2JWAC
;
ProvisioningStyle = Automatic;
};
2D02E47A1E0B4A5D006451C7 = {
...
...
@@ -1168,9 +1168,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-1";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "LaunchImage-1";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM =
S8LRX49C78
;
DEVELOPMENT_TEAM =
Q22UK2JWAC
;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-contacts/ios/RCTContacts",
...
...
@@ -1182,7 +1183,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER =
com
.bhsgd.protectgod;
PRODUCT_BUNDLE_IDENTIFIER =
net
.bhsgd.protectgod;
PRODUCT_NAME = ProtectGod;
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
...
...
@@ -1196,8 +1197,9 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-1";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "LaunchImage-1";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM =
S8LRX49C78
;
DEVELOPMENT_TEAM =
Q22UK2JWAC
;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-contacts/ios/RCTContacts",
...
...
@@ -1209,7 +1211,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER =
com
.bhsgd.protectgod;
PRODUCT_BUNDLE_IDENTIFIER =
net
.bhsgd.protectgod;
PRODUCT_NAME = ProtectGod;
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
...
...
ios/ProtectGod/Images.xcassets/AppIcon-1.appiconset/Contents.json
View file @
db3a1e5
...
...
@@ -143,6 +143,12 @@
"idiom"
:
"ipad"
,
"filename"
:
"Icon-App-83.5x83.5@2x.png"
,
"scale"
:
"2x"
},
{
"size"
:
"1024x1024"
,
"idiom"
:
"ios-marketing"
,
"filename"
:
"icon4.jpg"
,
"scale"
:
"1x"
}
],
"info"
:
{
...
...
ios/ProtectGod/Images.xcassets/AppIcon-1.appiconset/icon4.jpg
0 → 100644
View file @
db3a1e5
50.4 KB
ios/ProtectGod/Images.xcassets/AppIcon.appiconset/Contents.json
View file @
db3a1e5
...
...
@@ -47,6 +47,11 @@
"idiom"
:
"iphone"
,
"filename"
:
"180-180@3x.png"
,
"scale"
:
"3x"
},
{
"idiom"
:
"ios-marketing"
,
"size"
:
"1024x1024"
,
"scale"
:
"1x"
}
],
"info"
:
{
...
...
ios/ProtectGod/Info.plist
View file @
db3a1e5
...
...
@@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
NSContactsUsageDescription
</key>
<string>
是否允许访问通信录
</string>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleDisplayName
</key>
...
...
@@ -21,11 +19,13 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
1.0.
1
</string>
<string>
1.0.
0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
2
</string>
<key>
LSApplicationCategoryType
</key>
<string></string>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSAppTransportSecurity
</key>
...
...
@@ -33,6 +33,8 @@
<key>
NSAllowsArbitraryLoads
</key>
<true/>
</dict>
<key>
NSContactsUsageDescription
</key>
<string>
是否允许访问通信录
</string>
<key>
NSHumanReadableCopyright
</key>
<string></string>
<key>
NSLocationWhenInUseUsageDescription
</key>
...
...
@@ -53,7 +55,5 @@
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
<key>
LSApplicationCategoryType
</key>
<string></string>
</dict>
</plist>
...
...
Please
register
or
login
to post a comment