Skip to content

Commit

Permalink
Apple: Fixed CocoaPods integration.
Browse files Browse the repository at this point in the history
- Removed copy-shared-sources.sh from extensions library build script due to fact, that git-pull may alter date of modification. So the helper script it may fail when pod tool clone the repository to a fresh temporary folder.
  • Loading branch information
hvge committed May 25, 2021
1 parent 2dec0c1 commit bfc7992
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions proj-xcode/PowerAuth2ForExtensions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
BF44F309263C403600F3D498 /* PowerAuth2ForExtensions.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PowerAuth2ForExtensions.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BF44F315263C41A100F3D498 /* PowerAuthDeprecated.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PowerAuthDeprecated.h; sourceTree = "<group>"; };
BF44F316263C41A100F3D498 /* PowerAuthDeprecated.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PowerAuthDeprecated.m; sourceTree = "<group>"; };
BF44F31D263C43D200F3D498 /* copy-shared-sources.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "copy-shared-sources.sh"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -203,7 +202,6 @@
BF44F27F263C3BDD00F3D498 /* support */ = {
isa = PBXGroup;
children = (
BF44F31D263C43D200F3D498 /* copy-shared-sources.sh */,
BF44F2A5263C3C6F00F3D498 /* PowerAuth2ForExtensions.modulemap */,
BF44F276263C3B0F00F3D498 /* Info.plist */,
);
Expand Down
2 changes: 0 additions & 2 deletions proj-xcode/PowerAuth2ForWatch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
BF86E852263C1EBE004C8AE5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BF86E853263C1EBE004C8AE5 /* PowerAuthConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PowerAuthConfiguration.m; sourceTree = "<group>"; };
BF86E854263C1EBE004C8AE5 /* PowerAuthKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PowerAuthKeychain.m; sourceTree = "<group>"; };
BF86E8A8263C2192004C8AE5 /* copy-shared-sources.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "copy-shared-sources.sh"; sourceTree = SOURCE_ROOT; };
BF86E8AE263C231B004C8AE5 /* PowerAuthToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PowerAuthToken.m; sourceTree = "<group>"; };
BF86E8AF263C231B004C8AE5 /* PowerAuthToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PowerAuthToken.h; sourceTree = "<group>"; };
BF86E8B6263C2512004C8AE5 /* PowerAuthDeprecated.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PowerAuthDeprecated.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -265,7 +264,6 @@
BF86E8A4263C20D4004C8AE5 /* support */ = {
isa = PBXGroup;
children = (
BF86E8A8263C2192004C8AE5 /* copy-shared-sources.sh */,
BF86E84D263C1EBD004C8AE5 /* PowerAuth2ForWatch.modulemap */,
BF86E852263C1EBE004C8AE5 /* Info.plist */,
);
Expand Down
4 changes: 0 additions & 4 deletions scripts/ios-build-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ REQUIRE_COMMAND otool
# -----------------------------------------------------------------------------
# Real job starts here :)
# -----------------------------------------------------------------------------
#
# Test shared sources
#
"${XCODE_DIR}/copy-shared-sources.sh"

#
# Prepare target directories
Expand Down

0 comments on commit bfc7992

Please sign in to comment.