Skip to content

Commit d345ff9

Browse files
committed
fix Organization
1 parent 09b4205 commit d345ff9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploygate-ios-sdk-sample.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
isa = PBXProject;
200200
attributes = {
201201
LastUpgradeCheck = 0640;
202-
ORGANIZATIONNAME = kenta.imai;
202+
ORGANIZATIONNAME = DeployGate;
203203
TargetAttributes = {
204204
EDCA64041B8DA7FC009837E6 = {
205205
CreatedOnToolsVersion = 6.4;

deploygate-ios-sdk-sample/Base.lproj/LaunchScreen.xib

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1212
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1313
<subviews>
14-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015年 kenta.imai. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
14+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015年 DeployGate. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
1515
<rect key="frame" x="20" y="439" width="441" height="21"/>
1616
<fontDescription key="fontDescription" type="system" pointSize="17"/>
1717
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>

deploygate-ios-sdk-sample/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// deploygate-ios-sdk-sample
44
//
55
// Created by kenta.imai on 2015/08/26.
6-
// Copyright (c) 2015年 kenta.imai. All rights reserved.
6+
// Copyright (c) 2015年 DeployGate. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)