Skip to content

Commit be3fc67

Browse files
committed
Relocate .xcodeproj file to prevent users from opening it by mistake
Should prevent issues like #11 Thanks to @orta for telling me how to do this
1 parent cb4daf5 commit be3fc67

File tree

14 files changed

+73
-1740
lines changed

14 files changed

+73
-1740
lines changed

Dash iOS.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@
119119
43FD2EFF19BB8D87007E594D /* DHDocsetBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FD2EFE19BB8D87007E594D /* DHDocsetBrowser.m */; };
120120
43FD2F0219BB8D87007E594D /* DHWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 43FD2F0119BB8D87007E594D /* DHWebViewController.m */; };
121121
43FD2F0419BB8D87007E594D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43FD2F0319BB8D87007E594D /* Images.xcassets */; };
122-
BBB3B8850811DF599E5B94B1 /* libPods-Dash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BAAA490E87044F567A335E75 /* libPods-Dash.a */; };
122+
45D28F8ABD1FC392B1930467 /* libPods-Dash.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A2364AD2032B0714BCD2265 /* libPods-Dash.a */; };
123123
/* End PBXBuildFile section */
124124

125125
/* Begin PBXFileReference section */
126-
2CAC7E81E329482ED9879D31 /* Pods-Dash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dash.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Dash/Pods-Dash.debug.xcconfig"; sourceTree = "<group>"; };
127126
4303A3B019C6584F00A7CD85 /* whitespace_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = whitespace_tokenizer.h; sourceTree = "<group>"; };
128127
4303A3B119C6584F00A7CD85 /* whitespace_tokenizer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = whitespace_tokenizer.c; sourceTree = "<group>"; };
129128
4303A3B219C6584F00A7CD85 /* FMDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = "<group>"; };
@@ -314,8 +313,9 @@
314313
43FD2F0019BB8D87007E594D /* DHWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DHWebViewController.h; sourceTree = "<group>"; };
315314
43FD2F0119BB8D87007E594D /* DHWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DHWebViewController.m; sourceTree = "<group>"; };
316315
43FD2F0319BB8D87007E594D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
317-
8A903FC979556D0CD8EA207B /* Pods-Dash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dash.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dash/Pods-Dash.release.xcconfig"; sourceTree = "<group>"; };
318-
BAAA490E87044F567A335E75 /* libPods-Dash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Dash.a"; sourceTree = BUILT_PRODUCTS_DIR; };
316+
7E45E2662CBB7671D0D844A3 /* Pods-Dash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dash.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Dash/Pods-Dash.release.xcconfig"; sourceTree = "<group>"; };
317+
9A2364AD2032B0714BCD2265 /* libPods-Dash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Dash.a"; sourceTree = BUILT_PRODUCTS_DIR; };
318+
BAE47FF5DEE33300EBFF9AEA /* Pods-Dash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dash.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Dash/Pods-Dash.debug.xcconfig"; sourceTree = "<group>"; };
319319
/* End PBXFileReference section */
320320

