|
|
@ -79,10 +79,10 @@ open class TagListView: UIView {
|
|||
}
|
||||
}
|
||||
|
||||
@IBInspectable open dynamic var borderColor: UIColor? {
|
||||
@IBInspectable open dynamic var tagBorderColor: UIColor? {
|
||||
didSet {
|
||||
tagViews.forEach {
|
||||
$0.borderColor = borderColor
|
||||
$0.borderColor = tagBorderColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -338,7 +338,7 @@ open class TagListView: UIView {
|
|||
tagView.titleLineBreakMode = tagLineBreakMode
|
||||
tagView.cornerRadius = cornerRadius
|
||||
tagView.borderWidth = borderWidth
|
||||
tagView.borderColor = borderColor
|
||||
tagView.borderColor = tagBorderColor
|
||||
tagView.selectedBorderColor = selectedBorderColor
|
||||
tagView.paddingX = paddingX
|
||||
tagView.paddingY = paddingY
|
||||
|
|
|
|||
|
|
@ -323,10 +323,16 @@
|
|||
55B218A13024A0010078470C /* MemberInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B218A13024A0010078470B /* MemberInfoView.swift */; };
|
||||
55B218B13024B00100784722 /* FeatureIntroVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B218B13024B00100784721 /* FeatureIntroVC.swift */; };
|
||||
55B218B13024B00100784724 /* FeatureIntroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B218B13024B00100784723 /* FeatureIntroView.swift */; };
|
||||
55B219A2302A000100784751 /* UnlockRequestPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219A1302A000100784750 /* UnlockRequestPopView.swift */; };
|
||||
55B219B2302A000100784761 /* ReceiveMessagePopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219B1302A000100784760 /* ReceiveMessagePopView.swift */; };
|
||||
55B219C13024C00100784722 /* BubbleHeroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C13024C00100784721 /* BubbleHeroView.swift */; };
|
||||
55B219C13024C00100784724 /* CreateBubbleSetupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C13024C00100784723 /* CreateBubbleSetupView.swift */; };
|
||||
55B219C13024C00100784726 /* BubbleKnowledgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C13024C00100784725 /* BubbleKnowledgeView.swift */; };
|
||||
55B219C13024C00100784728 /* BubbleKnowledgeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C13024C00100784727 /* BubbleKnowledgeVC.swift */; };
|
||||
55B219C2302A000100784771 /* PigeonMessageVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C1302A000100784770 /* PigeonMessageVC.swift */; };
|
||||
55B219C4302A000100784773 /* PigeonMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B219C3302A000100784772 /* PigeonMessageView.swift */; };
|
||||
55B21A02302B0001007847A2 /* SOSAnimationViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B21A01302B0001007847A1 /* SOSAnimationViews.swift */; };
|
||||
55B21A04302B0001007847A4 /* SOSReceiveAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B21A03302B0001007847A3 /* SOSReceiveAlertView.swift */; };
|
||||
55B21D6E3023117900784774 /* 优设标题黑_猫啃网.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 55B21D6D3023117900784774 /* 优设标题黑_猫啃网.ttf */; };
|
||||
55BF752D2FFE53F70055DA57 /* LocationPermissionPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55BF752C2FFE53F70055DA57 /* LocationPermissionPopView.swift */; };
|
||||
55BF75352FFF91690055DA57 /* InteractionEmojiCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55BF75342FFF91690055DA57 /* InteractionEmojiCell.swift */; };
|
||||
|
|
@ -727,10 +733,16 @@
|
|||
55B218A13024A0010078470B /* MemberInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemberInfoView.swift; sourceTree = "<group>"; };
|
||||
55B218B13024B00100784721 /* FeatureIntroVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureIntroVC.swift; sourceTree = "<group>"; };
|
||||
55B218B13024B00100784723 /* FeatureIntroView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureIntroView.swift; sourceTree = "<group>"; };
|
||||
55B219A1302A000100784750 /* UnlockRequestPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnlockRequestPopView.swift; sourceTree = "<group>"; };
|
||||
55B219B1302A000100784760 /* ReceiveMessagePopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceiveMessagePopView.swift; sourceTree = "<group>"; };
|
||||
55B219C13024C00100784721 /* BubbleHeroView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BubbleHeroView.swift; sourceTree = "<group>"; };
|
||||
55B219C13024C00100784723 /* CreateBubbleSetupView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateBubbleSetupView.swift; sourceTree = "<group>"; };
|
||||
55B219C13024C00100784725 /* BubbleKnowledgeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BubbleKnowledgeView.swift; sourceTree = "<group>"; };
|
||||
55B219C13024C00100784727 /* BubbleKnowledgeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BubbleKnowledgeVC.swift; sourceTree = "<group>"; };
|
||||
55B219C1302A000100784770 /* PigeonMessageVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PigeonMessageVC.swift; sourceTree = "<group>"; };
|
||||
55B219C3302A000100784772 /* PigeonMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PigeonMessageView.swift; sourceTree = "<group>"; };
|
||||
55B21A01302B0001007847A1 /* SOSAnimationViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SOSAnimationViews.swift; sourceTree = "<group>"; };
|
||||
55B21A03302B0001007847A3 /* SOSReceiveAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SOSReceiveAlertView.swift; sourceTree = "<group>"; };
|
||||
55B21D6D3023117900784774 /* 优设标题黑_猫啃网.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "优设标题黑_猫啃网.ttf"; sourceTree = "<group>"; };
|
||||
55BF752C2FFE53F70055DA57 /* LocationPermissionPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationPermissionPopView.swift; sourceTree = "<group>"; };
|
||||
55BF75342FFF91690055DA57 /* InteractionEmojiCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteractionEmojiCell.swift; sourceTree = "<group>"; };
|
||||
|
|
@ -758,29 +770,21 @@
|
|||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||
30CCDF8E2FE3E63B00F5214A /* sound */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
);
|
||||
path = sound;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30CCDF902FE3E63B00F5214A /* video */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
);
|
||||
path = video;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30CCE01E2FE3E64700F5214A /* lotties */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
);
|
||||
path = lotties;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30D87CEF2FDFF52100E958FD /* TTGTagCollectionView */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
);
|
||||
path = TTGTagCollectionView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
|
|
@ -1215,12 +1219,14 @@
|
|||
305A762A2FCA8C7000227D26 /* Home */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
305A76272FCA8C7000227D26 /* GroupMemberView.swift */,
|
||||
305A76292FCA8C7000227D26 /* HomeViewController.swift */,
|
||||
305A798B2FCAB99300227D26 /* HomeViewModel.swift */,
|
||||
305A76282FCA8C7000227D26 /* HomeView.swift */,
|
||||
305A76272FCA8C7000227D26 /* GroupMemberView.swift */,
|
||||
55B2179030217D6600784774 /* HomeView2.swift */,
|
||||
55B2179230218CE100784774 /* GroupMemberView2.swift */,
|
||||
55B219A1302A000100784750 /* UnlockRequestPopView.swift */,
|
||||
55B219B1302A000100784760 /* ReceiveMessagePopView.swift */,
|
||||
55B217C23022F0A000784722 /* MemberPhoneReportView.swift */,
|
||||
55B217C43022F0A000784724 /* MemberAppUsageView.swift */,
|
||||
55B217DD302301000078473C /* TodayTrackDetail */,
|
||||
|
|
@ -1295,6 +1301,7 @@
|
|||
305A76262FCA8C7000227D26 /* Group */,
|
||||
30D74AAC2FEA13BD0050EB2C /* Schedule */,
|
||||
55B218B13024B00100784720 /* Explore */,
|
||||
55B219C5302A000100784774 /* PigeonMessage */,
|
||||
305A76392FCA8C7000227D26 /* Mine */,
|
||||
305A798E2FCAC5F600227D26 /* InviteMember */,
|
||||
3062E8C52FCFD01000CEF511 /* VipRecharge */,
|
||||
|
|
@ -1711,6 +1718,8 @@
|
|||
30CCDE592FE39F9D00F5214A /* SOSViewController.swift */,
|
||||
30CCDE572FE39F8C00F5214A /* SOSView.swift */,
|
||||
30CCDE5B2FE3A1A800F5214A /* SOSPracticeView.swift */,
|
||||
55B21A01302B0001007847A1 /* SOSAnimationViews.swift */,
|
||||
55B21A03302B0001007847A3 /* SOSReceiveAlertView.swift */,
|
||||
);
|
||||
path = SOS;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -1973,6 +1982,15 @@
|
|||
path = Explore;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
55B219C5302A000100784774 /* PigeonMessage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
55B219C1302A000100784770 /* PigeonMessageVC.swift */,
|
||||
55B219C3302A000100784772 /* PigeonMessageView.swift */,
|
||||
);
|
||||
path = PigeonMessage;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
74B9CD2ABDBC4C8CE3107CDE /* iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
|
@ -2328,10 +2346,16 @@
|
|||
305A76B42FCA8C7000227D26 /* UINavigationController+FDFullscreenPopGesture.m in Sources */,
|
||||
305A76B52FCA8C7000227D26 /* UITableView+Extension.swift in Sources */,
|
||||
30CCDE582FE39F8C00F5214A /* SOSView.swift in Sources */,
|
||||
55B21A02302B0001007847A2 /* SOSAnimationViews.swift in Sources */,
|
||||
55B21A04302B0001007847A4 /* SOSReceiveAlertView.swift in Sources */,
|
||||
30EFF3E02FDA9CE300EB35D4 /* EmergencyContactModel.swift in Sources */,
|
||||
305A76B62FCA8C7000227D26 /* UITextField+Extensions.swift in Sources */,
|
||||
30EFF3A82FD7C6A400EB35D4 /* GroupSettingViewModel.swift in Sources */,
|
||||
55B2179130217D6600784774 /* HomeView2.swift in Sources */,
|
||||
55B219A2302A000100784751 /* UnlockRequestPopView.swift in Sources */,
|
||||
55B219B2302A000100784761 /* ReceiveMessagePopView.swift in Sources */,
|
||||
55B219C2302A000100784771 /* PigeonMessageVC.swift in Sources */,
|
||||
55B219C4302A000100784773 /* PigeonMessageView.swift in Sources */,
|
||||
30B819F22FF3CE3C00FAB693 /* ItineraryTraceView.swift in Sources */,
|
||||
305A76B72FCA8C7000227D26 /* UIView+Extension.swift in Sources */,
|
||||
305A76B82FCA8C7000227D26 /* UIViewController+Extension.swift in Sources */,
|
||||
|
|
|
|||
22
QuickLocation/Assets.xcassets/Home/receive_message_card.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "receive_message_card@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "receive_message_card@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/Home/receive_message_card.imageset/receive_message_card@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
QuickLocation/Assets.xcassets/Home/receive_message_card.imageset/receive_message_card@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
22
QuickLocation/Assets.xcassets/Home/receive_message_title.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "receive_message_title@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "receive_message_title@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/Home/receive_message_title.imageset/receive_message_title@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
QuickLocation/Assets.xcassets/Home/receive_message_title.imageset/receive_message_title@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_receive@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_receive@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/Home/unlock_receive.imageset/unlock_receive@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
QuickLocation/Assets.xcassets/Home/unlock_receive.imageset/unlock_receive@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_request@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_request@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/Home/unlock_request.imageset/unlock_request@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
QuickLocation/Assets.xcassets/Home/unlock_request.imageset/unlock_request@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
22
QuickLocation/Assets.xcassets/Home/unlock_request_popup.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_request_popup@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "unlock_request_popup@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/Home/unlock_request_popup.imageset/unlock_request_popup@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
QuickLocation/Assets.xcassets/Home/unlock_request_popup.imageset/unlock_request_popup@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 113 KiB |
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"provides-namespace" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"add@2x.png","idiom":"universal","scale":"2x"},{"filename":"add@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 390 B |
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"bg@2x.png","idiom":"universal","scale":"2x"},{"filename":"bg@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"gallery@2x.png","idiom":"universal","scale":"2x"},{"filename":"gallery@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/gallery.imageset/gallery@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 551 B |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/gallery.imageset/gallery@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
1
QuickLocation/Assets.xcassets/PigeonMessage/microphone.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"microphone@2x.png","idiom":"universal","scale":"2x"},{"filename":"microphone@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/microphone.imageset/microphone@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 720 B |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/microphone.imageset/microphone@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
1
QuickLocation/Assets.xcassets/PigeonMessage/microphone_thumb.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"microphone_thumb@2x.png","idiom":"universal","scale":"2x"},{"filename":"microphone_thumb@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/microphone_thumb.imageset/microphone_thumb@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 733 B |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/microphone_thumb.imageset/microphone_thumb@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"pause@2x.png","idiom":"universal","scale":"2x"},{"filename":"pause@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
|
After Width: | Height: | Size: 527 B |
|
After Width: | Height: | Size: 912 B |
1
QuickLocation/Assets.xcassets/PigeonMessage/record_microphone.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"record_microphone@2x.png","idiom":"universal","scale":"2x"},{"filename":"record_microphone@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/record_microphone.imageset/record_microphone@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/record_microphone.imageset/record_microphone@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"sparkle@2x.png","idiom":"universal","scale":"2x"},{"filename":"sparkle@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/sparkle.imageset/sparkle@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 367 B |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/sparkle.imageset/sparkle@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 780 B |
1
QuickLocation/Assets.xcassets/PigeonMessage/tick_circle.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"tick_circle@2x.png","idiom":"universal","scale":"2x"},{"filename":"tick_circle@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
BIN
QuickLocation/Assets.xcassets/PigeonMessage/tick_circle.imageset/tick_circle@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 748 B |
BIN
QuickLocation/Assets.xcassets/PigeonMessage/tick_circle.imageset/tick_circle@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1 @@
|
|||
{"images":[{"idiom":"universal","scale":"1x"},{"filename":"trash@2x.png","idiom":"universal","scale":"2x"},{"filename":"trash@3x.png","idiom":"universal","scale":"3x"}],"info":{"author":"xcode","version":1}}
|
||||
|
After Width: | Height: | Size: 675 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_alarm_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_alarm_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_alarm_icon.imageset/sos_alarm_icon@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_alarm_icon.imageset/sos_alarm_icon@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_alarm_rays@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_alarm_rays@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_alarm_rays.imageset/sos_alarm_rays@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_alarm_rays.imageset/sos_alarm_rays@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_arrow_right@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_arrow_right@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_arrow_right.imageset/sos_arrow_right@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 202 B |
BIN
QuickLocation/Assets.xcassets/SOS/sos_arrow_right.imageset/sos_arrow_right@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 326 B |
22
QuickLocation/Assets.xcassets/SOS/sos_contact_location.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_contact_location@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_contact_location@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_contact_location.imageset/sos_contact_location@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 740 B |
BIN
QuickLocation/Assets.xcassets/SOS/sos_contact_location.imageset/sos_contact_location@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_0@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_0@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_0.imageset/sos_countdown_0@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_0.imageset/sos_countdown_0@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_1@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_1@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_1.imageset/sos_countdown_1@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_1.imageset/sos_countdown_1@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 863 B |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_2@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_2@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_2.imageset/sos_countdown_2@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_2.imageset/sos_countdown_2@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_3@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_3@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_3.imageset/sos_countdown_3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_3.imageset/sos_countdown_3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_4@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_4@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_4.imageset/sos_countdown_4@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 678 B |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_4.imageset/sos_countdown_4@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_5@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_5@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_5.imageset/sos_countdown_5@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_5.imageset/sos_countdown_5@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_6@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_6@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_6.imageset/sos_countdown_6@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_6.imageset/sos_countdown_6@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_7@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_7@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_7.imageset/sos_countdown_7@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 776 B |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_7.imageset/sos_countdown_7@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_8@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_8@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_8.imageset/sos_countdown_8@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_8.imageset/sos_countdown_8@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_9@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_countdown_9@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_9.imageset/sos_countdown_9@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
QuickLocation/Assets.xcassets/SOS/sos_countdown_9.imageset/sos_countdown_9@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_3@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_3@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_2@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_2@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_1@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_guide_1@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_main_button@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "sos_main_button@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||