Skip to content

Commit 85ac02f

Browse files
committed
Resolved App Store Connect warning
1 parent 903210e commit 85ac02f

File tree

5 files changed

+94
-14
lines changed

5 files changed

+94
-14
lines changed

Siri/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>67</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

Siri/en.lproj/Intents.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"6mhV59" = "Get Routes ";
2+
3+
"DexuVZ" = "Find bus to ${searchTo}";
4+
5+
"JvOfFg" = "Failed to find routes";
6+

TCAT.xcodeproj/project.pbxproj

Lines changed: 84 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
50A19BAE1E4C214000AD6768 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A19BAD1E4C214000AD6768 /* HomeViewController.swift */; };
2929
7E14AEDD2177E884006A344D /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E14AEDC2177E884006A344D /* IntentHandler.swift */; };
3030
7E14AEF12177E884006A344D /* Siri.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 7E14AEDA2177E884006A344D /* Siri.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
31-
7E14AEF92177EA31006A344D /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 7E14AEF82177EA31006A344D /* Intents.intentdefinition */; };
3231
7E7E4E79218E19C200C72376 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E14AEDC2177E884006A344D /* IntentHandler.swift */; };
33-
7E7E4E7A218E19C600C72376 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 7E14AEF82177EA31006A344D /* Intents.intentdefinition */; };
3432
9CAD63CB367551D7A8B32C6E /* Pods_TCAT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E69224A160B2B078827D28A1 /* Pods_TCAT.framework */; };
3533
BF0002221FB37D0A00773109 /* LoadingIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0002211FB37D0A00773109 /* LoadingIndicator.swift */; };
3634
BF1209FB1F7759C200A7C930 /* BusLocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF1209FA1F7759C200A7C930 /* BusLocationView.swift */; };
@@ -56,6 +54,8 @@
5654
BF8460AF2172B0F80027FB62 /* SFUIText-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = BF8460AB2172B0F80027FB62 /* SFUIText-Regular.otf */; };
5755
BFA53FEE1FD45D7000E770DF /* RouteDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA53FED1FD45D7000E770DF /* RouteDetailViewController.swift */; };
5856
BFB86A07205C614C000794B2 /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFB86A06205C614C000794B2 /* OnboardingViewController.swift */; };
57+
BFC367F321B66E9A00ABD9AC /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = BFC367F621B66E9A00ABD9AC /* Intents.intentdefinition */; };
58+
BFC367F421B66E9A00ABD9AC /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = BFC367F621B66E9A00ABD9AC /* Intents.intentdefinition */; };
5959
BFCA712D206AC69000E4CCE5 /* Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCA712C206AC69000E4CCE5 /* Keys.swift */; };
6060
BFD5B4E41FAADFAE00955C37 /* WalkPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */; };
6161
BFF41EB2204365E800E0696B /* SummaryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFF41EB1204365E800E0696B /* SummaryView.swift */; };
@@ -168,7 +168,6 @@
168168
7E14AEDA2177E884006A344D /* Siri.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Siri.appex; sourceTree = BUILT_PRODUCTS_DIR; };
169169
7E14AEDC2177E884006A344D /* IntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentHandler.swift; sourceTree = "<group>"; };
170170
7E14AEDE2177E884006A344D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
171-
7E14AEF82177EA31006A344D /* Intents.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = Intents.intentdefinition; sourceTree = "<group>"; };
172171
81725F2EBEBD3D184BFD0635 /* Pods-TCAT.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TCAT.release.xcconfig"; path = "Pods/Target Support Files/Pods-TCAT/Pods-TCAT.release.xcconfig"; sourceTree = "<group>"; };
173172
8236DFFA6C5F3AB1E6E1B0E4 /* Pods-TCATTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TCATTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-TCATTests/Pods-TCATTests.debug.xcconfig"; sourceTree = "<group>"; };
174173
97F81CAA39621F2304CFA763 /* Pods-TCATUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TCATUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests.release.xcconfig"; sourceTree = "<group>"; };
@@ -196,6 +195,8 @@
196195
BF8460AB2172B0F80027FB62 /* SFUIText-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "SFUIText-Regular.otf"; path = "Supporting Files/Fonts/SFUIText-Regular.otf"; sourceTree = "<group>"; };
197196
BFA53FED1FD45D7000E770DF /* RouteDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RouteDetailViewController.swift; path = Controllers/RouteDetailViewController.swift; sourceTree = "<group>"; };
198197
BFB86A06205C614C000794B2 /* OnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OnboardingViewController.swift; path = Controllers/OnboardingViewController.swift; sourceTree = "<group>"; };
198+
BFC367F521B66E9A00ABD9AC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/Intents.intentdefinition; sourceTree = "<group>"; };
199+
BFC367F821B66EA700ABD9AC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Intents.strings; sourceTree = "<group>"; };
199200
BFCA712C206AC69000E4CCE5 /* Keys.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Keys.swift; path = "Supporting Files/Keys.swift"; sourceTree = "<group>"; };
200201
BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WalkPath.swift; path = Model/WalkPath.swift; sourceTree = "<group>"; };
201202
BFF41EB1204365E800E0696B /* SummaryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SummaryView.swift; path = Views/SummaryView.swift; sourceTree = "<group>"; };
@@ -382,7 +383,7 @@
382383
isa = PBXGroup;
383384
children = (
384385
7E14AEDC2177E884006A344D /* IntentHandler.swift */,
385-
7E14AEF82177EA31006A344D /* Intents.intentdefinition */,
386+
BFC367F621B66E9A00ABD9AC /* Intents.intentdefinition */,
386387
7E14AEDE2177E884006A344D /* Info.plist */,
387388
);
388389
path = Siri;
@@ -542,6 +543,8 @@
542543
449A7C851D80D0E80019300C /* Sources */,
543544
449A7C861D80D0E80019300C /* Frameworks */,
544545
449A7C871D80D0E80019300C /* Resources */,
546+
F5AE6EDEDD605D60D69EDD4E /* [CP] Embed Pods Frameworks */,
547+
E6D86036BFF0AA2106834829 /* [CP] Copy Pods Resources */,
545548
);
546549
buildRules = (
547550
);
@@ -561,6 +564,8 @@
561564
449A7C901D80D0E80019300C /* Sources */,
562565
449A7C911D80D0E80019300C /* Frameworks */,
563566
449A7C921D80D0E80019300C /* Resources */,
567+
571E7972F0DE03752FFCD2AD /* [CP] Embed Pods Frameworks */,
568+
AD68E49A861102013B0F14E6 /* [CP] Copy Pods Resources */,
564569
);
565570
buildRules = (
566571
);
@@ -737,7 +742,7 @@
737742
files = (
738743
);
739744
inputPaths = (
740-
"${PODS_ROOT}/Target Support Files/Pods-TCAT/Pods-TCAT-resources.sh",
745+
"${SRCROOT}/Pods/Target Support Files/Pods-TCAT/Pods-TCAT-resources.sh",
741746
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
742747
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
743748
);
@@ -748,7 +753,7 @@
748753
);
749754
runOnlyForDeploymentPostprocessing = 0;
750755
shellPath = /bin/sh;
751-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TCAT/Pods-TCAT-resources.sh\"\n";
756+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCAT/Pods-TCAT-resources.sh\"\n";
752757
showEnvVarsInLog = 0;
753758
};
754759
2E3D0C0A5BDEC0DF37BFA6ED /* [CP] Check Pods Manifest.lock */ = {
@@ -769,13 +774,28 @@
769774
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
770775
showEnvVarsInLog = 0;
771776
};
777+
571E7972F0DE03752FFCD2AD /* [CP] Embed Pods Frameworks */ = {
778+
isa = PBXShellScriptBuildPhase;
779+
buildActionMask = 2147483647;
780+
files = (
781+
);
782+
inputPaths = (
783+
);
784+
name = "[CP] Embed Pods Frameworks";
785+
outputPaths = (
786+
);
787+
runOnlyForDeploymentPostprocessing = 0;
788+
shellPath = /bin/sh;
789+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests-frameworks.sh\"\n";
790+
showEnvVarsInLog = 0;
791+
};
772792
7C01627F386C89E7F1995831 /* [CP] Embed Pods Frameworks */ = {
773793
isa = PBXShellScriptBuildPhase;
774794
buildActionMask = 2147483647;
775795
files = (
776796
);
777797
inputPaths = (
778-
"${PODS_ROOT}/Target Support Files/Pods-TCAT/Pods-TCAT-frameworks.sh",
798+
"${SRCROOT}/Pods/Target Support Files/Pods-TCAT/Pods-TCAT-frameworks.sh",
779799
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
780800
"${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework",
781801
"${BUILT_PRODUCTS_DIR}/Fuzzywuzzy_swift/Fuzzywuzzy_swift.framework",
@@ -810,7 +830,7 @@
810830
);
811831
runOnlyForDeploymentPostprocessing = 0;
812832
shellPath = /bin/sh;
813-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TCAT/Pods-TCAT-frameworks.sh\"\n";
833+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCAT/Pods-TCAT-frameworks.sh\"\n";
814834
showEnvVarsInLog = 0;
815835
};
816836
8F523521CC9B937AEFB99FF9 /* [CP] Check Pods Manifest.lock */ = {
@@ -831,6 +851,21 @@
831851
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
832852
showEnvVarsInLog = 0;
833853
};
854+
AD68E49A861102013B0F14E6 /* [CP] Copy Pods Resources */ = {
855+
isa = PBXShellScriptBuildPhase;
856+
buildActionMask = 2147483647;
857+
files = (
858+
);
859+
inputPaths = (
860+
);
861+
name = "[CP] Copy Pods Resources";
862+
outputPaths = (
863+
);
864+
runOnlyForDeploymentPostprocessing = 0;
865+
shellPath = /bin/sh;
866+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests-resources.sh\"\n";
867+
showEnvVarsInLog = 0;
868+
};
834869
E3FCA3C71FAA5AFB0069BD0F /* Fabric Configuration */ = {
835870
isa = PBXShellScriptBuildPhase;
836871
buildActionMask = 12;
@@ -845,6 +880,36 @@
845880
shellPath = /bin/sh;
846881
shellScript = "\"${SRCROOT}/TCAT/Supporting Files/fabric-config.sh\"\n\n";
847882
};
883+
E6D86036BFF0AA2106834829 /* [CP] Copy Pods Resources */ = {
884+
isa = PBXShellScriptBuildPhase;
885+
buildActionMask = 2147483647;
886+
files = (
887+
);
888+
inputPaths = (
889+
);
890+
name = "[CP] Copy Pods Resources";
891+
outputPaths = (
892+
);
893+
runOnlyForDeploymentPostprocessing = 0;
894+
shellPath = /bin/sh;
895+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATTests/Pods-TCATTests-resources.sh\"\n";
896+
showEnvVarsInLog = 0;
897+
};
898+
F5AE6EDEDD605D60D69EDD4E /* [CP] Embed Pods Frameworks */ = {
899+
isa = PBXShellScriptBuildPhase;
900+
buildActionMask = 2147483647;
901+
files = (
902+
);
903+
inputPaths = (
904+
);
905+
name = "[CP] Embed Pods Frameworks";
906+
outputPaths = (
907+
);
908+
runOnlyForDeploymentPostprocessing = 0;
909+
shellPath = /bin/sh;
910+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATTests/Pods-TCATTests-frameworks.sh\"\n";
911+
showEnvVarsInLog = 0;
912+
};
848913
/* End PBXShellScriptBuildPhase section */
849914

