Skip to content

Commit 1cad20d

Browse files
committed
Setup layout and version number
1 parent 19addb1 commit 1cad20d

21 files changed

Lines changed: 28 additions & 25 deletions

Example/Example/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ViewController: UIViewController {
2323
cameraActionTitle: "Camera",
2424
gallaryActionTitle: "Gallary",
2525
cancelActionTitle: "Cancel",
26-
style: .actionSheet
26+
style: .alert
2727
)
2828

2929
pickImageAlert = PickImageAlert(with: self, alertProperties: properties)

Framework/PickImageAlert.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
CLASSPREFIX = PI;
258258
LastSwiftUpdateCheck = 1010;
259259
LastUpgradeCheck = 1010;
260-
ORGANIZATIONNAME = jlimadeveloper;
260+
ORGANIZATIONNAME = limadeveloper;
261261
TargetAttributes = {
262262
827A8AC32197A5B4002150E2 = {
263263
CreatedOnToolsVersion = 10.1;
@@ -589,7 +589,7 @@
589589
"@executable_path/Frameworks",
590590
"@loader_path/Frameworks",
591591
);
592-
PRODUCT_BUNDLE_IDENTIFIER = com.jlimadeveloper.ios.PickImageAlertTests;
592+
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealerttests;
593593
PRODUCT_NAME = "$(TARGET_NAME)";
594594
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
595595
SWIFT_VERSION = 4.2;
@@ -609,7 +609,7 @@
609609
"@executable_path/Frameworks",
610610
"@loader_path/Frameworks",
611611
);
612-
PRODUCT_BUNDLE_IDENTIFIER = com.jlimadeveloper.ios.PickImageAlertTests;
612+
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealerttests;
613613
PRODUCT_NAME = "$(TARGET_NAME)";
614614
SWIFT_VERSION = 4.2;
615615
TARGETED_DEVICE_FAMILY = "1,2";

Framework/PickImageAlert/Common/Extensions/NSObject+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 10/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
extension NSObject {

Framework/PickImageAlert/Common/Extensions/UICollectionView+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 10/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

Framework/PickImageAlert/Common/Extensions/UIDevice+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 11/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

Framework/PickImageAlert/Common/Extensions/UIView+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 10/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

Framework/PickImageAlert/Common/Localizable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 11/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import Foundation

Framework/PickImageAlert/Common/PIAlertController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PickImageAlert
44
//
55
// Created by John Lima on 11/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

Framework/PickImageAlert/Common/PICollectionImages/View/Cell/PICollectionImageCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LookME
44
//
55
// Created by John Lima on 10/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

Framework/PickImageAlert/Common/PICollectionImages/View/PICollectionImages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LookME
44
//
55
// Created by John Lima on 10/11/18.
6-
// Copyright © 2018 jlimadeveloper. All rights reserved.
6+
// Copyright © 2018 limadeveloper. All rights reserved.
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)