gitリポジトリのurlを貼り付けるだけでアプリケーションのビルドを実行するアプリ。 macOS用
リビジョン | 2a45a4ab0a36ad0e5dd928bd3ebf599c412396e3 (tree) |
---|---|
日時 | 2017-08-12 14:56:54 |
作者 | masakih <masakih@user...> |
コミッター | masakih |
UIを少しまともにした
@@ -354,7 +354,7 @@ | ||
354 | 354 | <window key="window" title="AppBuilderWithGit" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA"> |
355 | 355 | <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> |
356 | 356 | <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
357 | - <rect key="contentRect" x="196" y="240" width="480" height="270"/> | |
357 | + <rect key="contentRect" x="196" y="240" width="480" height="205"/> | |
358 | 358 | <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> |
359 | 359 | <connections> |
360 | 360 | <outlet property="delegate" destination="B8D-0N-5wS" id="Myb-1C-j5w"/> |
@@ -373,7 +373,7 @@ | ||
373 | 373 | <objects> |
374 | 374 | <viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="AppBuilderWithGit" customModuleProvider="target" sceneMemberID="viewController"> |
375 | 375 | <view key="view" wantsLayer="YES" id="m2S-Jp-Qdl"> |
376 | - <rect key="frame" x="0.0" y="0.0" width="480" height="270"/> | |
376 | + <rect key="frame" x="0.0" y="0.0" width="480" height="205"/> | |
377 | 377 | <autoresizingMask key="autoresizingMask"/> |
378 | 378 | <subviews> |
379 | 379 | <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Q2r-h8-vNM"> |
@@ -387,10 +387,10 @@ | ||
387 | 387 | <action selector="doIt:" target="XfG-lQ-9wD" id="Lyp-7r-Ana"/> |
388 | 388 | </connections> |
389 | 389 | </button> |
390 | - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZmK-Z6-QnN"> | |
391 | - <rect key="frame" x="19" y="13" width="442" height="86"/> | |
390 | + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZmK-Z6-QnN"> | |
391 | + <rect key="frame" x="18" y="20" width="444" height="86"/> | |
392 | 392 | <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> |
393 | - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Multiline Label" id="zeh-Ow-tvT"> | |
393 | + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" title="Multiline Label" id="zeh-Ow-tvT"> | |
394 | 394 | <font key="font" metaFont="system"/> |
395 | 395 | <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
396 | 396 | <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
@@ -399,15 +399,8 @@ | ||
399 | 399 | <binding destination="XfG-lQ-9wD" name="value" keyPath="rawMessage" id="vWM-e4-nvG"/> |
400 | 400 | </connections> |
401 | 401 | </textField> |
402 | - <progressIndicator wantsLayer="YES" fixedFrame="YES" maxValue="100" displayedWhenStopped="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="hAS-R5-vAn"> | |
403 | - <rect key="frame" x="224" y="174" width="32" height="32"/> | |
404 | - <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/> | |
405 | - <connections> | |
406 | - <binding destination="XfG-lQ-9wD" name="animate" keyPath="rawProgress" id="gx2-Pj-KiU"/> | |
407 | - </connections> | |
408 | - </progressIndicator> | |
409 | 402 | <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LFi-MS-cxt"> |
410 | - <rect key="frame" x="20" y="228" width="94" height="17"/> | |
403 | + <rect key="frame" x="18" y="168" width="94" height="17"/> | |
411 | 404 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
412 | 405 | <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Git Repository:" id="sUl-YY-FrT"> |
413 | 406 | <font key="font" metaFont="system"/> |
@@ -416,7 +409,7 @@ | ||
416 | 409 | </textFieldCell> |
417 | 410 | </textField> |
418 | 411 | <textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xBg-57-cN9"> |
419 | - <rect key="frame" x="120" y="225" width="340" height="22"/> | |
412 | + <rect key="frame" x="118" y="166" width="342" height="22"/> | |
420 | 413 | <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> |
421 | 414 | <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="hF6-qG-1Di"> |
422 | 415 | <font key="font" metaFont="system"/> |
@@ -432,6 +425,13 @@ | ||
432 | 425 | <outlet property="delegate" destination="XfG-lQ-9wD" id="waq-y2-V2A"/> |
433 | 426 | </connections> |
434 | 427 | </textField> |
428 | + <progressIndicator wantsLayer="YES" fixedFrame="YES" maxValue="100" displayedWhenStopped="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="hAS-R5-vAn"> | |
429 | + <rect key="frame" x="49" y="119" width="32" height="32"/> | |
430 | + <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/> | |
431 | + <connections> | |
432 | + <binding destination="XfG-lQ-9wD" name="animate" keyPath="rawProgress" id="gx2-Pj-KiU"/> | |
433 | + </connections> | |
434 | + </progressIndicator> | |
435 | 435 | </subviews> |
436 | 436 | </view> |
437 | 437 | <connections> |
@@ -442,7 +442,7 @@ | ||
442 | 442 | <customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
443 | 443 | <userDefaultsController representsSharedInstance="YES" id="pU4-iL-MSk"/> |
444 | 444 | </objects> |
445 | - <point key="canvasLocation" x="237" y="618"/> | |
445 | + <point key="canvasLocation" x="237" y="585.5"/> | |
446 | 446 | </scene> |
447 | 447 | </scenes> |
448 | 448 | </document> |