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';
11
11
import pack from '../package.json' ;
12
12
13
13
const 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 ) ) $ / ;
15
15
16
16
export default async function create ( argv : yargs . Arguments < any > ) {
17
17
const folder = path . join ( process . cwd ( ) , argv . name ) ;
Original file line number Diff line number Diff line change 18
18
<color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
19
19
<nil key =" highlightedColor" />
20
20
</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" >
22
22
<rect key =" frame" x =" 20" y =" 140" width =" 441" height =" 43" />
23
23
<fontDescription key =" fontDescription" type =" boldSystem" pointSize =" 36" />
24
24
<color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
Original file line number Diff line number Diff line change 5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >en </string >
7
7
<key >CFBundleDisplayName </key >
8
- <string ><%= project.name %>Example </string >
8
+ <string ><%= project.name %> Example </string >
9
9
<key >CFBundleExecutable </key >
10
10
<string >$(EXECUTABLE_NAME) </string >
11
11
<key >CFBundleIdentifier </key >
You can’t perform that action at this time.
0 commit comments