Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 9fcb64b

Browse files
author
soliury
committed
edit for release
1 parent f5269be commit 9fcb64b

File tree

5 files changed

+55
-20
lines changed

5 files changed

+55
-20
lines changed

ios/noder.xcodeproj/project.pbxproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
TestTargetID = 13B07F861A680F5B00A75B9A;
476476
};
477477
13B07F861A680F5B00A75B9A = {
478-
DevelopmentTeam = R288533AUY;
478+
DevelopmentTeam = HT6H5U9WMQ;
479479
};
480480
};
481481
};
@@ -798,6 +798,7 @@
798798
isa = XCBuildConfiguration;
799799
buildSettings = {
800800
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
801+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
801802
CODE_SIGN_IDENTITY = "iPhone Developer";
802803
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
803804
DEAD_CODE_STRIPPING = NO;
@@ -813,7 +814,7 @@
813814
INFOPLIST_FILE = noder/Info.plist;
814815
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
815816
OTHER_LDFLAGS = "-ObjC";
816-
PRODUCT_BUNDLE_IDENTIFIER = com.soliury.noder;
817+
PRODUCT_BUNDLE_IDENTIFIER = com.lingyong.me.noder;
817818
PRODUCT_NAME = noder;
818819
PROVISIONING_PROFILE = "";
819820
};
@@ -823,6 +824,7 @@
823824
isa = XCBuildConfiguration;
824825
buildSettings = {
825826
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
827+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
826828
CODE_SIGN_IDENTITY = "iPhone Developer";
827829
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
828830
HEADER_SEARCH_PATHS = (
@@ -837,7 +839,7 @@
837839
INFOPLIST_FILE = noder/Info.plist;
838840
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
839841
OTHER_LDFLAGS = "-ObjC";
840-
PRODUCT_BUNDLE_IDENTIFIER = com.soliury.noder;
842+
PRODUCT_BUNDLE_IDENTIFIER = com.lingyong.me.noder;
841843
PRODUCT_NAME = noder;
842844
PROVISIONING_PROFILE = "";
843845
};
@@ -860,7 +862,8 @@
860862
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
861863
CLANG_WARN_UNREACHABLE_CODE = YES;
862864
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
863-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
865+
CODE_SIGN_IDENTITY = "iPhone Distribution: lingyong zhang (HT6H5U9WMQ)";
866+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: lingyong zhang (HT6H5U9WMQ)";
864867
COPY_PHASE_STRIP = NO;
865868
ENABLE_STRICT_OBJC_MSGSEND = YES;
866869
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -910,7 +913,8 @@
910913
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
911914
CLANG_WARN_UNREACHABLE_CODE = YES;
912915
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
913-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
916+
CODE_SIGN_IDENTITY = "iPhone Distribution: lingyong zhang (HT6H5U9WMQ)";
917+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: lingyong zhang (HT6H5U9WMQ)";
914918
COPY_PHASE_STRIP = YES;
915919
ENABLE_NS_ASSERTIONS = NO;
916920
ENABLE_STRICT_OBJC_MSGSEND = YES;

ios/noder.xcodeproj/xcshareddata/xcschemes/noder.xcscheme

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
24-
buildForTesting = "YES"
25-
buildForRunning = "YES"
24+
buildForTesting = "NO"
25+
buildForRunning = "NO"
2626
buildForProfiling = "NO"
2727
buildForArchiving = "NO"
28-
buildForAnalyzing = "YES">
28+
buildForAnalyzing = "NO">
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
3131
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
@@ -42,16 +42,6 @@
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
45-
<TestableReference
46-
skipped = "NO">
47-
<BuildableReference
48-
BuildableIdentifier = "primary"
49-
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
50-
BuildableName = "noderTests.xctest"
51-
BlueprintName = "noderTests"
52-
ReferencedContainer = "container:noder.xcodeproj">
53-
</BuildableReference>
54-
</TestableReference>
5545
</Testables>
5646
<MacroExpansion>
5747
<BuildableReference
@@ -66,7 +56,7 @@
6656
</AdditionalOptions>
6757
</TestAction>
6858
<LaunchAction
69-
buildConfiguration = "Debug"
59+
buildConfiguration = "Release"
7060
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7161
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
7262
launchStyle = "0"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"orientation" : "portrait",
5+
"idiom" : "iphone",
6+
"minimum-system-version" : "7.0",
7+
"scale" : "2x"
8+
},
9+
{
10+
"orientation" : "portrait",
11+
"idiom" : "iphone",
12+
"minimum-system-version" : "7.0",
13+
"subtype" : "retina4",
14+
"scale" : "2x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "universal",
9+
"scale" : "2x"
10+
},
11+
{
12+
"idiom" : "universal",
13+
"scale" : "3x"
14+
}
15+
],
16+
"info" : {
17+
"version" : 1,
18+
"author" : "xcode"
19+
}
20+
}

ios/noder/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
6+
<string>zh_CN</string>
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)