File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/library/example/ios/<%= project.name %>Example Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import githubUsername from 'github-username';
1111import pack from '../package.json' ;
1212
1313const TEMPLATE = path . resolve ( __dirname , '../templates/library' ) ;
14- const BINARIES = / ( g r a d l e w | \. ( j a r | x i b | k e y s t o r e | p n g | j p g | g i f ) ) $ / ;
14+ const BINARIES = / ( g r a d l e w | \. ( j a r | k e y s t o r e | p n g | j p g | g i f ) ) $ / ;
1515
1616export default async function create ( argv : yargs . Arguments < any > ) {
1717 const folder = path . join ( process . cwd ( ) , argv . name ) ;
Original file line number Diff line number Diff line change 1818 <color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
1919 <nil key =" highlightedColor" />
2020 </label >
21- <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" <%= project.name %>Example" textAlignment =" center" lineBreakMode =" middleTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 18" translatesAutoresizingMaskIntoConstraints =" NO" id =" kId-c2-rCX" >
21+ <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" <%= project.name %> Example" textAlignment =" center" lineBreakMode =" middleTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 18" translatesAutoresizingMaskIntoConstraints =" NO" id =" kId-c2-rCX" >
2222 <rect key =" frame" x =" 20" y =" 140" width =" 441" height =" 43" />
2323 <fontDescription key =" fontDescription" type =" boldSystem" pointSize =" 36" />
2424 <color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
Original file line number Diff line number Diff line change 55 <key >CFBundleDevelopmentRegion </key >
66 <string >en </string >
77 <key >CFBundleDisplayName </key >
8- <string ><%= project.name %>Example </string >
8+ <string ><%= project.name %> Example </string >
99 <key >CFBundleExecutable </key >
1010 <string >$(EXECUTABLE_NAME) </string >
1111 <key >CFBundleIdentifier </key >
You can’t perform that action at this time.
0 commit comments