Skip to content

Commit 18fbb73

Browse files
author
dzenbot
committed
Updates sample project's pod dependencies
1 parent d906162 commit 18fbb73

File tree

269 files changed

+291
-7247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+291
-7247
lines changed

Examples/Messenger/Messenger-Programatic/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.slack.$(PRODUCT_NAME:rfc1034identifier)-Programatic</string>
12+
<string>com.slack.Messenger</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

Examples/Messenger/Messenger-Storyboard/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Messenger</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
10-
<string>com.slack.$(PRODUCT_NAME:rfc1034identifier)</string>
12+
<string>com.slack.Messenger</string>
1113
<key>CFBundleInfoDictionaryVersion</key>
1214
<string>6.0</string>
1315
<key>CFBundleName</key>
14-
<string>Messenger</string>
16+
<string>${PRODUCT_NAME}</string>
1517
<key>CFBundlePackageType</key>
1618
<string>APPL</string>
1719
<key>CFBundleShortVersionString</key>

Examples/Messenger/Messenger-Swift/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Messenger</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
10-
<string>com.slack.$(PRODUCT_NAME:rfc1034identifier)</string>
12+
<string>com.slack.Messenger</string>
1113
<key>CFBundleInfoDictionaryVersion</key>
1214
<string>6.0</string>
1315
<key>CFBundleName</key>
14-
<string>Messenger</string>
16+
<string>${PRODUCT_NAME}</string>
1517
<key>CFBundlePackageType</key>
1618
<string>APPL</string>
1719
<key>CFBundleShortVersionString</key>

Examples/Messenger/Messenger-iPad-Sheet/Info.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Messenger</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
10-
<string>com.slack.$(PRODUCT_NAME:rfc1034identifier)</string>
12+
<string>com.slack.Messenger</string>
1113
<key>CFBundleInfoDictionaryVersion</key>
1214
<string>6.0</string>
1315
<key>CFBundleName</key>
14-
<string>Messenger</string>
16+
<string>${PRODUCT_NAME}</string>
1517
<key>CFBundlePackageType</key>
1618
<string>APPL</string>
1719
<key>CFBundleShortVersionString</key>
1820
<string>1.0</string>
1921
<key>CFBundleSignature</key>
2022
<string>????</string>
2123
<key>CFBundleVersion</key>
22-
<string>1</string>
24+
<string>1.0</string>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>UILaunchStoryboardName</key>

Examples/Messenger/Messenger.xcodeproj/project.pbxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@
413413
LastUpgradeCheck = 0620;
414414
ORGANIZATIONNAME = "Slack Technologies, Inc.";
415415
TargetAttributes = {
416-
4F3EDB48199ED00F004C15D6 = {
417-
DevelopmentTeam = BQR82RBBHL;
418-
};
419416
4F86BF6419F011D0007A3D4A = {
420417
CreatedOnToolsVersion = 6.0.1;
421418
};
@@ -779,7 +776,6 @@
779776
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
780777
CLANG_STATIC_ANALYZER_MODE = deep;
781778
CODE_SIGN_IDENTITY = "iPhone Developer";
782-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
783779
GCC_PRECOMPILE_PREFIX_HEADER = YES;
784780
GCC_PREFIX_HEADER = "";
785781
INFOPLIST_FILE = "Messenger-Programatic/Info.plist";
@@ -798,7 +794,6 @@
798794
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
799795
CLANG_STATIC_ANALYZER_MODE = deep;
800796
CODE_SIGN_IDENTITY = "iPhone Developer";
801-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
802797
GCC_PRECOMPILE_PREFIX_HEADER = YES;
803798
GCC_PREFIX_HEADER = "";
804799
INFOPLIST_FILE = "Messenger-Programatic/Info.plist";
@@ -900,7 +895,6 @@
900895
buildSettings = {
901896
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
902897
CLANG_WARN_UNREACHABLE_CODE = YES;
903-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
904898
ENABLE_STRICT_OBJC_MSGSEND = YES;
905899
GCC_PREPROCESSOR_DEFINITIONS = (
906900
"DEBUG=1",
@@ -921,7 +915,6 @@
921915
buildSettings = {
922916
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
923917
CLANG_WARN_UNREACHABLE_CODE = YES;
924-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
925918
ENABLE_STRICT_OBJC_MSGSEND = YES;
926919
INFOPLIST_FILE = "$(SRCROOT)/Messenger-iPad-Sheet/Info.plist";
927920
IPHONEOS_DEPLOYMENT_TARGET = 7.0;

Examples/Messenger/Podfile.lock

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
PODS:
2-
- Expecta (0.3.0)
3-
- Expecta+Snapshots (1.3.1):
4-
- Expecta
5-
- FBSnapshotTestCase
6-
- FBSnapshotTestCase (1.4)
72
- LoremIpsum (1.0.0)
8-
- SlackTextViewController (1.5):
9-
- SlackTextViewController/Additions (= 1.5)
10-
- SlackTextViewController/Additions (1.5)
11-
- Specta (0.5.0)
3+
- SlackTextViewController (1.5)
124

135
DEPENDENCIES:
14-
- Expecta (= 0.3.0)
15-
- Expecta+Snapshots (~> 1.2)
16-
- FBSnapshotTestCase (= 1.4)
176
- LoremIpsum (~> 1.0)
187
- SlackTextViewController (from `../../SlackTextViewController.podspec`)
19-
- Specta (~> 0.5)
208

219
EXTERNAL SOURCES:
2210
SlackTextViewController:
2311
:path: "../../SlackTextViewController.podspec"
2412

2513
SPEC CHECKSUMS:
26-
Expecta: 917bda2935b63ca7175741b8cf1b26796db6205f
27-
Expecta+Snapshots: 4a0b46d3ba755bd43dffa7d53e4585fc6cbfe8cd
28-
FBSnapshotTestCase: 892508495a69e8703bab36c9da7674ff740d41db
2914
LoremIpsum: 9029c55d36501b2ee0b05cc9ecda11d3a0479160
30-
SlackTextViewController: 4a1797ac2f3616dbd37435fc62da655e61399cdd
31-
Specta: eb90708ed77569bbda089f8ead10bb99b8e9489e
15+
SlackTextViewController: a83df74a6275202db3cc04ba6270ede4671a34bf
3216

3317
COCOAPODS: 0.36.4

Examples/Messenger/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)