Skip to content

Commit b9a6827

Browse files
committed
Xcode 7
1 parent 0e6719a commit b9a6827

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@
39283928
8E477008198770E700997D05 /* Project object */ = {
39293929
isa = PBXProject;
39303930
attributes = {
3931-
LastUpgradeCheck = 0510;
3931+
LastUpgradeCheck = 0700;
39323932
ORGANIZATIONNAME = Coding;
39333933
TargetAttributes = {
39343934
8E47700F198770E700997D05 = {
@@ -4788,6 +4788,7 @@
47884788
CODE_SIGN_IDENTITY = "iPhone Developer";
47894789
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Yuanchuang Wang (6KJRVPP9CY)";
47904790
COPY_PHASE_STRIP = NO;
4791+
ENABLE_TESTABILITY = YES;
47914792
GCC_C_LANGUAGE_STANDARD = gnu99;
47924793
GCC_DYNAMIC_NO_PIC = NO;
47934794
GCC_OPTIMIZATION_LEVEL = 0;
@@ -4869,6 +4870,7 @@
48694870
"$(PROJECT_DIR)/Coding_iOS/Vendor/UMENG",
48704871
"$(PROJECT_DIR)/Coding_iOS/Vendor/XGPush",
48714872
);
4873+
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
48724874
PRODUCT_NAME = Coding_iOS;
48734875
PROVISIONING_PROFILE = "";
48744876
TARGETED_DEVICE_FAMILY = 1;
@@ -4902,6 +4904,7 @@
49024904
"$(PROJECT_DIR)/Coding_iOS/Vendor/UMENG",
49034905
"$(PROJECT_DIR)/Coding_iOS/Vendor/XGPush",
49044906
);
4907+
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
49054908
PRODUCT_NAME = Coding_iOS;
49064909
PROVISIONING_PROFILE = "";
49074910
TARGETED_DEVICE_FAMILY = 1;
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "9F3660E5AC46AAE96CC141F90EBB3A671D67F2C2",
3+
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
4+
5+
},
6+
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7+
"0BE8B4916C79C0D6BC415A5C19AC33B37D62A706" : 0,
8+
"B810104048DF61B07FF1F2922D434EA5073F4362" : 0,
9+
"9F3660E5AC46AAE96CC141F90EBB3A671D67F2C2" : 0
10+
},
11+
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "433ECD69-91E4-4E60-9763-B27EA86C3648",
12+
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
13+
"0BE8B4916C79C0D6BC415A5C19AC33B37D62A706" : "Coding-iOS\/Coding_iOS\/Resources\/webview",
14+
"B810104048DF61B07FF1F2922D434EA5073F4362" : "Coding_iOS",
15+
"9F3660E5AC46AAE96CC141F90EBB3A671D67F2C2" : "Coding-iOS"
16+
},
17+
"DVTSourceControlWorkspaceBlueprintNameKey" : "Coding_iOS",
18+
"DVTSourceControlWorkspaceBlueprintVersion" : 203,
19+
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Coding_iOS.xcworkspace",
20+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
21+
{
22+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "git:\/\/git.coding.net\/bluishoul\/CodingAppWebviewTemplate.git",
23+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
24+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0BE8B4916C79C0D6BC415A5C19AC33B37D62A706"
25+
},
26+
{
27+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/coding.net\/coding\/Coding-iOS.git",
28+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
29+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "9F3660E5AC46AAE96CC141F90EBB3A671D67F2C2"
30+
},
31+
{
32+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/coding.net\/ease\/Coding-iOS.git",
33+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
34+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "B810104048DF61B07FF1F2922D434EA5073F4362"
35+
}
36+
]
37+
}

Coding_iOS/Coding_iOS-Info.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>net.coding.CodingForiOS</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
@@ -61,5 +61,10 @@
6161
</array>
6262
<key>UIViewControllerBasedStatusBarAppearance</key>
6363
<false/>
64+
<key>NSAppTransportSecurity</key>
65+
<dict>
66+
<key>NSAllowsArbitraryLoads</key>
67+
<true/>
68+
</dict>
6469
</dict>
6570
</plist>

0 commit comments

Comments
 (0)