Skip to content

Commit 0381b3a

Browse files
author
yanqizhou
committed
修改bundle id
1 parent 9b14c7f commit 0381b3a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

YYDebugDatabase.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
DEVELOPMENT_TEAM = 6M5WCVL2GQ;
594594
INFOPLIST_FILE = YYDebugDatabase/Info.plist;
595595
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
596-
PRODUCT_BUNDLE_IDENTIFIER = com.KingOrient.PropertyLift.YYDebugDatabase;
596+
PRODUCT_BUNDLE_IDENTIFIER = com.y500.YYDebugDatabase;
597597
PRODUCT_NAME = "$(TARGET_NAME)";
598598
};
599599
name = Debug;
@@ -607,7 +607,7 @@
607607
DEVELOPMENT_TEAM = 6M5WCVL2GQ;
608608
INFOPLIST_FILE = YYDebugDatabase/Info.plist;
609609
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
610-
PRODUCT_BUNDLE_IDENTIFIER = com.KingOrient.PropertyLift.YYDebugDatabase;
610+
PRODUCT_BUNDLE_IDENTIFIER = com.y500.YYDebugDatabase;
611611
PRODUCT_NAME = "$(TARGET_NAME)";
612612
};
613613
name = Release;

YYDebugDatabase/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsArbitraryLoads</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>en</string>
127
<key>CFBundleExecutable</key>
@@ -25,6 +20,11 @@
2520
<string>1</string>
2621
<key>LSRequiresIPhoneOS</key>
2722
<true/>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
2828
<key>UILaunchStoryboardName</key>
2929
<string>LaunchScreen</string>
3030
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)