Skip to content

Commit f2a9ddc

Browse files
EkhooLucas Ortis
authored andcommitted
Version 3.0.2
1 parent 64e44b5 commit f2a9ddc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Device.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 = "Device"
3-
s.version = "3.0.1"
3+
s.version = "3.0.2"
44
s.summary = "Light weight tool for detecting the current device and screen size written in swift."
55

66
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."

Device.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
};
343343
BE11EEE61BE3FC0300816835 = {
344344
CreatedOnToolsVersion = 7.1;
345-
DevelopmentTeam = 9GBY47427B;
345+
DevelopmentTeam = B68QLRDMYT;
346346
LastSwiftMigration = 0800;
347347
};
348348
E2C023A91D6331010033AD25 = {
@@ -640,7 +640,7 @@
640640
CLANG_ENABLE_MODULES = YES;
641641
CODE_SIGN_IDENTITY = "iPhone Developer";
642642
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
643-
DEVELOPMENT_TEAM = 9GBY47427B;
643+
DEVELOPMENT_TEAM = B68QLRDMYT;
644644
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
645645
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
646646
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -661,7 +661,7 @@
661661
CLANG_ENABLE_MODULES = YES;
662662
CODE_SIGN_IDENTITY = "iPhone Developer";
663663
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
664-
DEVELOPMENT_TEAM = 9GBY47427B;
664+
DEVELOPMENT_TEAM = B68QLRDMYT;
665665
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
666666
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
667667
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)