Skip to content

Commit 8c0fbeb

Browse files
committed
Updating project files and bumping version
1 parent 1dc3c67 commit 8c0fbeb

7 files changed

Lines changed: 12 additions & 11 deletions

File tree

DBAlertController-Demo.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
8810EDC61BF102A200A5B6F6 /* ModalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5A95F01B56A1570082B467 /* ModalViewController.swift */; };
1111
8810EDC71BF102A400A5B6F6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5A95F11B56A1570082B467 /* ViewController.swift */; };
1212
8810EDCA1BF1031600A5B6F6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC81BF1031600A5B6F6 /* Images.xcassets */; };
13-
8810EDCB1BF1031600A5B6F6 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC91BF1031600A5B6F6 /* Info.plist */; };
1413
88EA9CA61BF11D1C00BF55B4 /* DBAlertController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88EA9CA51BF11CA100BF55B4 /* DBAlertController.framework */; };
1514
88EA9CA71BF11D1C00BF55B4 /* DBAlertController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 88EA9CA51BF11CA100BF55B4 /* DBAlertController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1615
88EA9CAD1BF11EE000BF55B4 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 88EA9CAB1BF11EE000BF55B4 /* LaunchScreen.xib */; };
@@ -204,7 +203,7 @@
204203
attributes = {
205204
LastSwiftMigration = 0700;
206205
LastSwiftUpdateCheck = 0700;
207-
LastUpgradeCheck = 0640;
206+
LastUpgradeCheck = 0720;
208207
ORGANIZATIONNAME = "Dylan Bettermann";
209208
TargetAttributes = {
210209
FC1DE8B91B0196910019E38D = {
@@ -258,7 +257,6 @@
258257
files = (
259258
8810EDCA1BF1031600A5B6F6 /* Images.xcassets in Resources */,
260259
88EA9CAD1BF11EE000BF55B4 /* LaunchScreen.xib in Resources */,
261-
8810EDCB1BF1031600A5B6F6 /* Info.plist in Resources */,
262260
);
263261
runOnlyForDeploymentPostprocessing = 0;
264262
};
@@ -338,6 +336,7 @@
338336
COPY_PHASE_STRIP = NO;
339337
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
340338
ENABLE_STRICT_OBJC_MSGSEND = YES;
339+
ENABLE_TESTABILITY = YES;
341340
GCC_C_LANGUAGE_STANDARD = gnu99;
342341
GCC_DYNAMIC_NO_PIC = NO;
343342
GCC_NO_COMMON_BLOCKS = YES;
@@ -408,6 +407,7 @@
408407
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
409408
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
410409
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
410+
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
411411
PRODUCT_NAME = "DBAlertController-Demo";
412412
};
413413
name = Debug;
@@ -420,6 +420,7 @@
420420
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
421421
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
422422
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
423+
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
423424
PRODUCT_NAME = "DBAlertController-Demo";
424425
};
425426
name = Release;
@@ -438,6 +439,7 @@
438439
);
439440
INFOPLIST_FILE = DBAlertControllerTests/Info.plist;
440441
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
442+
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
441443
PRODUCT_NAME = "DBAlertController-Demo";
442444
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DBAlertController-Demo.app/DBAlertController-Demo";
443445
};
@@ -453,6 +455,7 @@
453455
);
454456
INFOPLIST_FILE = DBAlertControllerTests/Info.plist;
455457
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
458+
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
456459
PRODUCT_NAME = "DBAlertController-Demo";
457460
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DBAlertController-Demo.app/DBAlertController-Demo";
458461
};

DBAlertController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DBAlertController"
3-
s.version = "0.2.4"
3+
s.version = "0.2.5"
44
s.summary = "A UIAlertController subclass that's independent of the view controller it's presented from."
55
s.homepage = "https://github.com/dbettermann/DBAlertController"
66
s.license = 'MIT'

DBAlertController.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
8810EDC31BF1026500A5B6F6 /* DBAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8810EDC01BF1026500A5B6F6 /* DBAlertController.h */; settings = {ATTRIBUTES = (Public, ); }; };
1111
8810EDC41BF1026500A5B6F6 /* DBAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8810EDC11BF1026500A5B6F6 /* DBAlertController.swift */; };
12-
8810EDC51BF1026500A5B6F6 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC21BF1026500A5B6F6 /* Info.plist */; };
1312
/* End PBXBuildFile section */
1413

1514
/* Begin PBXFileReference section */
@@ -103,7 +102,7 @@
103102
88ADD9731BF1019D00957A9E /* Project object */ = {
104103
isa = PBXProject;
105104
attributes = {
106-
LastUpgradeCheck = 0710;
105+
LastUpgradeCheck = 0720;
107106
ORGANIZATIONNAME = "Dylan Bettermann";
108107
TargetAttributes = {
109108
88ADD97B1BF1019D00957A9E = {
@@ -133,7 +132,6 @@
133132
isa = PBXResourcesBuildPhase;
134133
buildActionMask = 2147483647;
135134
files = (
136-
8810EDC51BF1026500A5B6F6 /* Info.plist in Resources */,
137135
);
138136
runOnlyForDeploymentPostprocessing = 0;
139137
};

DBAlertController.xcodeproj/xcshareddata/xcschemes/DBAlertController.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

DBAlertControllerTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.4</string>
18+
<string>0.2.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)