Skip to content

Commit

Permalink
add SDK Ver 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Takayuki Sei committed Apr 26, 2016
1 parent 581dac9 commit 7939aaf
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ xcuserdata
## Obj-C/Swift specific
*.hmap
*.ipa

.DS_Store
Binary file modified FluctSDK/FluctSDK.framework/FluctSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions FluctSDK/FluctSDK.framework/Headers/FluctSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*/

#import <UIKit/UIKit.h>
#import <FluctSDK/FluctBannerView.h>
#import <FluctSDK/FluctInterstitialView.h>
#import "FluctBannerView.h"
#import "FluctInterstitialView.h"

@interface FluctSDK : NSObject

Expand Down
11 changes: 11 additions & 0 deletions FluctSDK/FluctSDK.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
framework module FluctSDK {
umbrella "Headers"

link framework "SystemConfiguration"
link framework "AdSupport"
link framework "AVFoundation"
link framework "MediaPlayer"
link framework "CFNetwork"
link framework "CoreMedia"
link framework "CoreTelephony"
link framework "Social"
link framework "StoreKit"
link "xml2"

export *
module * { export * }
}
2 changes: 1 addition & 1 deletion FluctSDK/FluctSDK.framework/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.2</string>
<string>4.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ pod "FluctSDK"

# FluctSDK Release Note

## v4.3.3 2016/04/26
* Bitcodeに対応
* modulecacheのwarningが出てしまうバグの修正

## v4.3.2 2016/01/20
* Swiftプロジェクト時のCocoapods利用でうまくImport出来ないバグの修正
* Swiftプロジェクト時のCocoaPods利用でうまくImport出来ないバグの修正

