This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
libetpan
forked from
pEp.foundation/libetpan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Turn on SKIP_INSTALL so proper bundles are put together for the app store
dvh-chacham15-master
Matt Ronge
9 years ago
parent
6c738db179
commit
f54b9a9aec
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
build-mac/libetpan.xcodeproj/project.pbxproj
+ 4
- 0
build-mac/libetpan.xcodeproj/project.pbxproj
View File
@ -2592,6 +2592,7 @@
);
PRODUCT_NAME = "etpan-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -2614,6 +2615,7 @@
);
PRODUCT_NAME = "etpan-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
ZERO_LINK = NO;
};
name = Release;
@ -2630,6 +2632,7 @@
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = etpan;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
@ -2644,6 +2647,7 @@
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = etpan;
SDKROOT = macosx;
SKIP_INSTALL = YES;
ZERO_LINK = NO;
};
name = Release;
Write
Preview
Loading…
Cancel
Save