Skip to content

Commit dc6a086

Browse files
committed
fix development target
1 parent 96814e7 commit dc6a086

27 files changed

Lines changed: 182 additions & 82 deletions

File tree

Cartfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

2-
github "zixun/AppBaseKit" >= 0.2.1
3-
github "zixun/Log4G" >= 0.2.1
2+
github "zixun/AppBaseKit" >= 0.2.2
3+
github "zixun/Log4G" >= 0.2.2
44
github "zixun/AppSwizzle" >= 1.1.2
5-
github "zixun/AssistiveButton" >= 1.1.1
5+
github "zixun/AssistiveButton" >= 1.1.2
66
github "zixun/ASLEye" >= 1.1.1
7-
github "zixun/CrashEye" >= 1.1.1
8-
github "zixun/ANREye" >= 1.1.1
9-
github "zixun/SystemEye" >= 0.2.1
10-
github "zixun/NetworkEye" >= 1.1.2
11-
github "zixun/LeakEye" >= 1.1.2
7+
github "zixun/CrashEye" >= 1.1.2
8+
github "zixun/ANREye" >= 1.1.2
9+
github "zixun/SystemEye" >= 0.2.2
10+
github "zixun/NetworkEye" >= 1.1.3
11+
github "zixun/LeakEye" >= 1.1.3
1212

1313
github "marmelroy/FileBrowser" >= 0.2.0
1414
github "startry/SwViewCapture" >= 1.0.6

Cartfile.resolved

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ github "eggswift/pull-to-refresh" "2.6"
22
github "marmelroy/FileBrowser" "0.2.0"
33
github "startry/SwViewCapture" "1.0.6"
44
github "stephencelis/SQLite.swift" "0.11.2"
5-
github "zixun/ANREye" "1.1.1"
5+
github "zixun/ANREye" "1.1.2"
66
github "zixun/ASLEye" "1.1.1"
7-
github "zixun/AppBaseKit" "0.2.1"
7+
github "zixun/AppBaseKit" "0.2.2"
88
github "zixun/AppSwizzle" "1.1.2"
9-
github "zixun/AssistiveButton" "1.1.1"
10-
github "zixun/CrashEye" "1.1.1"
11-
github "zixun/LeakEye" "1.1.2"
12-
github "zixun/Log4G" "0.2.1"
13-
github "zixun/NetworkEye" "1.1.2"
14-
github "zixun/SystemEye" "0.2.1"
9+
github "zixun/AssistiveButton" "1.1.2"
10+
github "zixun/CrashEye" "1.1.2"
11+
github "zixun/LeakEye" "1.1.3"
12+
github "zixun/Log4G" "0.2.2"
13+
github "zixun/NetworkEye" "1.1.3"
14+
github "zixun/SystemEye" "0.2.2"

Carthage/Checkouts/ANREye/ANREye.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ANREye'
11-
s.version = '1.1.1'
11+
s.version = '1.1.2'
1212
s.summary = 'Class for monitor excessive blocking on the main thread.'
1313

1414
s.description = <<-DESC

Carthage/Checkouts/ANREye/Example/ANREye.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
DYLIB_INSTALL_NAME_BASE = "@rpath";
680680
INFOPLIST_FILE = ANREye/Info.plist;
681681
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
682-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
682+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
683683
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
684684
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.ANREye;
685685
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -708,7 +708,7 @@
708708
DYLIB_INSTALL_NAME_BASE = "@rpath";
709709
INFOPLIST_FILE = ANREye/Info.plist;
710710
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
711-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
711+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
712712
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
713713
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.ANREye;
714714
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -758,6 +758,7 @@
758758
9E24FA1E1E800235001AD0D7 /* Release */,
759759
);
760760
defaultConfigurationIsVisible = 0;
761+
defaultConfigurationName = Release;
761762
};
762763
/* End XCConfigurationList section */
763764
};

Carthage/Checkouts/AppBaseKit/AppBaseKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AppBaseKit'
11-
s.version = '0.2.1'
11+
s.version = '0.2.2'
1212
s.summary = 'A handy kit of Swift extensions and wrapped class to boost your productivity.'
1313

1414
# This description is used to generate tags and improve search results.

Carthage/Checkouts/AppBaseKit/Example/AppBaseKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
DYLIB_INSTALL_NAME_BASE = "@rpath";
730730
INFOPLIST_FILE = AppBaseKit/Info.plist;
731731
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
732-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
732+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
733733
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
734734
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.AppBaseKit;
735735
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -758,7 +758,7 @@
758758
DYLIB_INSTALL_NAME_BASE = "@rpath";
759759
INFOPLIST_FILE = AppBaseKit/Info.plist;
760760
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
761-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
761+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
762762
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
763763
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.AppBaseKit;
764764
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -808,6 +808,7 @@
808808
9E24F98B1E7FAED9001AD0D7 /* Release */,
809809
);
810810
defaultConfigurationIsVisible = 0;
811+
defaultConfigurationName = Release;
811812
};
812813
/* End XCConfigurationList section */
813814
};

Carthage/Checkouts/AssistiveButton/AssistiveButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AssistiveButton'
11-
s.version = '1.1.1'
11+
s.version = '1.1.2'
1212
s.summary = 'Simple Assistive Button.'
1313

1414
# This description is used to generate tags and improve search results.

Carthage/Checkouts/AssistiveButton/Example/AssistiveButton.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
DYLIB_INSTALL_NAME_BASE = "@rpath";
661661
INFOPLIST_FILE = AssistiveButton/Info.plist;
662662
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
663-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
663+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
664664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
665665
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.AssistiveButton;
666666
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -688,7 +688,7 @@
688688
DYLIB_INSTALL_NAME_BASE = "@rpath";
689689
INFOPLIST_FILE = AssistiveButton/Info.plist;
690690
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
691-
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
691+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
692692
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
693693
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.AssistiveButton;
694694
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -737,6 +737,7 @@
737737
9E24FA571E810439001AD0D7 /* Release */,
738738
);
739739
defaultConfigurationIsVisible = 0;
740+
defaultConfigurationName = Release;
740741
};
741742
/* End XCConfigurationList section */
742743
};
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "60DE1C3A34E0DCD228D2ECF36F878D99014133B1",
3+
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
4+
5+
},
6+
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7+
"60DE1C3A34E0DCD228D2ECF36F878D99014133B1" : 9223372036854775807,
8+
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : 9223372036854775807
9+
},
10+
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "5C08C586-8844-4407-916E-279BB8A964BF",
11+
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
12+
"60DE1C3A34E0DCD228D2ECF36F878D99014133B1" : "AssistiveButton\/",
13+
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : "..\/.."
14+
},
15+
"DVTSourceControlWorkspaceBlueprintNameKey" : "AssistiveButton",
16+
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
17+
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Example\/AssistiveButton.xcworkspace",
18+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
19+
{
20+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:zixun\/AssistiveButton.git",
21+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
22+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "60DE1C3A34E0DCD228D2ECF36F878D99014133B1"
23+
},
24+
{
25+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "git.oschina.net:zixunapp\/AppSaber-MAC.git",
26+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
27+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "BF1F56C483977AC36F575A9C50FB74A7EFF41C69"
28+
}
29+
]
30+
}

Carthage/Checkouts/CrashEye/CrashEye.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CrashEye'
11-
s.version = '1.1.1'
11+
s.version = '1.1.2'
1212
s.summary = 'CrashEye is an ios crash monitor,automatic catch exception crash & signal crash and return the stacktrace.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)