Skip to content

Commit

Permalink
Merge pull request #57 from niilohlin/fix-ios-build
Browse files Browse the repository at this point in the history
Fix ios build
  • Loading branch information
niilohlin authored Dec 11, 2018
2 parents a2afa82 + 3a42d82 commit b77fe65
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Tenta.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
74154F1521C00D03007E8DC6 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7498C39E21B08ACB005EC5A5 /* XCTest.framework */; };
7426FBED21B9493B009E67CA /* Tenta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7426FBE421B9493B009E67CA /* Tenta.framework */; };
7426FBF421B9493B009E67CA /* Tenta_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7426FBE621B9493B009E67CA /* Tenta_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
7426FBFB21B94966009E67CA /* RoseTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 744C2681216D008B00A40EA6 /* RoseTree.swift */; };
Expand Down Expand Up @@ -133,6 +134,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
74154F1521C00D03007E8DC6 /* XCTest.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -544,10 +546,11 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
INFOPLIST_FILE = "Tenta-iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -558,6 +561,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 arm64e armv7 armv7s";
};
name = Debug;
};
Expand All @@ -571,10 +575,11 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
INFOPLIST_FILE = "Tenta-iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -585,6 +590,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 arm64e armv7 armv7s";
};
name = Release;
};
Expand Down

0 comments on commit b77fe65

Please sign in to comment.