10000 Import RMQClient in Objc Tutorial 4 · DukeDeng/rabbitmq-tutorials@47e4234 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47e4234

Browse files
committed
Import RMQClient in Objc Tutorial 4
[#118335067]
1 parent bb805af commit 47e4234

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

objective-c/tutorial4/Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "rabbitmq/rabbitmq-objc-client" "master"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github "robbiehanson/CocoaAsyncSocket" "562bae6af6dbd7e1891293dae20b9f79a2fd7228"
2+
github "Mantle/Mantle" "a16d18f635b3ba1ffb01d27d4393ee97cadf4f34"
3+
github "rabbitmq/rabbitmq-objc-client" "91212f5a6b6f48992090b56529da5fd3163c85a5"

objective-c/tutorial4/tutorial4.xcodeproj/project.pbxproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,23 @@
1313
AEF0F7B41CCEC50A007DAF85 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AEF0F7B21CCEC50A007DAF85 /* Main.storyboard */; };
1414
AEF0F7B61CCEC50A007DAF85 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AEF0F7B51CCEC50A007DAF85 /* Assets.xcassets */; };
1515
AEF0F7B91CCEC50A007DAF85 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AEF0F7B71CCEC50A007DAF85 /* LaunchScreen.storyboard */; };
16+
AEF0F7C11CCEC5BE007DAF85 /* RMQClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AEF0F7C01CCEC5BE007DAF85 /* RMQClient.framework */; };
17+
AEF0F7C31CCEC5CB007DAF85 /* RMQClient.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = AEF0F7C01CCEC5BE007DAF85 /* RMQClient.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1618
/* End PBXBuildFile section */
1719

20+
/* Begin PBXCopyFilesBuildPhase section */
21+
AEF0F7C21CCEC5C2007DAF85 /* CopyFiles */ = {
22+
isa = PBXCopyFilesBuildPhase;
23+
buildActionMask = 2147483647;
24+
dstPath = "";
25+
dstSubfolderSpec = 10;
26+
files = (
27+
AEF0F7C31CCEC5CB007DAF85 /* RMQClient.framework in CopyFiles */,
28+
);
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXCopyFilesBuildPhase section */
32+
1833
/* Begin PBXFileReference section */
1934
AEF0F7A61CCEC50A007DAF85 /* tutorial4.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tutorial4.app; sourceTree = BUILT_PRODUCTS_DIR; };
2035
AEF0F7AA1CCEC50A007DAF85 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -26,13 +41,15 @@
2641
AEF0F7B51CCEC50A007DAF85 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2742
AEF0F7B81CCEC50A007DAF85 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2843
AEF0F7BA1CCEC50A007DAF85 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44+
AEF0F7C01CCEC5BE007DAF85 /* RMQClient.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RMQClient.framework; path = Carthage/Build/iOS/RMQClient.framework; sourceTree = "<group>"; };
2945
/* End PBXFileReference section */
3046

3147
/* Begin PBXFrameworksBuildPhase section */
3248
AEF0F7A31CCEC50A007DAF85 /* Frameworks */ = {
3349
isa = PBXFrameworksBuildPhase;
3450
buildActionMask = 2147483647;
3551
files = (
52+
AEF0F7C11CCEC5BE007DAF85 /* RMQClient.framework in Frameworks */,
3653
);
3754
runOnlyForDeploymentPostprocessing = 0;
3855
};
@@ -42,6 +59,7 @@
4259
AEF0F79D1CCEC50A007DAF85 = {
4360
isa = PBXGroup;
4461
children = (
62+
AEF0F7C01CCEC5BE007DAF85 /* RMQClient.framework */,
4563
AEF0F7A81CCEC50A007DAF85 /* tutorial4 */,
4664
AEF0F7A71CCEC50A007DAF85 /* Products */,
4765
);
@@ -89,6 +107,7 @@
89107
AEF0F7A21CCEC50A007DAF85 /* Sources */,
90108
AEF0F7A31CCEC50A007DAF85 /* Frameworks */,
91109
AEF0F7A41CCEC50A007DAF85 /* Resources */,
110+
AEF0F7C21CCEC5C2007DAF85 /* CopyFiles */,
92111
);
93112
buildRules = (
94113
);
@@ -265,6 +284,10 @@
265284
isa = XCBuildConfiguration;
266285
buildSettings = {
267286
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
287+
FRAMEWORK_SEARCH_PATHS = (
288+
"$(inherited)",
289+
"$(PROJECT_DIR)/Carthage/Build/iOS",
290+
);
268291
INFOPLIST_FILE = tutorial4/Info.plist;
269292
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
270293
PRODUCT_BUNDLE_IDENTIFIER = com.rabbitmq.tutorial4;
@@ -276,6 +299,10 @@
276299
isa = XCBuildConfiguration;
277300
buildSettings = {
278301
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302+
FRAMEWORK_SEARCH_PATHS = ( 5742
303+
"$(inherited)",
304+
"$(PROJECT_DIR)/Carthage/Build/iOS",
305+
);
279306
INFOPLIST_FILE = tutorial4/Info.plist;
280307
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281308
PRODUCT_BUNDLE_IDENTIFIER = com.rabbitmq.tutorial4;

0 commit comments

Comments
 (0)
0