Skip to content

Commit 5fa55e4

Browse files
committed
Fixed framework product name
Fixed module warnings
1 parent 894e60c commit 5fa55e4

File tree

4 files changed

+55
-39
lines changed

4 files changed

+55
-39
lines changed

M13ProgressSuite.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
CA412B0518D2638E00FCB7CC /* RadiativeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA412B0418D2638E00FCB7CC /* RadiativeViewController.m */; };
5858
CA66890618CBEF9300827C48 /* MetroViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA66890518CBEF9300827C48 /* MetroViewController.m */; };
5959
CA6F31C7190EBF11008D1E64 /* LetterpressViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA6F31C6190EBF11008D1E64 /* LetterpressViewController.m */; };
60-
FB2A7BE11B793E5600FE4E4A /* M13ProgressSuiteFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2A7BE01B793E5600FE4E4A /* M13ProgressSuiteFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
61-
FB2A7BF31B793E5600FE4E4A /* M13ProgressSuiteFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuiteFramework.framework */; };
62-
FB2A7BF41B793E5600FE4E4A /* M13ProgressSuiteFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuiteFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
60+
FB2A7BE11B793E5600FE4E4A /* M13ProgressSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2A7BE01B793E5600FE4E4A /* M13ProgressSuite.h */; settings = {ATTRIBUTES = (Public, ); }; };
61+
FB2A7BF31B793E5600FE4E4A /* M13ProgressSuite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuite.framework */; };
62+
FB2A7BF41B793E5600FE4E4A /* M13ProgressSuite.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuite.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
6363
FB2A7BFC1B793E6B00FE4E4A /* M13ProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = CA2FAFE11889937800BCAEF5 /* M13ProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; };
6464
FB2A7BFD1B793E6B00FE4E4A /* M13ProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2FAFE21889937800BCAEF5 /* M13ProgressView.m */; };
6565
FB2A7BFE1B793E6B00FE4E4A /* M13ProgressViewBar.h in Headers */ = {isa = PBXBuildFile; fileRef = CA2FAFE31889937800BCAEF5 /* M13ProgressViewBar.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -122,7 +122,7 @@
122122
dstPath = "";
123123
dstSubfolderSpec = 10;
124124
files = (
125-
FB2A7BF41B793E5600FE4E4A /* M13ProgressSuiteFramework.framework in Embed Frameworks */,
125+
FB2A7BF41B793E5600FE4E4A /* M13ProgressSuite.framework in Embed Frameworks */,
126126
);
127127
name = "Embed Frameworks";
128128
runOnlyForDeploymentPostprocessing = 0;
@@ -223,9 +223,9 @@
223223
CA6F31C2190EA88D008D1E64 /* M13ProgressViewLetterpress.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = M13ProgressViewLetterpress.m; path = Classes/ProgressViews/M13ProgressViewLetterpress.m; sourceTree = "<group>"; };
224224
CA6F31C5190EBF11008D1E64 /* LetterpressViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LetterpressViewController.h; sourceTree = "<group>"; };
225225
CA6F31C6190EBF11008D1E64 /* LetterpressViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LetterpressViewController.m; sourceTree = "<group>"; };
226-
FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuiteFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = M13ProgressSuiteFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
226+
FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = M13ProgressSuite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
227227
FB2A7BDF1B793E5600FE4E4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
228-
FB2A7BE01B793E5600FE4E4A /* M13ProgressSuiteFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = M13ProgressSuiteFramework.h; sourceTree = "<group>"; };
228+
FB2A7BE01B793E5600FE4E4A /* M13ProgressSuite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = M13ProgressSuite.h; sourceTree = "<group>"; };
229229
/* End PBXFileReference section */
230230