321321
/* Begin PBXFrameworksBuildPhase section */
@@ -332,7 +332,7 @@
332332
43FD2EE819BB8D87007E594D /* CoreGraphics.framework in Frameworks */,
333333
43FD2EEA19BB8D87007E594D /* UIKit.framework in Frameworks */,
334334
43FD2EE619BB8D87007E594D /* Foundation.framework in Frameworks */,
335-
BBB3B8850811DF599E5B94B1 /* libPods-Dash.a in Frameworks */,
335+
45D28F8ABD1FC392B1930467 /* libPods-Dash.a in Frameworks */,
336336
);
337337
runOnlyForDeploymentPostprocessing = 0;
338338
};
@@ -730,7 +730,7 @@
730730
43FD2EEB19BB8D87007E594D /* Dash */,
731731
43FD2EE419BB8D87007E594D /* Frameworks */,
732732
43FD2EE319BB8D87007E594D /* Products */,
733-
5CCEB4E0A4F487AD01CC0653 /* Pods */,
733+
578166A9FCC162CE3E4A4980 /* Pods */,
734734
);
735735
sourceTree = "<group>";
736736
};
@@ -753,7 +753,7 @@
753753
43FD2EE519BB8D87007E594D /* Foundation.framework */,
754754
43FD2EE719BB8D87007E594D /* CoreGraphics.framework */,
755755
43FD2EE919BB8D87007E594D /* UIKit.framework */,
756-
BAAA490E87044F567A335E75 /* libPods-Dash.a */,
756+
9A2364AD2032B0714BCD2265 /* libPods-Dash.a */,
757757
);
758758
name = Frameworks;
759759
sourceTree = "<group>";
@@ -781,7 +781,7 @@
781781
43FD2EF319BB8D87007E594D /* Dash-Prefix.pch */,
782782
43FD2EED19BB8D87007E594D /* Dash-Info.plist */,
783783
);
784-
path = Dash;
784+
name = Dash;
785785
sourceTree = "<group>";
786786
};
787787
43FD2EEC19BB8D87007E594D /* Supporting Files */ = {
@@ -793,11 +793,11 @@
793793
name = "Supporting Files";
794794
sourceTree = "<group>";
795795
};
796-
5CCEB4E0A4F487AD01CC0653 /* Pods */ = {
796+
578166A9FCC162CE3E4A4980 /* Pods */ = {
797797
isa = PBXGroup;
798798
children = (
799-
2CAC7E81E329482ED9879D31 /* Pods-Dash.debug.xcconfig */,
800-
8A903FC979556D0CD8EA207B /* Pods-Dash.release.xcconfig */,
799+
BAE47FF5DEE33300EBFF9AEA /* Pods-Dash.debug.xcconfig */,
800+
7E45E2662CBB7671D0D844A3 /* Pods-Dash.release.xcconfig */,
801801
);
802802
name = Pods;
803803
sourceTree = "<group>";
@@ -809,16 +809,13 @@
809809
isa = PBXNativeTarget;
810810
buildConfigurationList = 43FD2F1A19BB8D87007E594D /* Build configuration list for PBXNativeTarget "Dash" */;
811811
buildPhases = (
812-
6CCF84649D760DDC8AB1C7EF /* [CP] Check Pods Manifest.lock */,
813-
B48590048B008D0179E2CAB8 /* Check Pods Manifest.lock */,
812+
74E707306BFB902C5388BE39 /* [CP] Check Pods Manifest.lock */,
814813
43FD2EDE19BB8D87007E594D /* Sources */,
815814
43FD2EDF19BB8D87007E594D /* Frameworks */,
816815
43FD2EE019BB8D87007E594D /* Resources */,
817816
43F760BF19EA8C57002BD8A6 /* Git Hashes */,
818-
CC84690F1B6CD4E1B67FB35E /* [CP] Embed Pods Frameworks */,
819-
F000B69EDF4FCF62531BDF4A /* [CP] Copy Pods Resources */,
820-
3CB49A22D3F426694BD18A38 /* Embed Pods Frameworks */,
821-
836C27CCB4B3EE864746C286 /* Copy Pods Resources */,
817+
C71793A2EB8A6FB0EA63C3D3 /* [CP] Embed Pods Frameworks */,
818+
988D171F13583CC36FBA7412 /* [CP] Copy Pods Resources */,
822819
);
823820
buildRules = (
824821
);
@@ -908,21 +905,6 @@
908905
/* End PBXResourcesBuildPhase section */
909906

910907
/* Begin PBXShellScriptBuildPhase section */
911-
3CB49A22D3F426694BD18A38 /* Embed Pods Frameworks */ = {
912-
isa = PBXShellScriptBuildPhase;
913-
buildActionMask = 2147483647;
914-
files = (
915-
);
916-
inputPaths = (
917-
);
918-
name = "Embed Pods Frameworks";
919-
outputPaths = (
920-
);
921-
runOnlyForDeploymentPostprocessing = 0;
922-
shellPath = /bin/sh;
923-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dash/Pods-Dash-frameworks.sh\"\n";
924-
showEnvVarsInLog = 0;
925-
};
926908
43F760BF19EA8C57002BD8A6 /* Git Hashes */ = {
927909
isa = PBXShellScriptBuildPhase;
928910
buildActionMask = 2147483647;
@@ -937,7 +919,7 @@
937919
shellPath = /bin/sh;
938920
shellScript = "[ -d /Users/bogdan/Projects/Dash ] || exit 0;\n \nPLISTBUDDY=\"/usr/libexec/PlistBuddy\"\nINFOPLISTPATH=\"${TARGET_BUILD_DIR}/${EXECUTABLE_NAME}.app/Info.plist\"\n\ncd \"/Users/bogdan/Projects/Dash/Dash/\"\n\nDHDBSearcherCommit=$(git log -n 1 --pretty=format:%h -- DHDBSearcher.m)\n$PLISTBUDDY -c \"Set :DHDBSearcherCommit $DHDBSearcherCommit\" \"${INFOPLISTPATH}\"\nDHDBResultCommit=$(git log -n 1 --pretty=format:%h -- DHDBResult.m)\n$PLISTBUDDY -c \"Set :DHDBResultCommit $DHDBResultCommit\" \"${INFOPLISTPATH}\"\nDHDBUnifiedResultCommit=$(git log -n 1 --pretty=format:%h -- DHDBUnifiedResult.m)\n$PLISTBUDDY -c \"Set :DHDBUnifiedResultCommit $DHDBUnifiedResultCommit\" \"${INFOPLISTPATH}\"\nDHQueuedDBCommit=$(git log -n 1 --pretty=format:%h -- DHQueuedDB.m)\n$PLISTBUDDY -c \"Set :DHQueuedDBCommit $DHQueuedDBCommit\" \"${INFOPLISTPATH}\"\nDHUnifiedQueuedDBCommit=$(git log -n 1 --pretty=format:%h -- DHUnifiedQueuedDB.m)\n$PLISTBUDDY -c \"Set :DHUnifiedQueuedDBCommit $DHUnifiedQueuedDBCommit\" \"${INFOPLISTPATH}\"\nDHTypesCommit=$(git log -n 1 --pretty=format:%h -- DHTypes.m)\n$PLISTBUDDY -c \"Set :DHTypesCommit $DHTypesCommit\" \"${INFOPLISTPATH}\"\nDHDBUnifiedOperationCommit=$(git log -n 1 --pretty=format:%h -- DHDBUnifiedOperation.m)\n$PLISTBUDDY -c \"Set :DHDBUnifiedOperationCommit $DHDBUnifiedOperationCommit\" \"${INFOPLISTPATH}\"\nDHWebPreferencesCommit=$(git log -n 1 --pretty=format:%h -- DHWebPreferences.m)\n$PLISTBUDDY -c \"Set :DHWebPreferencesCommit $DHWebPreferencesCommit\" \"${INFOPLISTPATH}\"\nDHWebViewControllerCommit=$(git log -n 1 --pretty=format:%h -- DHWebViewController.m)\n$PLISTBUDDY -c \"Set :DHWebViewControllerCommit $DHWebViewControllerCommit\" \"${INFOPLISTPATH}\"\nDHDocsetDownloaderCommit=$(git log -n 1 --pretty=format:%h -- DHDocsetDownloader.m)\n$PLISTBUDDY -c \"Set :DHDocsetDownloaderCommit $DHDocsetDownloaderCommit\" \"${INFOPLISTPATH}\"\n\ncd \"/Users/bogdan/Projects/Dash/Resources/\"\n\nPlatformIconsCommit=$(git log -n 1 --pretty=format:%h -- PlatformIcons)\n$PLISTBUDDY -c \"Set :PlatformIconsCommit $PlatformIconsCommit\" \"${INFOPLISTPATH}\"\nTypesCommit=$(git log -n 1 --pretty=format:%h -- Types)\n$PLISTBUDDY -c \"Set :TypesCommit $TypesCommit\" \"${INFOPLISTPATH}\"\nCSSCommit=$(git log -n 1 --pretty=format:%h -- CSS)\n$PLISTBUDDY -c \"Set :CSSCommit $CSSCommit\" \"${INFOPLISTPATH}\"";
939921
};
940-
6CCF84649D760DDC8AB1C7EF /* [CP] Check Pods Manifest.lock */ = {
922+
74E707306BFB902C5388BE39 /* [CP] Check Pods Manifest.lock */ = {
941923
isa = PBXShellScriptBuildPhase;
942924
buildActionMask = 2147483647;
943925
files = (
@@ -952,37 +934,22 @@
952934
shellScript = "diff \"${PODS_ROOT}/../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";
953935
showEnvVarsInLog = 0;
954936
};
955-
836C27CCB4B3EE864746C286 /* Copy Pods Resources */ = {
937+
988D171F13583CC36FBA7412 /* [CP] Copy Pods Resources */ = {
956938
isa = PBXShellScriptBuildPhase;
957939
buildActionMask = 2147483647;
958940
files = (
959941
);
960942
inputPaths = (
961943
);
962-
name = "Copy Pods Resources";
963-
outputPaths = (
964-
);
965-
runOnlyForDeploymentPostprocessing = 0;
966-
shellPath = /bin/sh;
967-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dash/Pods-Dash-resources.sh\"\n";
968-
showEnvVarsInLog = 0;
969-
};
970-
B48590048B008D0179E2CAB8 /* Check Pods Manifest.lock */ = {
971-
isa = PBXShellScriptBuildPhase;
972-
buildActionMask = 2147483647;
973-
files = (
974-
);
975-
inputPaths = (
976-
);
977-
name = "Check Pods Manifest.lock";
944+
name = "[CP] Copy Pods Resources";
978945
outputPaths = (
979946
);
980947
runOnlyForDeploymentPostprocessing = 0;
981948
shellPath = /bin/sh;
982-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
949+
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Dash/Pods-Dash-resources.sh\"\n";
983950
showEnvVarsInLog = 0;
984951
};
985-
CC84690F1B6CD4E1B67FB35E /* [CP] Embed Pods Frameworks */ = {
952+
C71793A2EB8A6FB0EA63C3D3 /* [CP] Embed Pods Frameworks */ = {
986953
isa = PBXShellScriptBuildPhase;
987954
buildActionMask = 2147483647;
988955
files = (
@@ -994,22 +961,7 @@
994961
);
995962
runOnlyForDeploymentPostprocessing = 0;
996963
shellPath = /bin/sh;
997-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dash/Pods-Dash-frameworks.sh\"\n";
998-
showEnvVarsInLog = 0;
999-
};
1000-
F000B69EDF4FCF62531BDF4A /* [CP] Copy Pods Resources */ = {
1001-
isa = PBXShellScriptBuildPhase;
1002-
buildActionMask = 2147483647;
1003-
files = (
1004-
);
1005-
inputPaths = (
1006-
);
1007-
name = "[CP] Copy Pods Resources";
1008-
outputPaths = (
1009-
);
1010-
runOnlyForDeploymentPostprocessing = 0;
1011-
shellPath = /bin/sh;
1012-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dash/Pods-Dash-resources.sh\"\n";
964+
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Dash/Pods-Dash-frameworks.sh\"\n";
1013965
showEnvVarsInLog = 0;
1014966
};
1015967
/* End PBXShellScriptBuildPhase section */
@@ -1209,7 +1161,7 @@
12091161
};
12101162
43FD2F1B19BB8D87007E594D /* Debug */ = {
12111163
isa = XCBuildConfiguration;
1212-
baseConfigurationReference = 2CAC7E81E329482ED9879D31 /* Pods-Dash.debug.xcconfig */;
1164+
baseConfigurationReference = BAE47FF5DEE33300EBFF9AEA /* Pods-Dash.debug.xcconfig */;
12131165
buildSettings = {
12141166
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12151167
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO;
@@ -1219,17 +1171,17 @@
12191171
ENABLE_BITCODE = NO;
12201172
GCC_OPTIMIZATION_LEVEL = 0;
12211173
GCC_PRECOMPILE_PREFIX_HEADER = YES;
1222-
GCC_PREFIX_HEADER = "Dash/Dash-Prefix.pch";
1174+
GCC_PREFIX_HEADER = "Dash-Prefix.pch";
12231175
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
12241176
IBC_NOTICES = NO;
12251177
IBC_WARNINGS = NO;
12261178
IBSC_NOTICES = NO;
12271179
IBSC_WARNINGS = NO;
1228-
INFOPLIST_FILE = "Dash/Dash-Info.plist";
1180+
INFOPLIST_FILE = "Dash-Info.plist";
12291181
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12301182
LIBRARY_SEARCH_PATHS = (
12311183
"$(inherited)",
1232-
"$(PROJECT_DIR)/Dash",
1184+
"$(PROJECT_DIR)",
12331185
);
12341186
ONLY_ACTIVE_ARCH = YES;
12351187
PRODUCT_BUNDLE_IDENTIFIER = com.kapeli.dash.ios;
@@ -1241,7 +1193,7 @@
12411193
};
12421194
43FD2F1C19BB8D87007E594D /* Release */ = {
12431195
isa = XCBuildConfiguration;
1244-
baseConfigurationReference = 8A903FC979556D0CD8EA207B /* Pods-Dash.release.xcconfig */;
1196+
baseConfigurationReference = 7E45E2662CBB7671D0D844A3 /* Pods-Dash.release.xcconfig */;
12451197
buildSettings = {
12461198
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12471199
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO;
@@ -1250,7 +1202,7 @@
12501202
DEVELOPMENT_TEAM = JP58VMK957;
12511203
ENABLE_BITCODE = NO;
12521204
GCC_PRECOMPILE_PREFIX_HEADER = YES;
1253-
GCC_PREFIX_HEADER = "Dash/Dash-Prefix.pch";
1205+
GCC_PREFIX_HEADER = "Dash-Prefix.pch";
12541206
GCC_PREPROCESSOR_DEFINITIONS = (
12551207
"$(inherited)",
12561208
"COCOAPODS=1",
@@ -1261,11 +1213,11 @@
12611213
IBC_WARNINGS = NO;
12621214
IBSC_NOTICES = NO;
12631215
IBSC_WARNINGS = NO;
1264-
INFOPLIST_FILE = "Dash/Dash-Info.plist";
1216+
INFOPLIST_FILE = "Dash-Info.plist";
12651217
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12661218
LIBRARY_SEARCH_PATHS = (
12671219
"$(inherited)",
1268-
"$(PROJECT_DIR)/Dash",
1220+
"$(PROJECT_DIR)",
12691221
);
12701222
PRODUCT_BUNDLE_IDENTIFIER = com.kapeli.dash.ios;
12711223
PRODUCT_NAME = "$(TARGET_NAME)";

Dash iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Dash/Dash iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

Dash iOS.xcodeproj/project.xcworkspace/xcshareddata/Dash iOS.xccheckout renamed to Dash/Dash iOS.xcodeproj/project.xcworkspace/xcshareddata/Dash iOS.xccheckout

File renamed without changes.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "F5E17E5D12ABF060C985F6771FC999275B646DB4",
3+
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
4+
5+
},
6+
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7+
"395522B8-D3D5-4330-ADA3-6704BFDEC894" : 0,
8+
"F5E17E5D12ABF060C985F6771FC999275B646DB4" : 9223372036854775807
9+
},
10+
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "C02C30F8-F308-43A9-A650-2CDC908CD42D",
11+
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
12+
"395522B8-D3D5-4330-ADA3-6704BFDEC894" : "Dash iOS",
13+
"F5E17E5D12ABF060C985F6771FC999275B646DB4" : "Dash%20iOS\/"
14+
},
15+
"DVTSourceControlWorkspaceBlueprintNameKey" : "Dash iOS",
16+
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
17+
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Dash iOS.xcodeproj",
18+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
19+
{
20+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "file:\/\/\/Users\/bogdan\/Dropbox\/repos\/Dash%20iOS.git\/",
21+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
22+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "395522B8-D3D5-4330-ADA3-6704BFDEC894"
23+
},
24+
{
25+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "\/Users\/bogdan\/Dropbox\/repos\/Dash%20iOS.git",
26+
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
27+
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "F5E17E5D12ABF060C985F6771FC999275B646DB4"
28+
}
29+
]
30+
}

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
project 'Dash/Dash iOS.xcodeproj'
12
platform :ios, "9.0"
23
inhibit_all_warnings!
34

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ SPEC CHECKSUMS:
7777
UIActionSheet+Blocks: e180b7dad0a721ab7f212ac9742af799008bb358
7878
UIAlertView+Blocks: a46c99c5144f6c5dbc7d62fd2a0678daceec89a3
7979

80-
PODFILE CHECKSUM: 16f2ec3842a1db6d36c3bdca4350d584851af81b
80+
PODFILE CHECKSUM: 2076b3f35757958391dd52baeb847f21ef4d6d06
8181

8282
COCOAPODS: 1.1.1

Pods/DZNEmptyDataSet/LICENSE

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

0 commit comments

Comments
 (0)