Skip to content

Commit fe7d7db

Browse files
committed
Add umbrella header to exclude warnings during framework building
1 parent d1df460 commit fe7d7db

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

SCLAlertView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
/* End PBXCopyFilesBuildPhase section */
7171

7272
/* Begin PBXFileReference section */
73+
44E430DB1D889255002FE849 /* SCLAlertViewFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SCLAlertViewFramework.h; sourceTree = "<group>"; };
7374
572BB1451B8383B3002DEE38 /* SCLTimerDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCLTimerDisplay.h; sourceTree = "<group>"; };
7475
572BB1461B8383B3002DEE38 /* SCLTimerDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCLTimerDisplay.m; sourceTree = "<group>"; };
7576
CF6FB1221C5926FC009715F3 /* SCLSwitchView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCLSwitchView.h; sourceTree = "<group>"; };
@@ -256,6 +257,7 @@
256257
isa = PBXGroup;
257258
children = (
258259
EF994B0C1D47AB1400619DFF /* Info.plist */,
260+
44E430DB1D889255002FE849 /* SCLAlertViewFramework.h */,
259261
);
260262
path = SCLAlertViewFramework;
261263
sourceTree = "<group>";
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// SCLAlertViewFramework.h
3+
// SCLAlertView
4+
//
5+
// Created by Eugene Tulusha on 9/13/16.
6+
// Copyright © 2016 AnyKey Entertainment. All rights reserved.
7+
//
8+
9+
@import Foundation;
10+
11+
//! Project version number for CryptoSwift.
12+
FOUNDATION_EXPORT double SCLAlertViewFrameworkVersionNumber;
13+
14+
//! Project version string for CryptoSwift.
15+
FOUNDATION_EXPORT const unsigned char SCLAlertViewFrameworkVersionString[];

0 commit comments

Comments
 (0)