231231
/* Begin PBXFrameworksBuildPhase section */
@@ -234,7 +234,7 @@
234234
buildActionMask = 2147483647;
235235
files = (
236236
CA2FAF9E1889907300BCAEF5 /* CoreGraphics.framework in Frameworks */,
237-
FB2A7BF31B793E5600FE4E4A /* M13ProgressSuiteFramework.framework in Frameworks */,
237+
FB2A7BF31B793E5600FE4E4A /* M13ProgressSuite.framework in Frameworks */,
238238
CA2FB03E1889975A00BCAEF5 /* QuartzCore.framework in Frameworks */,
239239
CA2FB03C1889975400BCAEF5 /* CoreImage.framework in Frameworks */,
240240
CA2FB03A1889974600BCAEF5 /* Accelerate.framework in Frameworks */,
@@ -290,7 +290,7 @@
290290
children = (
291291
CA2FAF981889907300BCAEF5 /* M13ProgressSuite.app */,
292292
CA2FAFBC1889907300BCAEF5 /* M13ProgressSuiteTests.xctest */,
293-
FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuiteFramework.framework */,
293+
FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuite.framework */,
294294
);
295295
name = Products;
296296
sourceTree = "<group>";
@@ -583,7 +583,7 @@
583583
FB2A7BDD1B793E5600FE4E4A /* M13ProgressSuiteFramework */ = {
584584
isa = PBXGroup;
585585
children = (
586-
FB2A7BE01B793E5600FE4E4A /* M13ProgressSuiteFramework.h */,
586+
FB2A7BE01B793E5600FE4E4A /* M13ProgressSuite.h */,
587587
FB2A7BDE1B793E5600FE4E4A /* Supporting Files */,
588588
);
589589
path = M13ProgressSuiteFramework;
@@ -604,7 +604,7 @@
604604
isa = PBXHeadersBuildPhase;
605605
buildActionMask = 2147483647;
606606
files = (
607-
FB2A7BE11B793E5600FE4E4A /* M13ProgressSuiteFramework.h in Headers */,
607+
FB2A7BE11B793E5600FE4E4A /* M13ProgressSuite.h in Headers */,
608608
FB2A7BFC1B793E6B00FE4E4A /* M13ProgressView.h in Headers */,
609609
FB2A7BFE1B793E6B00FE4E4A /* M13ProgressViewBar.h in Headers */,
610610
FB2A7C001B793E6B00FE4E4A /* M13ProgressViewBorderedBar.h in Headers */,
@@ -681,7 +681,7 @@
681681
);
682682
name = M13ProgressSuiteFramework;
683683
productName = M13ProgressSuiteFramework;
684-
productReference = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuiteFramework.framework */;
684+
productReference = FB2A7BDC1B793E5600FE4E4A /* M13ProgressSuite.framework */;
685685
productType = "com.apple.product-type.framework";
686686
};
687687
/* End PBXNativeTarget section */
@@ -913,7 +913,7 @@
913913
GCC_WARN_UNINITIALIZED_AUTOS = YES;
914914
GCC_WARN_UNUSED_FUNCTION = YES;
915915
GCC_WARN_UNUSED_VARIABLE = YES;
916-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
916+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
917917
ONLY_ACTIVE_ARCH = YES;
918918
SDKROOT = iphoneos;
919919
TARGETED_DEVICE_FAMILY = "1,2";
@@ -946,7 +946,7 @@
946946
GCC_WARN_UNINITIALIZED_AUTOS = YES;
947947
GCC_WARN_UNUSED_FUNCTION = YES;
948948
GCC_WARN_UNUSED_VARIABLE = YES;
949-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
949+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
950950
SDKROOT = iphoneos;
951951
TARGETED_DEVICE_FAMILY = "1,2";
952952
VALIDATE_PRODUCT = YES;
@@ -1058,11 +1058,11 @@
10581058
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10591059
INFOPLIST_FILE = M13ProgressSuiteFramework/Info.plist;
10601060
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1061-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
1061+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10621062
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
10631063
MTL_ENABLE_DEBUG_INFO = YES;
10641064
PRODUCT_BUNDLE_IDENTIFIER = "com.BrandonMcQuilkin.$(PRODUCT_NAME:rfc1034identifier)";
1065-
PRODUCT_NAME = "$(TARGET_NAME)";
1065+
PRODUCT_NAME = M13ProgressSuite;
10661066
SKIP_INSTALL = YES;
10671067
VERSIONING_SYSTEM = "apple-generic";
10681068
VERSION_INFO_PREFIX = "";
@@ -1085,11 +1085,11 @@
10851085
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10861086
INFOPLIST_FILE = M13ProgressSuiteFramework/Info.plist;
10871087
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1088-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
1088+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10891089
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
10901090
MTL_ENABLE_DEBUG_INFO = NO;
10911091
PRODUCT_BUNDLE_IDENTIFIER = "com.BrandonMcQuilkin.$(PRODUCT_NAME:rfc1034identifier)";
1092-
PRODUCT_NAME = "$(TARGET_NAME)";
1092+
PRODUCT_NAME = M13ProgressSuite;
10931093
SKIP_INSTALL = YES;
10941094
VERSIONING_SYSTEM = "apple-generic";
10951095
VERSION_INFO_PREFIX = "";

M13ProgressSuite.xcodeproj/xcshareddata/xcschemes/M13ProgressSuiteFramework.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "FB2A7BDB1B793E5600FE4E4A"
18-
BuildableName = "M13ProgressSuiteFramework.framework"
18+
BuildableName = "M13ProgressSuite.framework"
1919
BlueprintName = "M13ProgressSuiteFramework"
2020
ReferencedContainer = "container:M13ProgressSuite.xcodeproj">
2121
</BuildableReference>
@@ -46,7 +46,7 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "FB2A7BDB1B793E5600FE4E4A"
49-
BuildableName = "M13ProgressSuiteFramework.framework"
49+
BuildableName = "M13ProgressSuite.framework"
5050
BlueprintName = "M13ProgressSuiteFramework"
5151
ReferencedContainer = "container:M13ProgressSuite.xcodeproj">
5252
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "FB2A7BDB1B793E5600FE4E4A"
67-
BuildableName = "M13ProgressSuiteFramework.framework"
67+
BuildableName = "M13ProgressSuite.framework"
6868
BlueprintName = "M13ProgressSuiteFramework"
6969
ReferencedContainer = "container:M13ProgressSuite.xcodeproj">
7070
</BuildableReference>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
//
2+
// M13ProgressSuiteFramework.h
3+
// M13ProgressSuiteFramework
4+
//
5+
// Created by Rusty Zarse on 8/10/15.
6+
// Copyright (c) 2015 Brandon McQuilkin. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for M13ProgressSuiteFramework.
12+
FOUNDATION_EXPORT double M13ProgressSuiteFrameworkVersionNumber;
13+
14+
//! Project version string for M13ProgressSuiteFramework.
15+
FOUNDATION_EXPORT const unsigned char M13ProgressSuiteFrameworkVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <M13ProgressSuiteFramework/PublicHeader.h>
18+
#import <M13ProgressSuite/M13ProgressConsole.h>
19+
#import <M13ProgressSuite/M13ProgressHUD.h>
20+
#import <M13ProgressSuite/UIImage+ImageEffects.h>
21+
#import <M13ProgressSuite/UINavigationController+M13ProgressViewBar.h>
22+
#import <M13ProgressSuite/M13ProgressView.h>
23+
#import <M13ProgressSuite/M13ProgressViewBar.h>
24+
#import <M13ProgressSuite/M13ProgressViewBorderedBar.h>
25+
#import <M13ProgressSuite/M13ProgressViewFilteredImage.h>
26+
#import <M13ProgressSuite/M13ProgressViewImage.h>
27+
#import <M13ProgressSuite/M13ProgressViewLetterpress.h>
28+
#import <M13ProgressSuite/M13ProgressViewMetro.h>
29+
#import <M13ProgressSuite/M13ProgressViewMetroDotPolygon.h>
30+
#import <M13ProgressSuite/M13ProgressViewPie.h>
31+
#import <M13ProgressSuite/M13ProgressViewRadiative.h>
32+
#import <M13ProgressSuite/M13ProgressViewRing.h>
33+
#import <M13ProgressSuite/M13ProgressViewSegmentedBar.h>
34+
#import <M13ProgressSuite/M13ProgressViewSegmentedRing.h>
35+
#import <M13ProgressSuite/M13ProgressViewStripedBar.h>

M13ProgressSuiteFramework/M13ProgressSuiteFramework.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)