Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Apr 29, 2017
1 parent f76a4d2 commit f522afa
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Ka-Block Content Blocker/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Ka-Block.plist
Expand Up @@ -10,9 +10,9 @@
<key>Developer Identifier</key>
<string>UYW4V22L7E</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>29</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>2.9</string>
<key>Update From Gallery</key>
<true/>
<key>URL</key>
Expand Down
6 changes: 3 additions & 3 deletions Ka-Block.safariextension/Info.plist
Expand Up @@ -5,17 +5,17 @@
<key>Author</key>
<string>David Graham &amp; Josh Peek</string>
<key>Builder Version</key>
<string>11601.7.7.1</string>
<string>12603.1.30.0.34</string>
<key>CFBundleDisplayName</key>
<string>Ka-Block!</string>
<key>CFBundleIdentifier</key>
<string>com.kablock.osx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>2.9</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>29</string>
<key>Content</key>
<dict>
<key>Content Blocker</key>
Expand Down
Binary file modified Ka-Block.safariextz
Binary file not shown.
8 changes: 4 additions & 4 deletions Ka-Block.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -175,7 +175,7 @@
};
};
buildConfigurationList = 03FCD0071B2AA68A00076943 /* Build configuration list for PBXProject "Ka-Block" */;
compatibilityVersion = "Xcode 3.2";
compatibilityVersion = "Xcode 8.0";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down Expand Up @@ -363,7 +363,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = UYW4V22L7E;
INFOPLIST_FILE = "Ka-Block/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kablock.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -381,7 +381,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = UYW4V22L7E;
INFOPLIST_FILE = "Ka-Block/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kablock.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Ka-Block/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 David Graham & Josh Peek
Copyright (c) 2015-2017 David Graham & Josh Peek

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit f522afa

Please sign in to comment.