Skip to content

Commit 44697b8

Browse files
committed
chore: update swift version & change auther
1 parent fbf991b commit 44697b8

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

SimpleWebRTC.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
attributes = {
364364
LastSwiftUpdateCheck = 0930;
365365
LastUpgradeCheck = 0930;
366-
ORGANIZATIONNAME = tkmngch;
366+
ORGANIZATIONNAME = n0;
367367
TargetAttributes = {
368368
AF711AA021DFAD6C005CA4FA = {
369369
CreatedOnToolsVersion = 9.3.1;
@@ -710,7 +710,7 @@
710710
);
711711
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTC;
712712
PRODUCT_NAME = "$(TARGET_NAME)";
713-
SWIFT_VERSION = 4.2;
713+
SWIFT_VERSION = 5.0;
714714
TARGETED_DEVICE_FAMILY = "1,2";
715715
};
716716
name = Debug;
@@ -735,7 +735,7 @@
735735
);
736736
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTC;
737737
PRODUCT_NAME = "$(TARGET_NAME)";
738-
SWIFT_VERSION = 4.2;
738+
SWIFT_VERSION = 5.0;
739739
TARGETED_DEVICE_FAMILY = "1,2";
740740
};
741741
name = Release;

SimpleWebRTC/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/05.
6-
// Copyright © 2019年 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/05.
6+
// Copyright © 2019年 n0. All rights reserved.
77
//
88

99
import UIKit

SimpleWebRTC/CameraSession/CameraSession.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// CameraSession.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/02/08.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/02/08.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/Data/SignalingCandidate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SignalingCandidate.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/09.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/09.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/Data/SignalingMessage.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SignalingSDP.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/08.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/08.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/Extentions/UIColorExtention.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// UIColorExtention.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/12.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/12.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/Extentions/UIDeviceExtention.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// UIDeviceExtention.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/12.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/12.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/Extentions/UIViewExtention.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// UIViewExtention.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/08.
6-
// Copyright © 2019 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/08.
6+
// Copyright © 2019 n0. All rights reserved.
77
//
88

99
import UIKit

SimpleWebRTC/Utility/ScreenSizeUtil.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ScreenSizeUtility.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/06.
6-
// Copyright © 2019年 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/06.
6+
// Copyright © 2019年 n0. All rights reserved.
77
//
88

99
import Foundation

SimpleWebRTC/ViewController/ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ViewController.swift
33
// SimpleWebRTC
44
//
5-
// Created by tkmngch on 2019/01/05.
6-
// Copyright © 2019年 tkmngch. All rights reserved.
5+
// Created by n0 on 2019/01/05.
6+
// Copyright © 2019年 n0. All rights reserved.
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)