Skip to content

Commit

Permalink
update Services structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100andrey committed Nov 21, 2014
1 parent b9fb259 commit d359e70
Show file tree
Hide file tree
Showing 55 changed files with 650 additions and 1,883 deletions.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Product/QMContactListCacheModel.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 0 additions & 15 deletions QMAuthService/QMAuthService.xcodeproj/project.pbxproj
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
55B2F0A01A091C17008C2272 /* libQMAuthService.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55B2F0941A091C17008C2272 /* libQMAuthService.a */; };
55B2F1321A092226008C2272 /* QMAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 55B2F1311A092226008C2272 /* QMAuthService.m */; };
55B2F1911A093851008C2272 /* QMAuthService.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 55B2F1301A092226008C2272 /* QMAuthService.h */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -22,19 +21,6 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
55B2F0921A091C17008C2272 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = include;
dstSubfolderSpec = 16;
files = (
55B2F1911A093851008C2272 /* QMAuthService.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
55A621201A0BE301001BA470 /* QMAuthService-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QMAuthService-Prefix.pch"; sourceTree = "<group>"; };
55B2F0941A091C17008C2272 /* libQMAuthService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libQMAuthService.a; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -124,7 +110,6 @@
buildPhases = (
55B2F0901A091C17008C2272 /* Sources */,
55B2F0911A091C17008C2272 /* Frameworks */,
55B2F0921A091C17008C2272 /* CopyFiles */,
);
buildRules = (
);
Expand Down
Expand Up @@ -3,7 +3,13 @@
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict/>
<dict>
<key>QMAuthService.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>10</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>55B2F0931A091C17008C2272</key>
Expand Down
15 changes: 0 additions & 15 deletions QMBaseService/QMBaseService.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
552065151A094123004ED955 /* QMBaseService.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 55B2F11C1A091CE9008C2272 /* QMBaseService.h */; };
554A27FD1A0CD53500C4E03C /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554A27FC1A0CD53500C4E03C /* AVFoundation.framework */; };
55B2F1101A091CC9008C2272 /* libQMBaseService.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55B2F1041A091CC9008C2272 /* libQMBaseService.a */; };
55B2F11E1A091CE9008C2272 /* QMBaseService.m in Sources */ = {isa = PBXBuildFile; fileRef = 55B2F11D1A091CE9008C2272 /* QMBaseService.m */; };
Expand All @@ -23,19 +22,6 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
552065141A0940E2004ED955 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 12;
dstPath = include;
dstSubfolderSpec = 16;
files = (
552065151A094123004ED955 /* QMBaseService.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
554A27FC1A0CD53500C4E03C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; };
55A6211C1A0BE2EB001BA470 /* QMBaseService-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QMBaseService-Prefix.pch"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -128,7 +114,6 @@
buildPhases = (
55B2F1001A091CC9008C2272 /* Sources */,
55B2F1011A091CC9008C2272 /* Frameworks */,
552065141A0940E2004ED955 /* CopyFiles */,
);
buildRules = (
);
Expand Down
Expand Up @@ -3,7 +3,13 @@
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict/>
<dict>
<key>QMBaseService.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>55B2F1031A091CC9008C2272</key>
Expand Down

0 comments on commit d359e70

Please sign in to comment.