850915
/* Begin PBXSourcesBuildPhase section */
@@ -915,7 +980,7 @@
915980
BFD5B4E41FAADFAE00955C37 /* WalkPath.swift in Sources */,
916981
BF1209FB1F7759C200A7C930 /* BusLocationView.swift in Sources */,
917982
DD3D9C361F945F2A00B164D4 /* RPCircularProgress.swift in Sources */,
918-
7E7E4E7A218E19C600C72376 /* Intents.intentdefinition in Sources */,
983+
BFC367F321B66E9A00ABD9AC /* Intents.intentdefinition in Sources */,
919984
DD2F98A31E5150990005F6BC /* RouteOptionsViewController.swift in Sources */,
920985
);
921986
runOnlyForDeploymentPostprocessing = 0;
@@ -940,7 +1005,7 @@
9401005
isa = PBXSourcesBuildPhase;
9411006
buildActionMask = 2147483647;
9421007
files = (
943-
7E14AEF92177EA31006A344D /* Intents.intentdefinition in Sources */,
1008+
BFC367F421B66E9A00ABD9AC /* Intents.intentdefinition in Sources */,
9441009
7E14AEDD2177E884006A344D /* IntentHandler.swift in Sources */,
9451010
);
9461011
runOnlyForDeploymentPostprocessing = 0;
@@ -982,6 +1047,15 @@
9821047
name = LaunchScreen.storyboard;
9831048
sourceTree = "<group>";
9841049
};
1050+
BFC367F621B66E9A00ABD9AC /* Intents.intentdefinition */ = {
1051+
isa = PBXVariantGroup;
1052+
children = (
1053+
BFC367F521B66E9A00ABD9AC /* Base */,
1054+
BFC367F821B66EA700ABD9AC /* en */,
1055+
);
1056+
name = Intents.intentdefinition;
1057+
sourceTree = "<group>";
1058+
};
9851059
/* End PBXVariantGroup section */
9861060

9871061
/* Begin XCBuildConfiguration section */

TCAT/Supporting Files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.1</string>
20+
<string>1.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>65</string>
35+
<string>67</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>

0 commit comments

Comments
 (0)