diff --git a/Device.podspec b/Device.podspec index b6998ad..86ca017 100644 --- a/Device.podspec +++ b/Device.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Device" - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "Light weight tool for detecting the current device and screen size written in swift." s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want." diff --git a/Device.xcodeproj/project.pbxproj b/Device.xcodeproj/project.pbxproj index 310b566..9fe31ee 100644 --- a/Device.xcodeproj/project.pbxproj +++ b/Device.xcodeproj/project.pbxproj @@ -342,7 +342,7 @@ }; BE11EEE61BE3FC0300816835 = { CreatedOnToolsVersion = 7.1; - DevelopmentTeam = 9GBY47427B; + DevelopmentTeam = B68QLRDMYT; LastSwiftMigration = 0800; }; E2C023A91D6331010033AD25 = { @@ -640,7 +640,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEVELOPMENT_TEAM = 9GBY47427B; + DEVELOPMENT_TEAM = B68QLRDMYT; INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -661,7 +661,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEVELOPMENT_TEAM = 9GBY47427B; + DEVELOPMENT_TEAM = B68QLRDMYT; INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";