Skip to content

Commit 10651d2

Browse files
committed
[Version] bump version to v0.1-2
1 parent 3469474 commit 10651d2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CookiesTool-iOS/Package/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.darwindev.CookiesTool-iOS
22
Name: CookiesTool-iOS
3-
Version: 0.1-1
3+
Version: 0.1-2
44
Description: Convert between Apple BinaryCookies, Property List, JSON, Netscape HTTP Cookie File (curl cookie jar).
55
Section: System
66
Depends: firmware (>= 11.0)

CookiesTool.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
D614BE2023FD1CCF00D32B27 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D614BE1E23FD1CCF00D32B27 /* Extensions.swift */; };
1414
D614BE2123FD1CCF00D32B27 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D614BE1F23FD1CCF00D32B27 /* main.swift */; };
1515
D620043F2409538D00EB0771 /* EditThisCookie.swift in Sources */ = {isa = PBXBuildFile; fileRef = D620043E2409538D00EB0771 /* EditThisCookie.swift */; };
16+
D646E2E524098F3800592919 /* EditThisCookie.swift in Sources */ = {isa = PBXBuildFile; fileRef = D620043E2409538D00EB0771 /* EditThisCookie.swift */; };
1617
D68E05C923FFD91900C24AB0 /* NetscapeCookies.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68E05C823FFD91900C24AB0 /* NetscapeCookies.swift */; };
1718
D68E05D02400DF6F00C24AB0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D68E05CF2400DF6F00C24AB0 /* Foundation.framework */; };
1819
D68E05E12400E1B100C24AB0 /* NetscapeCookies.swift in Sources */ = {isa = PBXBuildFile; fileRef = D68E05C823FFD91900C24AB0 /* NetscapeCookies.swift */; };
@@ -328,6 +329,7 @@
328329
files = (
329330
D68E05E22400E1B100C24AB0 /* BinaryCookies.swift in Sources */,
330331
D68E05E32400E1B100C24AB0 /* Extensions.swift in Sources */,
332+
D646E2E524098F3800592919 /* EditThisCookie.swift in Sources */,
331333
D68E05E42400E1B100C24AB0 /* main.swift in Sources */,
332334
D68E05E12400E1B100C24AB0 /* NetscapeCookies.swift in Sources */,
333335
);
@@ -386,7 +388,8 @@
386388
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
387389
GCC_WARN_UNUSED_FUNCTION = YES;
388390
GCC_WARN_UNUSED_VARIABLE = YES;
389-
MACOSX_DEPLOYMENT_TARGET = 10.15;
391+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
392+
MACOSX_DEPLOYMENT_TARGET = 10.13;
390393
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
391394
MTL_FAST_MATH = YES;
392395
ONLY_ACTIVE_ARCH = YES;
@@ -440,7 +443,8 @@
440443
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
441444
GCC_WARN_UNUSED_FUNCTION = YES;
442445
GCC_WARN_UNUSED_VARIABLE = YES;
443-
MACOSX_DEPLOYMENT_TARGET = 10.15;
446+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
447+
MACOSX_DEPLOYMENT_TARGET = 10.13;
444448
MTL_ENABLE_DEBUG_INFO = NO;
445449
MTL_FAST_MATH = YES;
446450
SDKROOT = macosx;

0 commit comments

Comments
 (0)