## v4.3.1 2016/01/13
* CocoaPodsに対応
Expand Down
55 changes: 10 additions & 45 deletions SampleApp/SampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
3A94CFB71ABA611100A59094 /* MovieBannerTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A94CFB61ABA611100A59094 /* MovieBannerTableViewCell.m */; };
3ACE35AE1C3BA25C002E6E22 /* FluctSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3ACE35AC1C3BA25C002E6E22 /* FluctSDK.framework */; };
3ACE35AF1C3BA25C002E6E22 /* GSMMovieResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3ACE35AD1C3BA25C002E6E22 /* GSMMovieResources.bundle */; };
8B84B68519F8BEB1006BA6B3 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68419F8BEB1006BA6B3 /* CoreTelephony.framework */; };
8B84B68719F8BEB7006BA6B3 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68619F8BEB7006BA6B3 /* CFNetwork.framework */; };
8B84B68B19F8BF0A006BA6B3 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68A19F8BF0A006BA6B3 /* CoreMedia.framework */; };
8B84B68E19F8BF18006BA6B3 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68C19F8BF18006BA6B3 /* Social.framework */; };
8B84B68F19F8BF18006BA6B3 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68D19F8BF18006BA6B3 /* StoreKit.framework */; };
A3418CA918D999C5003E302C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3418CA818D999C5003E302C /* Foundation.framework */; };
A3418CAB18D999C5003E302C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3418CAA18D999C5003E302C /* CoreGraphics.framework */; };
A3418CAD18D999C5003E302C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3418CAC18D999C5003E302C /* UIKit.framework */; };
A3418CB318D999C5003E302C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A3418CB118D999C5003E302C /* InfoPlist.strings */; };
A3418CB518D999C5003E302C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A3418CB418D999C5003E302C /* main.m */; };
A3418CB918D999C5003E302C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A3418CB818D999C5003E302C /* AppDelegate.m */; };
Expand All @@ -33,13 +25,8 @@
A3418CD518D999C5003E302C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A3418CD318D999C5003E302C /* InfoPlist.strings */; };
A3418CD718D999C5003E302C /* SampleAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A3418CD618D999C5003E302C /* SampleAppTests.m */; };
A3418CE218D9A040003E302C /* BannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A3418CE118D9A040003E302C /* BannerViewController.m */; };
A3418CEA18D9A366003E302C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3418CE918D9A366003E302C /* SystemConfiguration.framework */; };
A3418CEC18D9A377003E302C /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = A3418CEB18D9A377003E302C /* libxml2.dylib */; };
A3418CF118D9AA25003E302C /* ManyBannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A3418CF018D9AA25003E302C /* ManyBannerViewController.m */; };
A3CC8C011949B1AA005BF429 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3CC8C001949B1AA005BF429 /* AdSupport.framework */; };
A3E7215318DAEFA900A3ABF1 /* InterstitialViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E7215218DAEFA900A3ABF1 /* InterstitialViewController.m */; };
F38547171AFC63AC00144B08 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B84B68819F8BEFD006BA6B3 /* AVFoundation.framework */; };
F3CCEE141AE7A50900124007 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3CCEE131AE7A50900124007 /* MediaPlayer.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -106,20 +93,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F38547171AFC63AC00144B08 /* AVFoundation.framework in Frameworks */,
F3CCEE141AE7A50900124007 /* MediaPlayer.framework in Frameworks */,
8B84B68E19F8BF18006BA6B3 /* Social.framework in Frameworks */,
8B84B68F19F8BF18006BA6B3 /* StoreKit.framework in Frameworks */,
3ACE35AE1C3BA25C002E6E22 /* FluctSDK.framework in Frameworks */,
A3418CEA18D9A366003E302C /* SystemConfiguration.framework in Frameworks */,
8B84B68B19F8BF0A006BA6B3 /* CoreMedia.framework in Frameworks */,
8B84B68719F8BEB7006BA6B3 /* CFNetwork.framework in Frameworks */,
8B84B68519F8BEB1006BA6B3 /* CoreTelephony.framework in Frameworks */,
A3CC8C011949B1AA005BF429 /* AdSupport.framework in Frameworks */,
A3418CEC18D9A377003E302C /* libxml2.dylib in Frameworks */,
A3418CAB18D999C5003E302C /* CoreGraphics.framework in Frameworks */,
A3418CAD18D999C5003E302C /* UIKit.framework in Frameworks */,
A3418CA918D999C5003E302C /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -288,7 +262,7 @@
A3418C9D18D999C5003E302C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "fluct, Inc";
TargetAttributes = {
A3418CC818D999C5003E302C = {
Expand Down Expand Up @@ -427,6 +401,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -487,13 +462,9 @@
A3418CDB18D999C5003E302C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
armv7s,
);
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
ENABLE_BITCODE = NO;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/SampleApp/FluctSDK";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
Expand All @@ -503,11 +474,9 @@
"TEST_SERVER_REQUEST=1",
);
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/lib",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.voyagegroup.fluct.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -516,22 +485,16 @@
A3418CDC18D999C5003E302C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
armv7s,
);
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
ENABLE_BITCODE = NO;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/SampleApp/FluctSDK";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/lib",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.voyagegroup.fluct.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -553,6 +516,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "SampleAppTests/SampleAppTests-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.voyagegroup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand All @@ -571,6 +535,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleAppTests/SampleAppTests-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.voyagegroup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand Down
Binary file modified SampleApp/SampleApp/FluctSDK/FluctSDK.framework/FluctSDK
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*/

#import <UIKit/UIKit.h>
#import <FluctSDK/FluctBannerView.h>
#import <FluctSDK/FluctInterstitialView.h>
#import "FluctBannerView.h"
#import "FluctInterstitialView.h"

@interface FluctSDK : NSObject

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
framework module FluctSDK {
umbrella "Headers"

link framework "SystemConfiguration"
link framework "AdSupport"
link framework "AVFoundation"
link framework "MediaPlayer"
link framework "CFNetwork"
link framework "CoreMedia"
link framework "CoreTelephony"
link framework "Social"
link framework "StoreKit"
link "xml2"

export *
module * { export * }
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.2</string>
<string>4.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/SampleApp/SampleApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>jp.co.voyagegroup.fluct.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
13 changes: 5 additions & 8 deletions SampleApp/SampleApp/en.lproj/Main_iPhone.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="vH1-a9-d8T">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="vH1-a9-d8T">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand Down Expand Up @@ -88,9 +88,11 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="RgU-ve-RBA">
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="RgU-ve-RBA">
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="RgU-ve-RBA" id="4xa-uT-YXJ">
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
</tableViewCell>
Expand Down Expand Up @@ -229,9 +231,4 @@
<point key="canvasLocation" x="-74" y="-20"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>
2 changes: 1 addition & 1 deletion SampleApp/SampleAppTests/SampleAppTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.voyagegroup.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 7939aaf

Please sign in to comment.