Skip to content

Commit

Permalink
Updating project files and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbettermann committed Feb 26, 2016
1 parent 1dc3c67 commit 8c0fbeb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
9 changes: 6 additions & 3 deletions DBAlertController-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
8810EDC61BF102A200A5B6F6 /* ModalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5A95F01B56A1570082B467 /* ModalViewController.swift */; };
8810EDC71BF102A400A5B6F6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5A95F11B56A1570082B467 /* ViewController.swift */; };
8810EDCA1BF1031600A5B6F6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC81BF1031600A5B6F6 /* Images.xcassets */; };
8810EDCB1BF1031600A5B6F6 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC91BF1031600A5B6F6 /* Info.plist */; };
88EA9CA61BF11D1C00BF55B4 /* DBAlertController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88EA9CA51BF11CA100BF55B4 /* DBAlertController.framework */; };
88EA9CA71BF11D1C00BF55B4 /* DBAlertController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 88EA9CA51BF11CA100BF55B4 /* DBAlertController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
88EA9CAD1BF11EE000BF55B4 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 88EA9CAB1BF11EE000BF55B4 /* LaunchScreen.xib */; };
Expand Down Expand Up @@ -204,7 +203,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0640;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Dylan Bettermann";
TargetAttributes = {
FC1DE8B91B0196910019E38D = {
Expand Down Expand Up @@ -258,7 +257,6 @@
files = (
8810EDCA1BF1031600A5B6F6 /* Images.xcassets in Resources */,
88EA9CAD1BF11EE000BF55B4 /* LaunchScreen.xib in Resources */,
8810EDCB1BF1031600A5B6F6 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -338,6 +336,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -408,6 +407,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "DBAlertController-Demo";
};
name = Debug;
Expand All @@ -420,6 +420,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "DBAlertController-Demo";
};
name = Release;
Expand All @@ -438,6 +439,7 @@
);
INFOPLIST_FILE = DBAlertControllerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "DBAlertController-Demo";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DBAlertController-Demo.app/DBAlertController-Demo";
};
Expand All @@ -453,6 +455,7 @@
);
INFOPLIST_FILE = DBAlertControllerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "DBAlertController-Demo";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DBAlertController-Demo.app/DBAlertController-Demo";
};
Expand Down
2 changes: 1 addition & 1 deletion DBAlertController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DBAlertController"
s.version = "0.2.4"
s.version = "0.2.5"
s.summary = "A UIAlertController subclass that's independent of the view controller it's presented from."
s.homepage = "https://github.com/dbettermann/DBAlertController"
s.license = 'MIT'
Expand Down
4 changes: 1 addition & 3 deletions DBAlertController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
8810EDC31BF1026500A5B6F6 /* DBAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8810EDC01BF1026500A5B6F6 /* DBAlertController.h */; settings = {ATTRIBUTES = (Public, ); }; };
8810EDC41BF1026500A5B6F6 /* DBAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8810EDC11BF1026500A5B6F6 /* DBAlertController.swift */; };
8810EDC51BF1026500A5B6F6 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8810EDC21BF1026500A5B6F6 /* Info.plist */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -103,7 +102,7 @@
88ADD9731BF1019D00957A9E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Dylan Bettermann";
TargetAttributes = {
88ADD97B1BF1019D00957A9E = {
Expand Down Expand Up @@ -133,7 +132,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8810EDC51BF1026500A5B6F6 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion DBAlertControllerTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.dylanbettermann.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.4</string>
<string>0.2.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8c0fbeb

Please sign in to comment.