Skip to content

Commit 556f3ba

Browse files
committed
Change App icon and add com.apple.developer.usernotifications.filtering
1 parent d299089 commit 556f3ba

37 files changed

+21
-4
lines changed

Signal.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@
11841184
1BC279B87E730B066A5AFB2A /* Pods-SignalPerformanceTests.app store release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SignalPerformanceTests.app store release.xcconfig"; path = "Pods/Target Support Files/Pods-SignalPerformanceTests/Pods-SignalPerformanceTests.app store release.xcconfig"; sourceTree = "<group>"; };
11851185
1C93CF3971B64E8B6C1F9AC1 /* Pods-SignalShareExtension.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SignalShareExtension.test.xcconfig"; path = "Pods/Target Support Files/Pods-SignalShareExtension/Pods-SignalShareExtension.test.xcconfig"; sourceTree = "<group>"; };
11861186
1CE3CD5C23334683BDD3D78C /* Pods-Signal.test.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Signal.test.xcconfig"; path = "Pods/Target Support Files/Pods-Signal/Pods-Signal.test.xcconfig"; sourceTree = "<group>"; };
1187+
23A3B3D3280D40FF0066AA14 /* CallKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CallKit.framework; path = System/Library/Frameworks/CallKit.framework; sourceTree = SDKROOT; };
11871188
264242150E87D10A357DB07B /* Pods_SignalMessaging.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SignalMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11881189
3236FCC32592B67B006D33B9 /* NameCollisionReviewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NameCollisionReviewCell.swift; sourceTree = "<group>"; };
11891190
32525F9427C74B1A0099E801 /* LightweightCallManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightweightCallManager.swift; sourceTree = "<group>"; };
@@ -4598,6 +4599,7 @@
45984599
D221A08C169C9E5E00537ABF /* Frameworks */ = {
45994600
isa = PBXGroup;
46004601
children = (
4602+
23A3B3D3280D40FF0066AA14 /* CallKit.framework */,
46014603
760D93AA27A0E28600F351AC /* CoreServices.framework */,
46024604
347C37FE2526005800F3D941 /* CloudKit.framework */,
46034605
38AD4FA92310B7E00038BA75 /* SignalRingRTC.framework */,
@@ -8045,7 +8047,7 @@
80458047
CODE_SIGN_IDENTITY = "Apple Development";
80468048
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
80478049
CODE_SIGN_STYLE = Automatic;
8048-
CURRENT_PROJECT_VERSION = 1;
8050+
CURRENT_PROJECT_VERSION = 2;
80498051
DEVELOPMENT_TEAM = 7Z28N5MBL3;
80508052
ENABLE_TESTABILITY = YES;
80518053
FRAMEWORK_SEARCH_PATHS = (
@@ -8607,7 +8609,7 @@
86078609
CODE_SIGN_ENTITLEMENTS = Signal/Signal.entitlements;
86088610
CODE_SIGN_IDENTITY = "iPhone Developer";
86098611
CODE_SIGN_STYLE = Automatic;
8610-
CURRENT_PROJECT_VERSION = 1;
8612+
CURRENT_PROJECT_VERSION = 2;
86118613
DEVELOPMENT_TEAM = 7Z28N5MBL3;
86128614
ENABLE_TESTABILITY = YES;
86138615
FRAMEWORK_SEARCH_PATHS = (
@@ -9124,7 +9126,7 @@
91249126
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
91259127
CODE_SIGN_STYLE = Automatic;
91269128
COPY_PHASE_STRIP = NO;
9127-
CURRENT_PROJECT_VERSION = 1;
9129+
CURRENT_PROJECT_VERSION = 2;
91289130
DEVELOPMENT_TEAM = 7Z28N5MBL3;
91299131
FRAMEWORK_SEARCH_PATHS = (
91309132
"$(inherited)",
@@ -9194,7 +9196,7 @@
91949196
CODE_SIGN_IDENTITY = "iPhone Distribution";
91959197
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
91969198
CODE_SIGN_STYLE = Manual;
9197-
CURRENT_PROJECT_VERSION = 1;
9199+
CURRENT_PROJECT_VERSION = 2;
91989200
DEVELOPMENT_TEAM = 7Z28N5MBL3;
91999201
FRAMEWORK_SEARCH_PATHS = (
92009202
"$(inherited)",
448 Bytes
Loading
43.9 KB
Loading
688 Bytes
Loading
827 Bytes
Loading
1 KB
Loading
1.22 KB
Loading
1.53 KB
Loading
53 Bytes
Loading
1.85 KB
Loading

0 commit comments

Comments
 (0)